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

/fuchsia/zircon/kernel/kernel/
H A Dwait.cpp228 current_thread->blocking_wait_queue = wait;
329 t->blocking_wait_queue = NULL;
362 t->blocking_wait_queue = NULL;
407 t->blocking_wait_queue = NULL;
477 DEBUG_ASSERT(t->blocking_wait_queue != NULL);
478 DEBUG_ASSERT(t->blocking_wait_queue->magic == WAIT_QUEUE_MAGIC);
482 wait_queue_validate_queue(t->blocking_wait_queue);
486 t->blocking_wait_queue->count--;
487 t->blocking_wait_queue = NULL;
503 DEBUG_ASSERT(t->blocking_wait_queue !
[all...]
H A Dthread.cpp170 t->blocking_wait_queue = NULL;
413 DEBUG_ASSERT(t->blocking_wait_queue == NULL);
1205 t->blocking_wait_queue, t->blocked_status, t->interruptable, t->mutexes_held);
H A Dsched.cpp652 if (t->blocking_wait_queue) {
/fuchsia/zircon/kernel/include/kernel/
H A Dthread.h116 struct wait_queue* blocking_wait_queue; member in struct:thread

Completed in 88 milliseconds