Home
last modified time | relevance | path

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

/external/bison/lib/
Dwait-process.c71 static sig_atomic_t volatile slaves_count = 0; variable
89 size_t n = slaves_count; in cleanup_slaves()
93 slaves_count = n; in cleanup_slaves()
123 slaves_entry_t *s_end = s + slaves_count; in register_slave_subprocess()
138 if (slaves_count == slaves_allocated) in register_slave_subprocess()
168 slaves[slaves_count].child = child; in register_slave_subprocess()
169 slaves[slaves_count].used = 1; in register_slave_subprocess()
170 slaves_count++; in register_slave_subprocess()
181 slaves_entry_t *s_end = s + slaves_count; in unregister_slave_subprocess()