Home
last modified time | relevance | path

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

/third_party/ltp/testcases/realtime/func/pthread_kill_latency/
Dpthread_kill_latency.c280 int thr_id1, thr_id2; in main() local
297 thr_id1 = create_fifo_thread(signal_receiving_thread, NULL, PRIO); in main()
300 (void *)(intptr_t) thr_id1, PRIO - 1); in main()
304 join_thread(thr_id1); in main()