Skip to main content

SYS_ASYNC_ENTER

Constant SYS_ASYNC_ENTER 

Source
pub const SYS_ASYNC_ENTER: usize = 251;
Expand description

Enter async wait on a previously set up context.

  • ctx: async context handle from SYS_ASYNC_SETUP

Yields the current thread until one of the monitored events fires. The event type is returned in RAX.