Searched defs:thread (Results 1 – 5 of 5) 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
29 Thread* thread = reinterpret_cast<Thread*>(arg); in Start() local
136 pthread_t thread = test->GetThread(); variable192 pthread_t thread = test->GetThread(); variable247 pthread_t thread = test->GetThread(); variable
81 pthread_t thread; in CreatePThread() local