Searched refs:once_ (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dgold-threads.cc288 : once_(PTHREAD_ONCE_INIT)
294 { return &this->once_; }
297 pthread_once_t once_; member in class:gold::Once_initialize
344 this->once_ = NULL;
346 this->once_ = new Once_initialize();
401 err = pthread_once(this->once_->once_control(), c_run_once);
H A Dgold-threads.h231 Once_initialize* once_; member in class:gold::Once
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dgold-threads.cc288 : once_(PTHREAD_ONCE_INIT)
294 { return &this->once_; }
297 pthread_once_t once_; member in class:gold::Once_initialize
344 this->once_ = NULL;
346 this->once_ = new Once_initialize();
401 err = pthread_once(this->once_->once_control(), c_run_once);
H A Dgold-threads.h231 Once_initialize* once_; member in class:gold::Once
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dgold-threads.cc288 : once_(PTHREAD_ONCE_INIT)
294 { return &this->once_; }
297 pthread_once_t once_; member in class:gold::Once_initialize
344 this->once_ = NULL;
346 this->once_ = new Once_initialize();
401 err = pthread_once(this->once_->once_control(), c_run_once);
H A Dgold-threads.h231 Once_initialize* once_; member in class:gold::Once
/netbsd-current/external/public-domain/xz/dist/src/common/
H A Dmythread.h74 static bool once_ = false; \
75 if (!once_) { \
77 once_ = true; \
130 static pthread_once_t once_ = PTHREAD_ONCE_INIT; \
131 pthread_once(&once_, &func); \
369 static INIT_ONCE once_ = INIT_ONCE_STATIC_INIT; \
371 if (!InitOnceBeginInitialize(&once_, 0, &pending_, NULL)) \

Completed in 131 milliseconds