Lines Matching refs:Thread
29 void Thread::InitRandomState() {
39 void Thread::Init(uptr stack_buffer_start, uptr stack_buffer_size,
65 Printf("sizeof(Thread): %zd sizeof(HeapRB): %zd sizeof(StackRB): %zd\n",
66 sizeof(Thread), heap_allocations_->SizeInBytes(),
74 void Thread::InitStackRingBuffer(uptr stack_buffer_start,
95 void Thread::ClearShadowForThreadStackAndTLS() {
106 void Thread::Destroy() {
122 void Thread::Print(const char *Prefix) {
136 tag_t Thread::GenerateRandomTag(uptr num_bits) {
177 static __hwasan::Thread *GetThreadByOsIDLocked(tid_t os_id) {
179 [os_id](__hwasan::Thread *t) { return t->os_id() == os_id; });