Home
last modified time | relevance | path

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

/dports/math/clasp/clasp-3.3.5/libpotassco/src/
H A Dapplication.cpp45 static long fetch_and_dec(volatile long& x) { in fetch_and_dec() function
58 static long fetch_and_dec(volatile long& x) { in fetch_and_dec() function
180 if (fetch_and_dec(blocked_) == 1) { in unblockSignals()
206 fetch_and_dec(blocked_); in processSignal()
/dports/math/clingo/clingo-5.5.1/clasp/libpotassco/src/
H A Dapplication.cpp45 static long fetch_and_dec(volatile long& x) { in fetch_and_dec() function
58 static long fetch_and_dec(volatile long& x) { in fetch_and_dec() function
180 if (fetch_and_dec(blocked_) == 1) { in unblockSignals()
206 fetch_and_dec(blocked_); in processSignal()
/dports/multimedia/bino/bino-1.6.5/src/base/
H A Dpth.h73 template<typename T> T fetch_and_dec(T* ptr) { return fetch_and_sub(ptr, static_cast<T>(1)); } in fetch_and_dec() function