Searched refs:child_worker (Results 1 – 1 of 1) sorted by relevance
/freebsd/tools/regression/posixsem/ |
H A D | posixsem.c | 73 child_worker(int (*func)(void *arg), void *arg, int *stat) in child_worker() function 1036 if (child_worker(wait_twoproc_child, NULL, &stat) < 0) { in wait_twoproc_test() 1212 if (child_worker(exhaust_unnamed_child, (void *)(uintptr_t)nsems_max, in exhaust_unnamed_sems() 1267 if (child_worker(exhaust_named_child, (void *)(uintptr_t)nsems_max, in exhaust_named_sems() 1326 if (child_worker(fdlimit_unnamed_child, (void *)(uintptr_t)nsems_max, in fdlimit_unnamed_sems() 1371 if (child_worker(fdlimit_named_child, (void *)(uintptr_t)nsems_max, in fdlimit_named_sems()
|