HelenOS sources
_EVENT_TIMED_OUT 213 uspace/lib/c/generic/thread/fibril.c assert(reason == _EVENT_TIMED_OUT || reason == _EVENT_TRIGGERED);
_EVENT_TIMED_OUT 222 uspace/lib/c/generic/thread/fibril.c if (event->fibril == _EVENT_TIMED_OUT) {
_EVENT_TIMED_OUT 438 uspace/lib/c/generic/thread/fibril.c to->event, _EVENT_TIMED_OUT));
_EVENT_TIMED_OUT 698 uspace/lib/c/generic/thread/fibril.c assert(event->fibril == _EVENT_TIMED_OUT || event->fibril == _EVENT_TRIGGERED);
_EVENT_TIMED_OUT 701 uspace/lib/c/generic/thread/fibril.c errno_t rc = (event->fibril == _EVENT_TIMED_OUT) ? ETIMEOUT : EOK;
HelenOS homepage, sources at GitHub