Home
last modified time | relevance | path

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

/base/startup/init/services/param/include/
Dparam_trie.h50 #define PARAM_FLAGS_WAITED 0x20000000 macro
/base/startup/init/services/param/linux/
Dparam_service.c78 …LOAD_EXPLICIT(&entry->commitId, memory_order_relaxed) & PARAM_FLAGS_WAITED) != PARAM_FLAGS_WAITED)… in CheckAndSendTrigger()
83 …ATOMIC_LOAD_EXPLICIT(&entry->commitId, memory_order_relaxed) | PARAM_FLAGS_WAITED, memory_order_re… in CheckAndSendTrigger()
/base/startup/init/services/param/manager/
Dparam_manager.c50 …ATOMIC_LOAD_EXPLICIT(&param->commitId, memory_order_relaxed) | PARAM_FLAGS_WAITED, memory_order_re… in SystemCheckMatchParamWait()