Home
last modified time | relevance | path

Searched defs:this_thread (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/library/std/src/sync/
Dremutex.rs97 let this_thread = current_thread_unique_ptr(); in lock() localVariable
125 let this_thread = current_thread_unique_ptr(); in try_lock() localVariable
/third_party/benchmark/src/
Dtimers.cc153 HANDLE this_thread = GetCurrentThread(); in ThreadCPUUsage() local