HomeSort by: relevance | last modified time | path
    Searched defs:futex_word1 (Results 1 - 1 of 1) sorted by relevancy

  /src/tests/lib/libc/sys/
t_futex_ops.c 66 static volatile int futex_word1; variable in typeref:typename:volatile int
273 STORE(&futex_word1, 0);
796 STORE(&futex_word1, 1);
827 -1, NULL, &futex_word1, INT_MAX, bad_val3) == -1);
831 0, NULL, &futex_word1, -1, bad_val3) == -1);
842 0, NULL, &futex_word1, INT_MAX, bad_val3) == -1);
851 RL(n = __futex(&futex_word, op | flags, 0, NULL, &futex_word1,
861 /* This should fail because the futex_word1 value is 1. */
863 __futex(&futex_word1, op | flags,
873 RL(n = __futex(&futex_word1, op | flags, 1, NULL, &futex_word
    [all...]

Completed in 13 milliseconds