Searched refs:pth (Results 1 - 5 of 5) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/keyctl/ |
H A D | keyctl02.c | 63 pthread_t pth[4]; in do_test() local 71 SAFE_PTHREAD_CREATE(&pth[0], NULL, do_read, in do_test() 73 SAFE_PTHREAD_CREATE(&pth[1], NULL, do_revoke, in do_test() 75 SAFE_PTHREAD_CREATE(&pth[2], NULL, do_read, in do_test() 77 SAFE_PTHREAD_CREATE(&pth[3], NULL, do_revoke, in do_test() 80 SAFE_PTHREAD_JOIN(pth[0], NULL); in do_test() 81 SAFE_PTHREAD_JOIN(pth[1], NULL); in do_test() 82 SAFE_PTHREAD_JOIN(pth[2], NULL); in do_test() 83 SAFE_PTHREAD_JOIN(pth[3], NULL); in do_test()
|
/third_party/musl/libc-test/src/functionalext/supplement/thread/ |
H A D | pthread_equal.c | 29 pthread_t pth = pthread_self(); in threadfuncB() local 30 int ret = pthread_equal(g_pthd_1, pth); in threadfuncB()
|
/third_party/ltp/utils/sctp/func_tests/ |
H A D | test_1_to_1_threads.c | 140 int pth[THREADS]; in main() local 178 pth[cnt] = cnt; in main() 179 status = pthread_create(&thread[cnt], &attr, relay, &pth[cnt]); in main()
|
/third_party/ltp/testcases/kernel/sched/cfs-scheduler/ |
H A D | hackbench.c | 238 static unsigned int group(pthread_t * pth, in group() argument 266 pth[i] = create_worker(ctx, (void *)(void *)receiver); in group() 279 pth[num_fds + i] = in group()
|
/third_party/python/Modules/ |
H A D | getpath.py | 446 pth = None variable 463 pth = readlines(p) variable 754 if pth: 760 for line in pth:
|
Completed in 5 milliseconds