Home
last modified time | relevance | path

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

/art/runtime/
Dthread_test.cc38 self->NotifyOnThreadExit(&tefs[2]); in TEST_F()
42 self->NotifyOnThreadExit(&tefs[1]); in TEST_F()
43 self->NotifyOnThreadExit(&tefs[0]); in TEST_F()
72 self->NotifyOnThreadExit(&tefs[2]); in TEST_F()
75 self->NotifyOnThreadExit(&tefs[1]); in TEST_F()
84 self->NotifyOnThreadExit(&tefs[0]); in TEST_F()
87 self->NotifyOnThreadExit(&tefs[2]); in TEST_F()
Dthread-inl.h595 inline void Thread::NotifyOnThreadExit(ThreadExitFlag* tef) { in NotifyOnThreadExit() function
Dthread_list.cc594 thread->NotifyOnThreadExit(&exit_flags[thread_index]); in FlipThreadRoots()
1060 thread->NotifyOnThreadExit(&tef); in SuspendThread()
Dthread.h629 NotifyOnThreadExit(&tef); in LockedGetPeerFromOtherThread()
767 void NotifyOnThreadExit(ThreadExitFlag* tef) REQUIRES(Locks::thread_list_lock_);
Dthread.cc1701 NotifyOnThreadExit(&target_status); in RequestSynchronousCheckpoint()
/art/openjdkjvmti/
Dti_threadgroup.cc179 thd->NotifyOnThreadExit(&*i++); in GetThreads()
Dti_thread.cc651 thd->NotifyOnThreadExit(&*i++); in GetAllThreads()