Searched refs:master_thread (Results 1 - 4 of 4) sorted by relevance

/external/ltp/testcases/realtime/stress/pi-tests/
H A Dlookup_pi_state.c106 void *master_thread(void *arg) function
187 create_other_thread(master_thread, NULL);
/external/autotest/scheduler/
H A Dthread_lib_unittest.py116 master_thread = thread_lib.ExceptionRememberingThread(
119 thread_list = [failing_worker, waiting_worker, master_thread]
124 master_thread.join()
126 self.assertTrue(isinstance(master_thread.err,
129 self.assertTrue(str(failing_worker.err) in str(master_thread.err))
/external/ltp/testcases/realtime/func/prio-wake/
H A Dprio-wake.c104 void *master_thread(void *arg) function
213 create_fifo_thread(master_thread, (void *)(intptr_t) i, ++prio);
/external/ltp/testcases/realtime/func/prio-preempt/
H A Dprio-preempt.c231 void *master_thread(void *arg) function
321 create_fifo_thread(master_thread, NULL,

Completed in 515 milliseconds