Home
last modified time | relevance | path

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

/external/bison/lib/
Dwait-process.c72 static size_t slaves_allocated = SIZEOF (static_slaves); variable
138 if (slaves_count == slaves_allocated) in register_slave_subprocess()
144 size_t new_slaves_allocated = 2 * slaves_allocated; in register_slave_subprocess()
157 slaves_allocated * sizeof (slaves_entry_t)); in register_slave_subprocess()
159 slaves_allocated = new_slaves_allocated; in register_slave_subprocess()