Home
last modified time | relevance | path

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

/lk-master/kernel/
A Dthread.c161 t->blocking_wait_queue = NULL; in thread_create_etc()
328 DEBUG_ASSERT(t->blocking_wait_queue == NULL); in thread_join()
976 …dprintf(INFO, "\twait queue %p, wait queue ret %d\n", t->blocking_wait_queue, t->wait_queue_block_… in dump_thread()
1074 current_thread->blocking_wait_queue = wait; in wait_queue_block()
1123 t->blocking_wait_queue = NULL; in wait_queue_wake_one()
1186 t->blocking_wait_queue = NULL; in wait_queue_wake_all()
1244 DEBUG_ASSERT(t->blocking_wait_queue != NULL); in thread_unblock_from_wait_queue()
1245 DEBUG_ASSERT(t->blocking_wait_queue->magic == WAIT_QUEUE_MAGIC); in thread_unblock_from_wait_queue()
1249 t->blocking_wait_queue->count--; in thread_unblock_from_wait_queue()
1250 t->blocking_wait_queue = NULL; in thread_unblock_from_wait_queue()
[all …]
/lk-master/kernel/include/kernel/
A Dthread.h91 struct wait_queue *blocking_wait_queue; member

Completed in 5 milliseconds