OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:join_ret
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/jemalloc/dist/test/integration/
thread_arena.c
74
intptr_t
join_ret
;
local
75
thd_join(thds[i], (void *)&
join_ret
);
76
expect_zd_eq(
join_ret
, 0, "Unexpected thread join error");
/src/external/bsd/jemalloc.old/dist/test/integration/
thread_arena.c
74
intptr_t
join_ret
;
local
75
thd_join(thds[i], (void *)&
join_ret
);
76
assert_zd_eq(
join_ret
, 0, "Unexpected thread join error");
Completed in 25 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026