Home
last modified time | relevance | path

Searched refs:once_ (Results 1 – 25 of 128) sorted by relevance

123456

/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/third_party/xz-4.999.9beta/src/common/
H A Dmythread.h23 static pthread_once_t once_ = PTHREAD_ONCE_INIT; \
24 pthread_once(&once_, &func); \
34 static bool once_ = false; \
35 if (!once_) { \
37 once_ = true; \
/dports/multimedia/obs-studio/obs-studio-27.1.3/deps/lzma/common/
H A Dmythread.h21 static pthread_once_t once_ = PTHREAD_ONCE_INIT; \
22 pthread_once(&once_, &func); \
32 static bool once_ = false; \
33 if (!once_) { \
35 once_ = true; \
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/third_party/xz-4.999.9beta/src/common/
H A Dmythread.h23 static pthread_once_t once_ = PTHREAD_ONCE_INIT; \
24 pthread_once(&once_, &func); \
34 static bool once_ = false; \
35 if (!once_) { \
37 once_ = true; \
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/tokudb/PerconaFT/third_party/xz-4.999.9beta/src/common/
H A Dmythread.h23 static pthread_once_t once_ = PTHREAD_ONCE_INIT; \
24 pthread_once(&once_, &func); \
34 static bool once_ = false; \
35 if (!once_) { \
37 once_ = true; \
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/tokudb/PerconaFT/third_party/xz-4.999.9beta/src/common/
H A Dmythread.h23 static pthread_once_t once_ = PTHREAD_ONCE_INIT; \
24 pthread_once(&once_, &func); \
34 static bool once_ = false; \
35 if (!once_) { \
37 once_ = true; \
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/tokudb/PerconaFT/third_party/xz-4.999.9beta/src/common/
H A Dmythread.h23 static pthread_once_t once_ = PTHREAD_ONCE_INIT; \
24 pthread_once(&once_, &func); \
34 static bool once_ = false; \
35 if (!once_) { \
37 once_ = true; \
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/third_party/xz-4.999.9beta/src/common/
H A Dmythread.h23 static pthread_once_t once_ = PTHREAD_ONCE_INIT; \
24 pthread_once(&once_, &func); \
34 static bool once_ = false; \
35 if (!once_) { \
37 once_ = true; \
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/tokudb/PerconaFT/third_party/xz-4.999.9beta/src/common/
H A Dmythread.h23 static pthread_once_t once_ = PTHREAD_ONCE_INIT; \
24 pthread_once(&once_, &func); \
34 static bool once_ = false; \
35 if (!once_) { \
37 once_ = true; \
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/tokudb/PerconaFT/third_party/xz-4.999.9beta/src/common/
H A Dmythread.h23 static pthread_once_t once_ = PTHREAD_ONCE_INIT; \
24 pthread_once(&once_, &func); \
34 static bool once_ = false; \
35 if (!once_) { \
37 once_ = true; \
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/tokudb/PerconaFT/third_party/xz-4.999.9beta/src/common/
H A Dmythread.h23 static pthread_once_t once_ = PTHREAD_ONCE_INIT; \
24 pthread_once(&once_, &func); \
34 static bool once_ = false; \
35 if (!once_) { \
37 once_ = true; \
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/tokudb/PerconaFT/third_party/xz-4.999.9beta/src/common/
H A Dmythread.h23 static pthread_once_t once_ = PTHREAD_ONCE_INIT; \
24 pthread_once(&once_, &func); \
34 static bool once_ = false; \
35 if (!once_) { \
37 once_ = true; \
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/tokudb/PerconaFT/third_party/xz-4.999.9beta/src/common/
H A Dmythread.h23 static pthread_once_t once_ = PTHREAD_ONCE_INIT; \
24 pthread_once(&once_, &func); \
34 static bool once_ = false; \
35 if (!once_) { \
37 once_ = true; \
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/tokudb/PerconaFT/third_party/xz-4.999.9beta/src/common/
H A Dmythread.h23 static pthread_once_t once_ = PTHREAD_ONCE_INIT; \
24 pthread_once(&once_, &func); \
34 static bool once_ = false; \
35 if (!once_) { \
37 once_ = true; \
/dports/net/ntp/ntp-4.2.8p15/ports/winnt/libntp/
H A Darc4wrap.c55 static long once_ = 0; variable
62 switch (InterlockedCompareExchange(&once_, 1, 0)) { in private_lock_()
65 InterlockedExchange(&once_, 2); in private_lock_()
79 if (InterlockedExchangeAdd(&once_, 0) == 2) in private_unlock_()
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/base/
H A Dsingleton.h64 CallOnce(&once_, &Singleton<T>::Init); in get()
77 ResetOnce(&once_); in Delete()
80 static once_t once_; variable
85 once_t Singleton<T>::once_ = MOZC_ONCE_INIT;
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/base/
H A Dsingleton.h64 CallOnce(&once_, &Singleton<T>::Init); in get()
77 ResetOnce(&once_); in Delete()
80 static once_t once_; variable
85 once_t Singleton<T>::once_ = MOZC_ONCE_INIT;
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/base/
H A Dsingleton.h64 CallOnce(&once_, &Singleton<T>::Init); in get()
77 ResetOnce(&once_); in Delete()
80 static once_t once_; variable
85 once_t Singleton<T>::once_ = MOZC_ONCE_INIT;
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/base/
H A Dsingleton.h64 CallOnce(&once_, &Singleton<T>::Init); in get()
77 ResetOnce(&once_); in Delete()
80 static once_t once_; variable
85 once_t Singleton<T>::once_ = MOZC_ONCE_INIT;
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/base/
H A Dsingleton.h64 CallOnce(&once_, &Singleton<T>::Init); in get()
77 ResetOnce(&once_); in Delete()
80 static once_t once_; variable
85 once_t Singleton<T>::once_ = MOZC_ONCE_INIT;
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/base/
H A Dsingleton.h64 CallOnce(&once_, &Singleton<T>::Init); in get()
77 ResetOnce(&once_); in Delete()
80 static once_t once_; variable
85 once_t Singleton<T>::once_ = MOZC_ONCE_INIT;
/dports/devel/binutils/binutils-2.37/gold/
H A Dgold-threads.cc288 : once_(PTHREAD_ONCE_INIT) in Once_initialize()
294 { return &this->once_; } in once_control()
297 pthread_once_t once_; member in gold::Once_initialize
344 this->once_ = NULL; in Once()
346 this->once_ = new Once_initialize(); in Once()
401 err = pthread_once(this->once_->once_control(), c_run_once); in run_once()
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gold/
H A Dgold-threads.cc288 : once_(PTHREAD_ONCE_INIT) in Once_initialize()
294 { return &this->once_; } in once_control()
297 pthread_once_t once_; member in gold::Once_initialize
344 this->once_ = NULL; in Once()
346 this->once_ = new Once_initialize(); in Once()
401 err = pthread_once(this->once_->once_control(), c_run_once); in run_once()
/dports/devel/arm-elf-binutils/binutils-2.37/gold/
H A Dgold-threads.cc288 : once_(PTHREAD_ONCE_INIT) in Once_initialize()
294 { return &this->once_; } in once_control()
297 pthread_once_t once_; member in gold::Once_initialize
344 this->once_ = NULL; in Once()
346 this->once_ = new Once_initialize(); in Once()
401 err = pthread_once(this->once_->once_control(), c_run_once); in run_once()
/dports/devel/gnulibiberty/binutils-2.37/gold/
H A Dgold-threads.cc288 : once_(PTHREAD_ONCE_INIT) in Once_initialize()
294 { return &this->once_; } in once_control()
297 pthread_once_t once_; member in gold::Once_initialize
344 this->once_ = NULL; in Once()
346 this->once_ = new Once_initialize(); in Once()
401 err = pthread_once(this->once_->once_control(), c_run_once); in run_once()
/dports/lang/gnatdroid-binutils/binutils-2.27/gold/
H A Dgold-threads.cc288 : once_(PTHREAD_ONCE_INIT) in Once_initialize()
294 { return &this->once_; } in once_control()
297 pthread_once_t once_; member in gold::Once_initialize
344 this->once_ = NULL; in Once()
346 this->once_ = new Once_initialize(); in Once()
401 err = pthread_once(this->once_->once_control(), c_run_once); in run_once()

123456