Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/platforms/unix/libpandabase/futex/
H A Dmutex.cpp386 static constexpr int WAIT_BITSET = FUTEX_WAIT_BITSET_PRIVATE; in TimedWait() local
389 futex_call_res = futex(GetCondAddr(), WAIT_BITSET, cur_cond, &time, nullptr, MATCH_ANY); in TimedWait()

Completed in 1 milliseconds