import "select_notify.idl";
Public Member Functions | |
void | request ([in] object_handle_t handle,[in] int mode,[in] l4_threadid_t notif_tid) |
void | clear ([in] object_handle_t handle,[in] int mode,[in] l4_threadid_t notif_tid) |
void l4vfs::select_notify::request | ( | [in] object_handle_t | handle, | |
[in] int | mode, | |||
[in] l4_threadid_t | notif_tid | |||
) |
Send notification request.
This function sends a notification request. Notification request is granted if server is non-blocking on fd in specified operation(s) mode.
/param fd file handle /param mode considered operations /param notif_tid thread id of notification listener
void l4vfs::select_notify::clear | ( | [in] object_handle_t | handle, | |
[in] int | mode, | |||
[in] l4_threadid_t | notif_tid | |||
) |
Clear notification.
Use this function to clear a notification request.
/param fd file handle /param mode considered operations /param notif_tid thread id of notification listener