Home
last modified time | relevance | path

Searched refs:futex_wait (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/startup/init/services/param/include/
H A Dparam_atomic.h51 #define futex_wait(ftx, value) (void)(ftx) macro
77 #define futex_wait(ftx, value) PARAM_FUTEX(ftx, FUTEX_WAIT, value, 100, 0)
/ohos5.0/base/startup/init/services/param/base/
H A Dparam_base.h52 futex_wait(&entry->commitId, commitId); in ReadCommitId()
/ohos5.0/base/startup/init/test/unittest/param/
H A Datomic_unittest.cpp74 futex_wait(&entry->commitId, commitId); in TestReadCommitId()