Home
last modified time | relevance | path

Searched defs:pth (Results 1 – 5 of 5) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/thread/
Dpthread_equal.c29 pthread_t pth = pthread_self(); in threadfuncB() local
/third_party/ltp/testcases/kernel/syscalls/keyctl/
Dkeyctl02.c63 pthread_t pth[4]; in do_test() local
/third_party/ltp/utils/sctp/func_tests/
Dtest_1_to_1_threads.c140 int pth[THREADS]; in main() local
/third_party/python/Modules/
Dgetpath.py446 pth = None variable
463 pth = readlines(p) variable
/third_party/ltp/testcases/kernel/sched/cfs-scheduler/
Dhackbench.c238 static unsigned int group(pthread_t * pth, in group()