Feature #9068 ยป 0001-thread.c-reduce-rb_mutex_t-size-by-8-bytes-on-x86_64.patch
| thread.c | ||
|---|---|---|
|
rb_nativethread_lock_t lock;
|
||
|
rb_nativethread_cond_t cond;
|
||
|
struct rb_thread_struct volatile *th;
|
||
|
int cond_waiting;
|
||
|
struct rb_mutex_struct *next_mutex;
|
||
|
int cond_waiting;
|
||
|
int allow_trap;
|
||
|
} rb_mutex_t;
|
||