Home
last modified time | relevance | path

Searched refs:futex_call_res (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/runtime_core/platforms/unix/libpandabase/futex/
H A Dmutex.cpp382 int futex_call_res = 0; in TimedWait() local
389 futex_call_res = futex(GetCondAddr(), WAIT_BITSET, cur_cond, &time, nullptr, MATCH_ANY); in TimedWait()
393 futex_call_res = futex(GetCondAddr(), FUTEX_WAIT_PRIVATE, cur_cond, &time, nullptr, 0); in TimedWait()
395 if (futex_call_res != 0) { in TimedWait()

Completed in 2 milliseconds