Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/keyctl/
Dkeyctl02.c95 SAFE_PTHREAD_JOIN(pth[0], NULL); in do_test()
96 SAFE_PTHREAD_JOIN(pth[1], NULL); in do_test()
97 SAFE_PTHREAD_JOIN(pth[2], NULL); in do_test()
98 SAFE_PTHREAD_JOIN(pth[3], NULL); in do_test()
/external/ltp/include/
Dtst_safe_pthread.h43 #define SAFE_PTHREAD_JOIN(thread_id, retval) \ macro
/external/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl34.c60 SAFE_PTHREAD_JOIN(id[i], NULL); in wait_threads()
/external/ltp/testcases/kernel/mem/mtest06/
Dmmap3.c139 SAFE_PTHREAD_JOIN(thids[i], NULL); in test_mmap()
/external/ltp/testcases/network/nfs/nfs_stress/
Dnfs05_make_tree.c223 SAFE_PTHREAD_JOIN(id[i], NULL); in do_test()
/external/ltp/testcases/network/netstress/
Dnetstress.c563 SAFE_PTHREAD_JOIN(p_id, NULL); in server_run_udp()