Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h216 void EndThreadBirth() EXCLUSIVE_LOCKS_REQUIRED(Locks::runtime_shutdown_lock_);
Dthread.cc151 Runtime::Current()->EndThreadBirth(); in CreateCallback()
272 runtime->EndThreadBirth(); in CreateNativeThread()
332 Runtime::Current()->EndThreadBirth(); in Attach()
Druntime.cc749 void Runtime::EndThreadBirth() EXCLUSIVE_LOCKS_REQUIRED(Locks::runtime_shutdown_lock_) { in EndThreadBirth() function in art::Runtime