HomeSort by relevance Sort by last modified time
    Searched refs:thd_start (Results 1 - 10 of 10) sorted by null

  /external/jemalloc/test/unit/
mtx.c 23 thd_start(void *varg) function
45 thd_create(&thds[i], thd_start, (void *)&arg);
tsd.c 56 thd_start(void *arg) function
82 thd_start((void *) 0xa5f3e329);
91 thd_create(&thd, thd_start, (void *)THREAD_DATA);
prof_accum.c 32 thd_start(void *varg) function
78 thd_create(&thds[i], thd_start, (void *)&thd_args[i]);
prof_thread_name.c 80 thd_start(void *varg) function
113 thd_create(&thds[i], thd_start, (void *)&thd_args[i]);
prof_reset.c 151 thd_start(void *varg) function
217 thd_create(&thds[i], thd_start, (void *)&thd_args[i]);
stats.c 127 thd_start(void *arg) function
138 thd_create(&thd, thd_start, NULL);
  /external/jemalloc/test/integration/
allocated.c 12 thd_start(void *arg) function
101 thd_start(NULL);
109 thd_create(&thd, thd_start, NULL);
thread_tcache_enabled.c 12 thd_start(void *arg) function
89 thd_start(NULL);
97 thd_create(&thd, thd_start, NULL);
MALLOCX_ARENA.c 14 thd_start(void *arg) function
54 thd_create(&thds[i], thd_start,
thread_arena.c 6 thd_start(void *arg) function
61 thd_create(&thds[i], thd_start,

Completed in 1456 milliseconds