Ruby
2.5.0dev(2017-10-22revision60238)
|
Data Fields | |
struct sync_waiter | w |
union { | |
struct rb_queue * q | |
struct rb_szqueue * sq | |
} | as |
Definition at line 802 of file thread_sync.c.
union { ... } queue_waiter::as |
struct rb_queue* queue_waiter::q |
Definition at line 805 of file thread_sync.c.
struct rb_szqueue* queue_waiter::sq |
Definition at line 806 of file thread_sync.c.
struct sync_waiter queue_waiter::w |
Definition at line 803 of file thread_sync.c.