Home
last modified time | relevance | path

Searched refs:ONCE_STATE_DONE (Results 1 – 25 of 32) sorted by relevance

12

/dports/www/node10/node-v10.24.1/deps/v8/src/base/
H A Donce.h73 ONCE_STATE_DONE = 2 enumerator
88 if (Acquire_Load(once) != ONCE_STATE_DONE) { in CallOnce()
97 if (Acquire_Load(once) != ONCE_STATE_DONE) { in CallOnce()
H A Donce.cc21 if (state == ONCE_STATE_DONE) { in CallOnceImpl()
38 Release_Store(once, ONCE_STATE_DONE); in CallOnceImpl()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/base/
H A Donce.h74 ONCE_STATE_DONE = 2 enumerator
88 if (once->load(std::memory_order_acquire) != ONCE_STATE_DONE) { in CallOnce()
96 if (once->load(std::memory_order_acquire) != ONCE_STATE_DONE) { in CallOnce()
H A Donce.cc18 if (once->load(std::memory_order_acquire) == ONCE_STATE_DONE) { in CallOnceImpl()
35 once->store(ONCE_STATE_DONE, std::memory_order_release); in CallOnceImpl()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/base/
H A Donce.h74 ONCE_STATE_DONE = 2 enumerator
88 if (once->load(std::memory_order_acquire) != ONCE_STATE_DONE) { in CallOnce()
96 if (once->load(std::memory_order_acquire) != ONCE_STATE_DONE) { in CallOnce()
H A Donce.cc20 if (once->load(std::memory_order_acquire) == ONCE_STATE_DONE) { in CallOnceImpl()
37 once->store(ONCE_STATE_DONE, std::memory_order_release); in CallOnceImpl()
/dports/lang/v8/v8-9.6.180.12/src/base/
H A Donce.h76 ONCE_STATE_DONE = 2 enumerator
90 if (once->load(std::memory_order_acquire) != ONCE_STATE_DONE) { in CallOnce()
100 if (once->load(std::memory_order_acquire) != ONCE_STATE_DONE) { in CallOnce()
H A Donce.cc20 if (once->load(std::memory_order_acquire) == ONCE_STATE_DONE) { in CallOnceImpl()
37 once->store(ONCE_STATE_DONE, std::memory_order_release); in CallOnceImpl()
/dports/devel/protobuf25/protobuf-2.5.0/src/google/protobuf/stubs/
H A Donce.h114 ONCE_STATE_DONE = 2
125 if (internal::Acquire_Load(once) != ONCE_STATE_DONE) {
134 if (internal::Acquire_Load(once) != ONCE_STATE_DONE) {
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/extra/protobuf/protobuf-2.6.1/src/google/protobuf/stubs/
H A Donce.h114 ONCE_STATE_DONE = 2
125 if (internal::Acquire_Load(once) != ONCE_STATE_DONE) {
134 if (internal::Acquire_Load(once) != ONCE_STATE_DONE) {
H A Donce.cc68 if (state == ONCE_STATE_DONE) { in GoogleOnceInitImpl()
84 internal::Release_Store(once, ONCE_STATE_DONE); in GoogleOnceInitImpl()
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/protobuf/src/google/protobuf/stubs/
H A Donce.h115 ONCE_STATE_DONE = 2
126 if (internal::Acquire_Load(once) != ONCE_STATE_DONE) {
135 if (internal::Acquire_Load(once) != ONCE_STATE_DONE) {
H A Donce.cc68 if (state == ONCE_STATE_DONE) { in GoogleOnceInitImpl()
84 internal::Release_Store(once, ONCE_STATE_DONE); in GoogleOnceInitImpl()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/extra/protobuf/protobuf-2.6.1/src/google/protobuf/stubs/
H A Donce.h114 ONCE_STATE_DONE = 2
125 if (internal::Acquire_Load(once) != ONCE_STATE_DONE) {
134 if (internal::Acquire_Load(once) != ONCE_STATE_DONE) {
H A Donce.cc68 if (state == ONCE_STATE_DONE) { in GoogleOnceInitImpl()
84 internal::Release_Store(once, ONCE_STATE_DONE); in GoogleOnceInitImpl()
/dports/databases/mysql57-client/mysql-5.7.36/extra/protobuf/protobuf-2.6.1/src/google/protobuf/stubs/
H A Donce.h114 ONCE_STATE_DONE = 2
125 if (internal::Acquire_Load(once) != ONCE_STATE_DONE) {
134 if (internal::Acquire_Load(once) != ONCE_STATE_DONE) {
H A Donce.cc68 if (state == ONCE_STATE_DONE) { in GoogleOnceInitImpl()
84 internal::Release_Store(once, ONCE_STATE_DONE); in GoogleOnceInitImpl()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/extra/protobuf/protobuf-2.6.1/src/google/protobuf/stubs/
H A Donce.h114 ONCE_STATE_DONE = 2
125 if (internal::Acquire_Load(once) != ONCE_STATE_DONE) {
134 if (internal::Acquire_Load(once) != ONCE_STATE_DONE) {
H A Donce.cc68 if (state == ONCE_STATE_DONE) { in GoogleOnceInitImpl()
84 internal::Release_Store(once, ONCE_STATE_DONE); in GoogleOnceInitImpl()
/dports/databases/percona57-server/percona-server-5.7.36-39/extra/protobuf/protobuf-2.6.1/src/google/protobuf/stubs/
H A Donce.h114 ONCE_STATE_DONE = 2
125 if (internal::Acquire_Load(once) != ONCE_STATE_DONE) {
134 if (internal::Acquire_Load(once) != ONCE_STATE_DONE) {
H A Donce.cc68 if (state == ONCE_STATE_DONE) { in GoogleOnceInitImpl()
84 internal::Release_Store(once, ONCE_STATE_DONE); in GoogleOnceInitImpl()
/dports/databases/percona57-client/percona-server-5.7.36-39/extra/protobuf/protobuf-2.6.1/src/google/protobuf/stubs/
H A Donce.h114 ONCE_STATE_DONE = 2
125 if (internal::Acquire_Load(once) != ONCE_STATE_DONE) {
134 if (internal::Acquire_Load(once) != ONCE_STATE_DONE) {
H A Donce.cc68 if (state == ONCE_STATE_DONE) { in GoogleOnceInitImpl()
84 internal::Release_Store(once, ONCE_STATE_DONE); in GoogleOnceInitImpl()
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/components/protobuf/src/google/protobuf/stubs/
H A Donce.h114 ONCE_STATE_DONE = 2
125 if (internal::Acquire_Load(once) != ONCE_STATE_DONE) {
134 if (internal::Acquire_Load(once) != ONCE_STATE_DONE) {
/dports/graphics/opencv/opencv-4.5.3/3rdparty/protobuf/src/google/protobuf/stubs/
H A Donce.h115 ONCE_STATE_DONE = 2
126 if (internal::Acquire_Load(once) != ONCE_STATE_DONE) {
135 if (internal::Acquire_Load(once) != ONCE_STATE_DONE) {

12