|
| enum | thread_sched_waiting_flag {
thread_sched_waiting_none = 0x00
, thread_sched_waiting_timeout = 0x01
, thread_sched_waiting_io_read = 0x02
, thread_sched_waiting_io_write = 0x08
,
thread_sched_waiting_io_force = 0x40
} |
|
|
enum rb_thread_sched_waiting::thread_sched_waiting_flag | flags |
|
struct | data |
| struct ccan_list_node | node |
Definition at line 26 of file thread_pthread.h.
◆ thread_sched_waiting_flag
| enum rb_thread_sched_waiting::thread_sched_waiting_flag |
◆ node
| struct ccan_list_node rb_thread_sched_waiting::node |
The documentation for this struct was generated from the following file: