Searched refs:tmp_threads (Results 1 – 1 of 1) sorted by relevance
70 pthread_t *threads = NULL, *tmp_threads; in run_libarena_parallel_test_workers() local98 tmp_threads = realloc(threads, (nthreads + 1) * sizeof(*threads)); in run_libarena_parallel_test_workers()99 if (!ASSERT_TRUE(tmp_threads, "realloc")) { in run_libarena_parallel_test_workers()103 threads = tmp_threads; in run_libarena_parallel_test_workers()