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

/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dsystem.c54 static uint_t sys_count = 0; /* number of threads in system() */ variable
106 if (--sys_count == 0) { /* leaving system() */
215 if (sys_count++ == 0) {

Completed in 47 milliseconds