Searched refs:was_run_lock_ (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dgold-threads.cc340 , was_run_lock_(0)
376 if (__sync_bool_compare_and_swap(&this->was_run_lock_, 0, 1))
382 if (__sync_bool_compare_and_swap(&this->was_run_lock_, 1, 0))
H A Dgold-threads.h228 uint32_t was_run_lock_; member in class:gold::Once
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dgold-threads.cc340 , was_run_lock_(0)
376 if (__sync_bool_compare_and_swap(&this->was_run_lock_, 0, 1))
382 if (__sync_bool_compare_and_swap(&this->was_run_lock_, 1, 0))
H A Dgold-threads.h228 uint32_t was_run_lock_; member in class:gold::Once
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dgold-threads.cc340 , was_run_lock_(0)
376 if (__sync_bool_compare_and_swap(&this->was_run_lock_, 0, 1))
382 if (__sync_bool_compare_and_swap(&this->was_run_lock_, 1, 0))
H A Dgold-threads.h228 uint32_t was_run_lock_; member in class:gold::Once

Completed in 182 milliseconds