HomeSort by: relevance | last modified time | path
    Searched refs:thd_start (Results 1 - 25 of 28) sorted by relevancy

1 2

  /src/external/bsd/jemalloc.old/dist/test/unit/
mtx.c 22 thd_start(void *varg) { function
42 thd_create(&thds[i], thd_start, (void *)&arg);
prof_accum.c 27 thd_start(void *varg) { function
72 thd_create(&thds[i], thd_start, (void *)&thd_args[i]);
counter.c 39 thd_start(void *varg) { function
61 thd_create(&thds[i], thd_start, (void *)&shared_c);
prof_thread_name.c 75 thd_start(void *varg) { function
107 thd_create(&thds[i], thd_start, (void *)&thd_args[i]);
binshard.c 54 thd_start(void *varg) { function
91 thd_create(&thds[i], thd_start, NULL);
retained.c 71 thd_start(void *arg) { function
118 thd_create(&threads[i], thd_start, NULL);
tsd.c 47 thd_start(void *arg) { function
80 thd_start((void *)(uintptr_t)0xa5f3e329);
88 thd_create(&thd, thd_start, (void *)MALLOC_TSD_TEST_DATA_INIT);
prof_reset.c 119 thd_start(void *varg) { function
183 thd_create(&thds[i], thd_start, (void *)&thd_args[i]);
  /src/external/bsd/jemalloc/dist/test/unit/
mtx.c 22 thd_start(void *varg) { function
42 thd_create(&thds[i], thd_start, (void *)&arg);
prof_accum.c 27 thd_start(void *varg) { function
72 thd_create(&thds[i], thd_start, (void *)&thd_args[i]);
background_thread_init.c 51 thd_start(void *arg) { function
78 thd_create(&thds[i], thd_start, NULL);
126 thd_create(&thds[i], thd_start, NULL);
counter.c 39 thd_start(void *varg) { function
60 thd_create(&thds[i], thd_start, (void *)&shared_c);
prof_sys_thread_name.c 82 thd_start(void *unused) { function
104 thd_create(&thds[i], thd_start, (void *)&thd_args[i]);
prof_thread_name.c 82 thd_start(void *varg) { function
117 thd_create(&thds[i], thd_start, (void *)&thd_args[i]);
binshard.c 54 thd_start(void *varg) { function
91 thd_create(&thds[i], thd_start, NULL);
retained.c 73 thd_start(void *arg) { function
126 thd_create(&threads[i], thd_start, NULL);
tsd.c 47 thd_start(void *arg) { function
80 thd_start((void *)(uintptr_t)0xa5f3e329);
88 thd_create(&thd, thd_start, (void *)MALLOC_TSD_TEST_DATA_INIT);
  /src/external/bsd/jemalloc.old/dist/test/integration/
thread_tcache_enabled.c 4 thd_start(void *arg) { function
66 thd_start(NULL);
73 thd_create(&thd, thd_start, NULL);
allocated.c 12 thd_start(void *arg) { function
103 thd_start(NULL);
110 thd_create(&thd, thd_start, NULL);
MALLOCX_ARENA.c 14 thd_start(void *arg) { function
52 thd_create(&thds[i], thd_start,
thread_arena.c 6 thd_start(void *arg) { function
69 thd_create(&thds[i], thd_start,
  /src/external/bsd/jemalloc/dist/test/integration/
thread_tcache_enabled.c 4 thd_start(void *arg) { function
75 thd_start(NULL);
82 thd_create(&thd, thd_start, NULL);
allocated.c 4 thd_start(void *arg) { function
95 thd_start(NULL);
102 thd_create(&thd, thd_start, NULL);
MALLOCX_ARENA.c 6 thd_start(void *arg) { function
44 thd_create(&thds[i], thd_start, (void *)(uintptr_t)i);
thread_arena.c 6 thd_start(void *arg) { function
70 thd_create(&thds[i], thd_start, (void *)&arena_ind);

Completed in 24 milliseconds

1 2