Searched refs:thr_data (Results 1 – 1 of 1) sorted by relevance
87 struct thr_data struct97 pthread_barrier_t *b3 = ((struct thr_data *)arg)->b3; in thr() argument98 mqd_t q = ((struct thr_data *)arg)->q; in thr()99 const char *name = ((struct thr_data *)arg)->name; in thr()380 struct thr_data thr_data = { .name = name, .b3 = b3, .q = q }; in do_child() local382 int ret = pthread_create (&th, NULL, thr, &thr_data); in do_child()
Completed in 5 milliseconds