HomeSort by relevance Sort by last modified time
    Searched refs:thd_t (Results 1 - 25 of 28) sorted by null

1 2

  /external/jemalloc/test/include/test/
thd.h 3 typedef HANDLE thd_t; typedef
5 typedef pthread_t thd_t; typedef
8 void thd_create(thd_t *thd, void *(*proc)(void *), void *arg);
9 void thd_join(thd_t thd, void **ret);
  /external/jemalloc_new/test/include/test/
thd.h 3 typedef HANDLE thd_t; typedef
5 typedef pthread_t thd_t; typedef
8 void thd_create(thd_t *thd, void *(*proc)(void *), void *arg);
9 void thd_join(thd_t thd, void **ret);
  /external/jemalloc/test/src/
thd.c 5 thd_create(thd_t *thd, void *(*proc)(void *), void *arg)
14 thd_join(thd_t thd, void **ret)
26 thd_create(thd_t *thd, void *(*proc)(void *), void *arg)
34 thd_join(thd_t thd, void **ret)
  /external/jemalloc_new/test/src/
thd.c 5 thd_create(thd_t *thd, void *(*proc)(void *), void *arg) {
14 thd_join(thd_t thd, void **ret) {
24 thd_create(thd_t *thd, void *(*proc)(void *), void *arg) {
31 thd_join(thd_t thd, void **ret) {
  /external/jemalloc/test/unit/
mtx.c 39 thd_t thds[NTHREADS];
mq.c 67 thd_t receiver;
68 thd_t senders[NSENDERS];
prof_accum.c 64 thd_t thds[NTHREADS];
tsd.c 88 thd_t thd;
prof_thread_name.c 107 thd_t thds[NTHREADS];
prof_reset.c 200 thd_t thds[NTHREADS];
  /external/jemalloc_new/test/unit/
mtx.c 36 thd_t thds[NTHREADS];
mq.c 63 thd_t receiver;
64 thd_t senders[NSENDERS];
tsd.c 73 thd_t thd;
121 thd_t thd;
fork.c 99 thd_t child;
prof_accum.c 54 thd_t thds[NTHREADS];
prof_thread_name.c 97 thd_t thds[NTHREADS];
retained.c 110 VARIABLE_ARRAY(thd_t, threads, nthreads);
  /external/jemalloc/test/integration/
MALLOCX_ARENA.c 50 thd_t thds[NTHREADS];
thread_arena.c 47 thd_t thds[NTHREADS];
allocated.c 108 thd_t thd;
thread_tcache_enabled.c 96 thd_t thd;
  /external/jemalloc_new/test/integration/
MALLOCX_ARENA.c 48 thd_t thds[NTHREADS];
thread_arena.c 51 thd_t thds[NTHREADS];
thread_tcache_enabled.c 71 thd_t thd;
allocated.c 108 thd_t thd;

Completed in 219 milliseconds

1 2