xref
: /
external
/
compiler-rt
/
test
/
asan
/
TestCases
/
Helpers
/
init-order-pthread-create-extra.cc
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
void
*
bar
(
void
*
input
,
bool
sleep_before_init
);
2
void
*
glob2
=
bar
((
void
*)
0x2345
,
true
);
3