HelenOS sources

async_wait_timeout  125 uspace/lib/c/include/async.h extern errno_t async_wait_timeout(aid_t, errno_t *, usec_t);
async_wait_timeout  274 uspace/lib/console/src/console.c 	errno_t rc = async_wait_timeout(ctrl->input_aid, &retval, *timeout);
async_wait_timeout  125 uspace/lib/posix/include/libc/async.h extern errno_t async_wait_timeout(aid_t, errno_t *, usec_t);
HelenOS homepage, sources at GitHub