Searched refs:create_rt_thread (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/testing/selftests/futex/functional/ |
| H A D | futex_requeue_pi.c | 121 int create_rt_thread(pthread_t *pth, void*(*func)(void *), void *arg, in create_rt_thread() function 354 if (create_rt_thread(&blocker, third_party_blocker, in TEST_F() 365 if (create_rt_thread(&waiter[i], waiterfn, (void *)&args[i], in TEST_F() 371 if (create_rt_thread(&waker, wakerfn, (void *)&waker_arg, in TEST_F()
|
| H A D | futex_requeue_pi_signal_restart.c | 40 int create_rt_thread(pthread_t *pth, void*(*func)(void *), void *arg, in create_rt_thread() function 113 res = create_rt_thread(&waiter, waiterfn, NULL, SCHED_FIFO, 1); in TEST()
|