Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h194 void EndThreadBirth() EXCLUSIVE_LOCKS_REQUIRED(Locks::runtime_shutdown_lock_);
Dthread.cc258 Runtime::Current()->EndThreadBirth(); in CreateCallback()
452 runtime->EndThreadBirth(); in CreateNativeThread()
530 Runtime::Current()->EndThreadBirth(); in Attach()
Druntime.cc586 void Runtime::EndThreadBirth() EXCLUSIVE_LOCKS_REQUIRED(Locks::runtime_shutdown_lock_) { in EndThreadBirth() function in art::Runtime