Home
last modified time | relevance | path

Searched refs:unique_id_ (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/gpl3/gcc/dist/libsanitizer/hwasan/
H A Dhwasan_thread.cpp29 random_state_ = flags()->random_tags ? RandomSeed() : unique_id_; in InitRandomState()
40 CHECK_EQ(0, unique_id_); // try to catch bad stack reuse in Init()
45 unique_id_ = atomic_fetch_add(&unique_id, 1, memory_order_relaxed); in Init()
113 Printf("%sT%zd %p stack: [%p,%p) sz: %zd tls: [%p,%p)\n", Prefix, unique_id_, in Print()
H A Dhwasan_thread.h49 bool IsMainThread() { return unique_id_ == 0; } in IsMainThread()
64 u64 unique_id() const { return unique_id_; } in unique_id()
92 u64 unique_id_; // counting from zero. variable