Searched defs:thread (Results 1 – 6 of 6) sorted by relevance
24 let thread = unsafe { Arc::from_raw(ptr as *const Parker) }; in clone() localVariable34 let thread = unsafe { Arc::from_raw(ptr as *const Parker) }; in wake() localVariable39 let thread = unsafe { Arc::from_raw(ptr as *const Parker) }; in wake_by_ref() localVariable
136 pthread_t thread = test->GetThread(); variable192 pthread_t thread = test->GetThread(); variable247 pthread_t thread = test->GetThread(); variable
29 Thread* thread = reinterpret_cast<Thread*>(arg); in Start() local
153 pthread_t thread = test->GetThread(); in BENCHMARK_F() local233 pthread_t thread = test->GetThread(); in BENCHMARK_F() local312 pthread_t thread = test->GetThread(); in BENCHMARK_F() local
81 pthread_t thread; in CreatePThread() local