Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | freezable_schedule() schedule() |
#define | freezable_schedule_timeout_killable(timeout) schedule_timeout_killable(timeout) |
#define | wait_event_freezable(wq, condition) wait_event_interruptible(wq, condition) |
#define | wait_event_freezable_timeout(wq, condition, timeout) wait_event_interruptible_timeout(wq, condition, timeout) |
#define | wait_event_freezekillable(wq, condition) wait_event_killable(wq, condition) |
#define freezable_schedule_timeout_killable | ( | timeout | ) | schedule_timeout_killable(timeout) |
#define wait_event_freezable | ( | wq, | |
condition | |||
) | wait_event_interruptible(wq, condition) |
#define wait_event_freezable_timeout | ( | wq, | |
condition, | |||
timeout | |||
) | wait_event_interruptible_timeout(wq, condition, timeout) |
#define wait_event_freezekillable | ( | wq, | |
condition | |||
) | wait_event_killable(wq, condition) |