Home
last modified time | relevance | path

Searched refs:thr_data (Results 1 – 1 of 1) sorted by relevance

/rt/
A Dtst-mqueue5.c87 struct thr_data struct
97 pthread_barrier_t *b3 = ((struct thr_data *)arg)->b3; in thr() argument
98 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() local
382 int ret = pthread_create (&th, NULL, thr, &thr_data); in do_child()

Completed in 5 milliseconds