Searched refs:sys_count (Results 1 – 1 of 1) sorted by relevance
54 static uint_t sys_count = 0; /* number of threads in system() */ variable106 if (--sys_count == 0) { /* leaving system() */ in cleanup()215 if (sys_count++ == 0) { in system()