Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_thread.h72 tid_t os_id() const { return os_id_; } in os_id()
73 void set_os_id(tid_t os_id) { os_id_ = os_id; } in set_os_id()
99 tid_t os_id_; variable
H A Dhwasan_thread.cpp48 os_id_ = GetTid(); in Init()