Home
last modified time | relevance | path

Searched defs:ret (Results 1 – 12 of 12) sorted by relevance

/malloc/
A Dtst-malloc-thread-fail.c179 int ret = pthread_barrier_wait (&start_barrier); in allocate_thread() local
206 int ret = pthread_barrier_wait (&end_barrier); in allocate_thread() local
249 int ret = pthread_create (threads + i, &small_stack, allocate_thread, NULL); in run_one() local
263 int ret = pthread_join (threads[i], NULL); in run_one() local
323 long ret = sysconf (_SC_PAGE_SIZE); in do_test() local
356 int ret = pthread_attr_init (&small_stack); in do_test() local
378 int ret = pthread_barrier_init (&start_barrier, NULL, thread_count + 1); in do_test() local
412 int ret = pthread_barrier_destroy (&end_barrier); in do_test() local
A Dtst-mallocalign1.c38 int ret = 0; in do_test() local
A Dtst-mallopt.c34 int ret; in do_test() local
A Dtst-posix_memalign.c39 int ret; in do_test() local
A Dtst-malloc-tcache-leak.c41 void *ret; in worker() local
A Dtst-reallocarray.c33 void *ret = reallocarray (ptr, nmemb, size); in reallocarray_nowarn() local
A Dtst-mallocfork2.c84 int ret = TEMP_FAILURE_RETRY (waitpid (pid, &status, 0)); in sigusr1_handler() local
220 int ret = TEMP_FAILURE_RETRY (waitpid (pid, &status, 0)); in do_test() local
A Dtst-mallocfork3.c75 int ret = TEMP_FAILURE_RETRY (waitpid (pid, &status, 0)); in sigusr1_handler() local
179 int ret = TEMP_FAILURE_RETRY (waitpid (pid, &status, 0)); in do_test() local
A Dtst-interpose-aux.c74 int ret = pthread_mutex_lock (&mutex); in lock() local
87 int ret = pthread_mutex_unlock (&mutex); in unlock() local
A Dtst-interpose-skeleton.c149 int ret = waitpid (pid, &status, 0); in run_tests() local
A Dtst-malloc-fork-deadlock.c91 ssize_t ret = getline (&line, &line_allocated, f); in read_thread_function() local
A Dmalloc-debug.c475 struct mallinfo2 ret = {0}; in mallinfo2() local
491 struct mallinfo ret = {0}; in mallinfo() local

Completed in 21 milliseconds