Searched defs:wait_thread (Results 1 – 7 of 7) sorted by relevance
128 void *wait_thread(void *args) in wait_thread() function
53 static void *wait_thread(void *p) in wait_thread() function
224 static pthread_t wait_thread; in amdgpu_syncobj_timeline_test() local
126 static volatile int wait_thread; /* used to wake up sleeping threads */ variable
476 std::thread wait_thread(&ServerWait, server_.get(), ¬ify); in TEST_P() local
113 pthread_t wait_thread; member