HomeSort by: relevance | last modified time | path
    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