t_futex_ops.c | 65 static volatile int futex_word; variable in typeref:typename:volatile int 272 STORE(&futex_word, 0); 313 /* This will not block because futex_word != 666. */ 448 do_futex_wait_wake_test(&futex_word, NULL, 465 do_futex_wait_wake_test(&futex_word, NULL, 647 futex_word = 1; 649 __futex(&futex_word, FUTEX_WAIT_BITSET | FUTEX_PRIVATE_FLAG, 666 lwp_data[i].futex_ptr = &futex_word; 670 STORE(&futex_word, 1); 694 __futex(&futex_word, FUTEX_WAKE_BITSET | flags [all...] |