Lines Matching refs:Thread
28 void Thread::InitRandomState() {
38 void Thread::Init(uptr stack_buffer_start, uptr stack_buffer_size,
52 // be initialized before we enter the thread itself, so we will instead call
59 void Thread::InitStackRingBuffer(uptr stack_buffer_start,
63 // The following implicitly sets (this) as the current thread.
81 Printf("sizeof(Thread): %zd sizeof(HeapRB): %zd sizeof(StackRB): %zd\n",
82 sizeof(Thread), heap_allocations_->SizeInBytes(),
89 void Thread::ClearShadowForThreadStackAndTLS() {
96 void Thread::Destroy() {
104 // Unregister this as the current thread.
105 // Instrumented code can not run on this thread from this point onwards, but
112 void Thread::Print(const char *Prefix) {
126 tag_t Thread::GenerateRandomTag(uptr num_bits) {