Searched defs:pth (Results 1 – 14 of 14) sorted by relevance
51 pthread_t pth; in main() local
63 pthread_t pth[4]; in do_test() local
49 int create_rt_thread(pthread_t *pth, void*(*func)(void *), void *arg, in create_rt_thread()
70 int create_rt_thread(pthread_t *pth, void*(*func)(void *), void *arg, in create_rt_thread()
125 pthread_t pth[MAX_THREADS]; in main() local
140 int pth[THREADS]; in main() local
42 struct tcphdr *pth; in __check_active_hdr_in() local
174 for (auto& pth : pull_thds) { in test_mt_multipop() local
238 static unsigned int group(pthread_t * pth, in group()
508 PlatformThreadHandle pth; in WorkQueue() local
523 PlatformThreadHandle pth; in WorkQueue() local
303 PlatformThreadHandle pth; in TEST_P() local
2686 AC_ARG_WITH([pth], optwith
64 MessageClient(Thread* pth, Socket* socket) : socket_(socket) {} in MessageClient()