Searched refs:thd_t (Results 1 – 15 of 15) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/include/test/ |
| H A D | 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);
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/src/ |
| H A D | thd.c | 5 thd_create(thd_t *thd, void *(*proc)(void *), void *arg) { in thd_create() 14 thd_join(thd_t thd, void **ret) { in thd_join() 24 thd_create(thd_t *thd, void *(*proc)(void *), void *arg) { in thd_create() 31 thd_join(thd_t thd, void **ret) { in thd_join()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/ |
| H A D | mq.c | 63 thd_t receiver; in TEST_BEGIN() 64 thd_t senders[NSENDERS]; in TEST_BEGIN()
|
| H A D | tsd.c | 73 thd_t thd; in TEST_BEGIN() 121 thd_t thd; in TEST_BEGIN()
|
| H A D | mtx.c | 36 thd_t thds[NTHREADS]; in TEST_BEGIN()
|
| H A D | prof_accum.c | 54 thd_t thds[NTHREADS]; in TEST_BEGIN()
|
| H A D | fork.c | 99 thd_t child; in do_test_fork_multithreaded()
|
| H A D | prof_thread_name.c | 97 thd_t thds[NTHREADS]; in TEST_BEGIN()
|
| H A D | retained.c | 110 VARIABLE_ARRAY(thd_t, threads, nthreads); in TEST_BEGIN()
|
| H A D | prof_reset.c | 184 thd_t thds[NTHREADS]; in TEST_BEGIN()
|
| H A D | stats.c | 137 thd_t thd; in no_lazy_lock()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/integration/ |
| H A D | MALLOCX_ARENA.c | 48 thd_t thds[NTHREADS]; in TEST_BEGIN()
|
| H A D | thread_arena.c | 51 thd_t thds[NTHREADS]; in TEST_BEGIN()
|
| H A D | thread_tcache_enabled.c | 71 thd_t thd; in TEST_BEGIN()
|
| H A D | allocated.c | 108 thd_t thd; in TEST_BEGIN()
|