OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:thread_list_placeholder
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/libsanitizer/hwasan/
hwasan_thread_list.cpp
4
static ALIGNED(16) char
thread_list_placeholder
[sizeof(HwasanThreadList)];
member in namespace:__hwasan
12
new (
thread_list_placeholder
) HwasanThreadList(storage, size);
/src/external/gpl3/gcc/dist/libsanitizer/hwasan/
hwasan_thread_list.cpp
17
HwasanThreadList)) char
thread_list_placeholder
[sizeof(HwasanThreadList)];
local
19
new (
thread_list_placeholder
) HwasanThreadList(storage, size);
Completed in 17 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026