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() function81 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() function74 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() function69 args[i].th = new_thr(thrfn, &(args[i])); in main()