Home
last modified time | relevance | path

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

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

Completed in 2 milliseconds