Home
last modified time | relevance | path

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

/art/runtime/
Dthread-inl.h649 inline void Thread::NotifyOnThreadExit(ThreadExitFlag* tef) { in NotifyOnThreadExit()
661 inline void Thread::UnregisterThreadExitFlag(ThreadExitFlag* tef) { in UnregisterThreadExitFlag()
699 for (ThreadExitFlag* tef = tlsPtr_.thread_exit_flags; tef != nullptr; tef = tef->next_) { in IsRegistered() local
Dthread.cc1838 ThreadExitFlag* tef, in EnsureFlipFunctionStarted()
1968 void Thread::WaitForFlipFunctionTestingExited(Thread* self, ThreadExitFlag* tef) { in WaitForFlipFunctionTestingExited()
2542 for (ThreadExitFlag* tef = tlsPtr_.thread_exit_flags; tef != nullptr; tef = next) { in SignalExitFlags() local
4851 mirror::Object* Thread::LockedGetPeerFromOtherThread(ThreadExitFlag* tef) { in LockedGetPeerFromOtherThread()
Dthread_list.cc1155 ThreadExitFlag tef; in SuspendThread() local
Dthread.h677 ThreadExitFlag tef; in LockedGetPeerFromOtherThread() local
/art/openjdkjvmti/
Dti_threadgroup.cc185 art::ThreadExitFlag* tef = &*i++; in GetThreads() local
Dti_thread.cc659 art::ThreadExitFlag* tef = &*i++; in GetAllThreads() local