Home
last modified time | relevance | path

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

/aosp_15_r20/external/trusty/lk/kernel/
Dthread.c262 t->wait_queue_block_ret = NO_ERROR; in thread_create_etc()
1684 …ntf(INFO, "\twait queue %p, wait queue ret %d\n", t->blocking_wait_queue, t->wait_queue_block_ret); in dump_thread()
1786 current_thread->wait_queue_block_ret = NO_ERROR; in wait_queue_block()
1811 return current_thread->wait_queue_block_ret; in wait_queue_block()
1846 t->wait_queue_block_ret = wait_queue_error; in wait_queue_wake_one()
1912 t->wait_queue_block_ret = wait_queue_error; in wait_queue_wake_all()
1991 t->wait_queue_block_ret = wait_queue_error; in thread_unblock_from_wait_queue()
/aosp_15_r20/external/trusty/lk/include/kernel/
Dthread.h123 status_t wait_queue_block_ret; member