Home
last modified time | relevance | path

Searched refs:current_tid (Results 1 – 1 of 1) sorted by relevance

/frameworks/libs/binary_translation/guest_os_primitives/
Dguest_thread_manager.cc122 pid_t current_tid = GettidSyscall(); in FlushGuestCodeCache() local
123 g_guest_thread_map_.ForEachThread([current_tid](pid_t tid, GuestThread* thread) { in FlushGuestCodeCache()
128 if (tid != current_tid) { in FlushGuestCodeCache()