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

  /external/ltp/testcases/open_posix_testsuite/functional/threads/condvar/
pthread_cond_wait_1.c 82 void *low_prio_thread(void *tmp) function
126 SAFE_PFUNC(pthread_create(&low_id, NULL, low_prio_thread, NULL));
pthread_cond_wait_2.c 82 void *low_prio_thread(void *tmp) function
126 SAFE_PFUNC(pthread_create(&low_id, NULL, low_prio_thread, NULL));
  /external/ltp/testcases/open_posix_testsuite/functional/threads/schedule/
1-1.c 86 void *low_prio_thread(void *tmp) function
133 SAFE_PFUNC(pthread_create(&low_id, NULL, low_prio_thread, NULL));
1-2.c 81 void *low_prio_thread(void *tmp) function
145 SAFE_PFUNC(pthread_create(&low_id, &low_attr, low_prio_thread, NULL));
  /external/ltp/testcases/realtime/func/pi_perf/
pi_perf.c 133 void *low_prio_thread(void *arg) function
258 if ((ret = create_fifo_thread(low_prio_thread, NULL, LOWPRIO)) < 0)

Completed in 91 milliseconds