Home
last modified time | relevance | path

Searched refs:SYNCHRONIZED_VAR (Results 1 – 2 of 2) sorted by relevance

/dports/security/keybase/client-v5.7.1/shared/ios/Pods/Folly/folly/
H A DSynchronized.h1667 #define SYNCHRONIZED_VAR(var) FB_CONCATENATE(SYNCHRONIZED_##var##_, __LINE__) macro
1695 if (bool SYNCHRONIZED_VAR(state) = false) { \
1697 for (auto SYNCHRONIZED_VAR(lockedPtr) = \
1699 !SYNCHRONIZED_VAR(state); \
1700 SYNCHRONIZED_VAR(state) = true) \
1702 *SYNCHRONIZED_VAR(lockedPtr).operator->(); \
1703 !SYNCHRONIZED_VAR(state); \
1704 SYNCHRONIZED_VAR(state) = true) \
1719 SYNCHRONIZED_VAR(state) = true)
1749 for (auto& n1 = *SYNCHRONIZED_VAR(ptrs).first; !SYNCHRONIZED_VAR(state); \
[all …]
/dports/devel/folly/folly-2021.12.27.00/folly/
H A DSynchronized.h1604 #define SYNCHRONIZED_VAR(var) FB_CONCATENATE(SYNCHRONIZED_##var##_, __LINE__)
1641 if (bool SYNCHRONIZED_VAR(state) = false) { \
1644 for (auto SYNCHRONIZED_VAR(lockedPtr) = \
1646 !SYNCHRONIZED_VAR(state); \
1647 SYNCHRONIZED_VAR(state) = true) \
1649 *SYNCHRONIZED_VAR(lockedPtr).operator->(); \
1650 !SYNCHRONIZED_VAR(state); \
1651 SYNCHRONIZED_VAR(state) = true) \
1676 if (bool SYNCHRONIZED_VAR(state) = false) { \
1682 for (auto& n1 = *SYNCHRONIZED_VAR(ptrs).first; !SYNCHRONIZED_VAR(state); \
[all …]