Home
last modified time | relevance | path

Searched defs:tef (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/art/runtime/
H A Dthread-inl.h637 inline void Thread::NotifyOnThreadExit(ThreadExitFlag* tef) { in NotifyOnThreadExit()
649 inline void Thread::UnregisterThreadExitFlag(ThreadExitFlag* tef) { in UnregisterThreadExitFlag()
687 for (ThreadExitFlag* tef = tlsPtr_.thread_exit_flags; tef != nullptr; tef = tef->next_) { in IsRegistered() local
H A Dthread.cc1827 ThreadExitFlag* tef, in EnsureFlipFunctionStarted()
1949 void Thread::WaitForFlipFunctionTestingExited(Thread* self, ThreadExitFlag* tef) { in WaitForFlipFunctionTestingExited()
2522 for (ThreadExitFlag* tef = tlsPtr_.thread_exit_flags; tef != nullptr; tef = next) { in SignalExitFlags() local
4832 mirror::Object* Thread::LockedGetPeerFromOtherThread(ThreadExitFlag* tef) { in LockedGetPeerFromOtherThread()
H A Dthread_list.cc1120 ThreadExitFlag tef; in SuspendThread() local
H A Dthread.h672 ThreadExitFlag tef; in LockedGetPeerFromOtherThread() local
/aosp_15_r20/art/openjdkjvmti/
H A Dti_threadgroup.cc185 art::ThreadExitFlag* tef = &*i++; in GetThreads() local
H A Dti_thread.cc659 art::ThreadExitFlag* tef = &*i++; in GetAllThreads() local