Searched refs:new_thr (Results 1 – 3 of 3) sorted by relevance
47 static pthread_t new_thr(void *(*fn) (void *arg), void *arg) in new_thr() function80 args[i].th = new_thr(thrfn, &(args[i])); in main()
32 static pthread_t new_thr(void *(*fn) (void *arg), void *arg) in new_thr() function73 args[i].th = new_thr(thrfn, &(args[i])); in main()
41 static pthread_t new_thr(void *(*fn) (void *arg), void *arg) in new_thr() function68 args[i].th = new_thr(thrfn, &(args[i])); in main()