/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 | 85 void *low_prio_thread(void *tmp) function 132 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)
|