Searched refs:closure (Results 1 – 7 of 7) sorted by relevance
52 test_empty (void *closure) in test_empty() argument54 size_t *pindex = closure; in test_empty()62 test_one (void *closure) in test_one() argument64 size_t *pindex = closure; in test_one()73 test_many (void *closure) in test_many() argument75 size_t *pindex = closure; in test_many()
52 malloc_first_thread (void * closure) in malloc_first_thread() argument54 pthread_barrier_t *barrier = closure; in malloc_first_thread()62 wait_first_thread (void * closure) in wait_first_thread() argument64 pthread_barrier_t *barrier = closure; in wait_first_thread()72 outer_thread (void *closure) in outer_thread() argument
79 test_tcache (void *closure) in test_tcache() argument81 int mask = ((int *)closure)[0]; in test_tcache()109 test_fastbin (void *closure) in test_fastbin() argument112 int mask = ((int *)closure)[0]; in test_fastbin()148 test_fastbin_consolidate (void *closure) in test_fastbin_consolidate() argument151 int mask = ((int*)closure)[0]; in test_fastbin_consolidate()
46 fork_thread_function (void *closure) in fork_thread_function() argument77 read_thread_function (void *closure) in read_thread_function() argument105 flushall_thread_function (void *closure) in flushall_thread_function() argument
44 allocation_thread_function (void *closure) in allocation_thread_function() argument
44 run_tests (void *closure) in run_tests() argument
175 allocate_thread (void *closure) in allocate_thread() argument
Completed in 14 milliseconds