Searched refs:handle_set_wait (Results 1 – 6 of 6) sorted by relevance
/trusty/kernel/lib/trusty/include/lib/trusty/ |
D | handle_set.h | 45 int handle_set_wait(struct handle* h,
|
/trusty/kernel/lib/trusty/ |
D | handle_set.c | 347 int handle_set_wait(struct handle* h, in handle_set_wait() function 376 ret = handle_set_wait(in->handle, out, timeout); in handle_ref_wait()
|
D | tipc_dev_ql.c | 536 rc = handle_set_wait(dev->handle_set, &hsevt, 0); in dev_get_event()
|
/trusty/kernel/lib/unittest/ |
D | unittest.c | 155 ret = handle_set_wait(unittest_handle_set, &evt, INFINITE_TIME); in unittest_loop()
|
/trusty/kernel/lib/ktipc/ |
D | ktipc.c | 345 rc = handle_set_wait(ksrv->hset, &evt_ref, INFINITE_TIME); in ksrv_event_loop()
|
/trusty/kernel/app/uirqtest/ |
D | uevt_test.c | 279 rc = handle_set_wait(_state->hset, &ref, in TEST_F() 361 rc = handle_set_wait(_state->hset, &ref, in TEST_F()
|