OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:unique_id_
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/libsanitizer/hwasan/
hwasan_thread.h
49
bool IsMainThread() { return
unique_id_
== 0; }
64
u64 unique_id() const { return
unique_id_
; }
92
u64
unique_id_
; // counting from zero.
member in class:__hwasan::Thread
/src/external/gpl3/gcc/dist/libsanitizer/hwasan/
hwasan_thread.h
50
bool IsMainThread() { return
unique_id_
== 0; }
65
u32 unique_id() const { return
unique_id_
; }
97
u32
unique_id_
; // counting from zero.
member in class:__hwasan::Thread
Completed in 52 milliseconds
Indexes created Sun May 03 00:22:47 UTC 2026