Searched refs:nsems_max (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/tools/regression/posixsem/
H A Dposixsem.c1206 int nsems_max, stat; local
1208 len = sizeof(nsems_max);
1209 if (sysctlbyname("p1003_1b.sem_nsems_max", &nsems_max, &len, NULL, 0) <
1215 if (child_worker(exhaust_unnamed_child, (void *)(uintptr_t)nsems_max,
1227 fail_err("Limit of %d semaphores not enforced", nsems_max);
1261 int i, nsems_max, stat; local
1263 len = sizeof(nsems_max);
1264 if (sysctlbyname("p1003_1b.sem_nsems_max", &nsems_max, &len, NULL, 0) <
1270 if (child_worker(exhaust_named_child, (void *)(uintptr_t)nsems_max,
1282 fail_err("Limit of %d semaphores not enforced", nsems_max);
1326 int nsems_max, stat; local
1371 int i, nsems_max, stat; local
[all...]

Completed in 102 milliseconds