Searched refs:wait_queue_block (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/trusty/lk/kernel/ |
D | semaphore.c | 64 ret = wait_queue_block(&sem->wait, INFINITE_TIME); in sem_wait() 90 ret = wait_queue_block(&sem->wait, timeout); in sem_timedwait()
|
D | port.c | 452 status_t wr = wait_queue_block(&rp->wait, timeout); in read_no_lock() 483 rc = wait_queue_block(&pg->wait, timeout); in port_read()
|
D | event.c | 115 ret = wait_queue_block(&e->wait, timeout); in event_wait_timeout()
|
D | mutex.c | 94 ret = wait_queue_block(&m->wait, timeout); in mutex_acquire_timeout()
|
D | thread.c | 566 status_t err = wait_queue_block(&t->retcode_wait_queue, timeout); in thread_join() 621 wait_queue_block(&reaper_wait_queue, INFINITE_TIME); in reaper_thread_routine() 1768 status_t wait_queue_block(wait_queue_t *wait, lk_time_t timeout) in wait_queue_block() function
|
/aosp_15_r20/external/trusty/lk/include/kernel/ |
D | wait.h | 68 status_t wait_queue_block(wait_queue_t *, lk_time_t timeout);
|
/aosp_15_r20/external/trusty/lk/app/timertest/ |
D | timertest.c | 315 wait_queue_block(&wq, 1); in TEST()
|
/aosp_15_r20/external/trusty/lk/app/threadtest/ |
D | threadtest.c | 137 wait_queue_block(queue, INFINITE_TIME); in thread_blocking_fn()
|