Home
last modified time | relevance | path

Searched defs:newValue (Results 1 – 3 of 3) sorted by relevance

/commonlibrary/c_utils/base/src/
Dtimer_event_handler.cpp56 struct itimerspec newValue = {{0, 0}, {0, 0}}; in Initialize() local
/commonlibrary/c_utils/base/include/
Dunique_fd.h135 void Reset(int newValue) in Reset()
Dsafe_map.h98 bool FindOldAndSetNew(const K& key, V& oldValue, const V& newValue) in FindOldAndSetNew()