OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dtors_thread
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/
tsan_posix.cc
48
static void *
dtors_thread
(void *p) {
function
64
EXPECT_EQ(__interceptor_pthread_create(&th[0], 0,
dtors_thread
, &k1), 0);
65
EXPECT_EQ(__interceptor_pthread_create(&th[1], 0,
dtors_thread
, &k2), 0);
67
EXPECT_EQ(__interceptor_pthread_create(&th[2], 0,
dtors_thread
, &k3), 0);
tsan_posix.cc
48
static void *
dtors_thread
(void *p) {
function
64
EXPECT_EQ(__interceptor_pthread_create(&th[0], 0,
dtors_thread
, &k1), 0);
65
EXPECT_EQ(__interceptor_pthread_create(&th[1], 0,
dtors_thread
, &k2), 0);
67
EXPECT_EQ(__interceptor_pthread_create(&th[2], 0,
dtors_thread
, &k3), 0);
Completed in 30 milliseconds
Indexes created Tue Feb 24 19:07:35 UTC 2026