HomeSort by relevance Sort by last modified time
    Searched refs:master_thread (Results 1 - 4 of 4) sorted by null

  /external/ltp/testcases/realtime/stress/pi-tests/
lookup_pi_state.c 106 void *master_thread(void *arg) function
187 create_other_thread(master_thread, NULL);
  /external/autotest/scheduler/
thread_lib_unittest.py 116 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/
prio-wake.c 104 void *master_thread(void *arg) function
213 create_fifo_thread(master_thread, (void *)(intptr_t) i, ++prio);
  /external/ltp/testcases/realtime/func/prio-preempt/
prio-preempt.c 231 void *master_thread(void *arg) function
321 create_fifo_thread(master_thread, NULL,

Completed in 373 milliseconds