HomeSort by: relevance | last modified time | path
    Searched defs:sed_child_ready (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
kern_exec.c 284 bool sed_child_ready; member in struct:spawn_exec_data
2348 KASSERT(!spawn_data->sed_child_ready);
2350 spawn_data->sed_child_ready = true;
2380 KASSERT(!spawn_data->sed_child_ready);
2382 spawn_data->sed_child_ready = true;
2416 KASSERT(!spawn_data->sed_child_ready);
2418 spawn_data->sed_child_ready = true;
2830 while (!spawn_data->sed_child_ready) {
kern_exec.c 284 bool sed_child_ready; member in struct:spawn_exec_data
2348 KASSERT(!spawn_data->sed_child_ready);
2350 spawn_data->sed_child_ready = true;
2380 KASSERT(!spawn_data->sed_child_ready);
2382 spawn_data->sed_child_ready = true;
2416 KASSERT(!spawn_data->sed_child_ready);
2418 spawn_data->sed_child_ready = true;
2830 while (!spawn_data->sed_child_ready) {

Completed in 131 milliseconds