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

/haiku-buildtools/gcc/libsanitizer/sanitizer_common/
H A Dsanitizer_win.cc382 CHECK(li == LINKER_INITIALIZED || owner_ == LOCK_UNINITIALIZED);
386 owner_ = LOCK_READY;
392 owner_ = LOCK_READY;
396 if (owner_ == LOCK_UNINITIALIZED) {
406 CHECK_EQ(owner_, LOCK_READY);
407 owner_ = GetThreadSelf();
411 CHECK_EQ(owner_, GetThreadSelf());
412 owner_ = LOCK_READY;
417 CHECK_EQ(owner_, GetThreadSelf());
H A Dsanitizer_mac.cc225 CHECK_NE(owner_, (uptr)pthread_self());
227 CHECK(!owner_);
228 owner_ = (uptr)pthread_self();
232 CHECK(owner_ == (uptr)pthread_self());
233 owner_ = 0;
238 CHECK_EQ((uptr)pthread_self(), owner_);
H A Dsanitizer_mutex.h81 uptr owner_; // for debugging member in class:__sanitizer::BlockingMutex
H A Dsanitizer_linux.cc426 CHECK_EQ(owner_, 0);
/haiku-buildtools/binutils/gold/
H A Dpowerpc.cc2642 owner_(NULL), output_section_(NULL)
2655 { return owner_; }
2666 this->owner_ = i;
2691 // owner_ and output_section_ specify the section to which stubs are
2693 const Output_section::Input_section* owner_; member in class:__anon572::Stub_control
2742 this->owner_ = i;
2763 // Stubs are added at the end of "owner_".
2764 this->owner_ = i;
2794 // things for the next group. owner_ and output_section_ will be
H A Daarch64.cc1378 : Output_data(), owner_(owner), reloc_stubs_size_(0),
1387 { return owner_; }
1506 The_aarch64_input_section* owner_; member in class:__anon527::Output_data_got_aarch64::Stub_table
H A Darm.cc878 : Output_data(), owner_(owner), reloc_stubs_(), reloc_stubs_size_(0),
889 { return this->owner_; }
1027 Arm_input_section<big_endian>* owner_;

Completed in 206 milliseconds