HomeSort by relevance Sort by last modified time
    Searched full:thd_create (Results 1 - 12 of 12) sorted by null

  /external/jemalloc/test/include/test/
thd.h 8 void thd_create(thd_t *thd, void *(*proc)(void *), void *arg);
  /external/jemalloc/test/src/
thd.c 5 thd_create(thd_t *thd, void *(*proc)(void *), void *arg) function
26 thd_create(thd_t *thd, void *(*proc)(void *), void *arg) function
  /external/jemalloc/test/unit/
mtx.c 45 thd_create(&thds[i], thd_start, (void *)&arg);
tsd.c 55 thd_create(&thd, thd_start, (void *)THREAD_DATA);
mq.c 73 thd_create(&receiver, thd_receiver_start, (void *)&mq);
75 thd_create(&senders[i], thd_sender_start, (void *)&mq);
prof_accum.c 73 thd_create(&thds[i], thd_start, (void *)&thd_args[i]);
stats.c 157 thd_create(&thd, thd_start, NULL);
  /external/jemalloc/test/integration/
MALLOCX_ARENA.c 54 thd_create(&thds[i], thd_start,
thread_arena.c 61 thd_create(&thds[i], thd_start,
allocated.c 109 thd_create(&thd, thd_start, NULL);
thread_tcache_enabled.c 97 thd_create(&thd, thd_start, NULL);
  /external/qemu/distrib/sdl-1.2.15/src/thread/dc/
SDL_systhread.c 34 thread->handle = thd_create(SDL_RunThread,args);

Completed in 611 milliseconds