Home
last modified time | relevance | path

Searched refs:expected (Results 1 – 2 of 2) sorted by relevance

/nptl/
A Dfutex-internal.c28 unsigned int expected, int op, in __futex_abstimed_wait_common32() argument
40 return INTERNAL_SYSCALL_CANCEL (futex, futex_word, op, expected, in __futex_abstimed_wait_common32()
44 return INTERNAL_SYSCALL_CALL (futex, futex_word, op, expected, in __futex_abstimed_wait_common32()
52 unsigned int expected, int op, in __futex_abstimed_wait_common64() argument
57 return INTERNAL_SYSCALL_CANCEL (futex_time64, futex_word, op, expected, in __futex_abstimed_wait_common64()
61 return INTERNAL_SYSCALL_CALL (futex_time64, futex_word, op, expected, in __futex_abstimed_wait_common64()
68 unsigned int expected, clockid_t clockid, in __futex_abstimed_wait_common() argument
87 err = __futex_abstimed_wait_common64 (futex_word, expected, op, abstime, in __futex_abstimed_wait_common()
124 __futex_abstimed_wait64 (unsigned int* futex_word, unsigned int expected, in __futex_abstimed_wait64() argument
128 return __futex_abstimed_wait_common (futex_word, expected, clockid, in __futex_abstimed_wait64()
[all …]
A Dtst-thread_local1.cc99 check_counters (const char *name, const char *expected) in check_counters() argument
102 if (actual != expected) in check_counters()
105 name, actual.c_str (), expected); in check_counters()

Completed in 4 milliseconds