Home
last modified time | relevance | path

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

/external/autotest/scheduler/
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/stress/pi-tests/
Dlookup_pi_state.c106 void *master_thread(void *arg) in master_thread() function
187 create_other_thread(master_thread, NULL); in main()
/external/ltp/testcases/realtime/func/prio-wake/
Dprio-wake.c104 void *master_thread(void *arg) in master_thread() function
213 create_fifo_thread(master_thread, (void *)(intptr_t) i, ++prio); in main()
/external/ltp/testcases/realtime/func/prio-preempt/
Dprio-preempt.c231 void *master_thread(void *arg) in master_thread() function
321 create_fifo_thread(master_thread, NULL, in main()