Searched refs:func (Results 1 – 4 of 4) sorted by relevance
34 mcheck (void (*func) (enum mcheck_status)) in mcheck()39 return __mcheck_initialize (func, false); in mcheck()44 mcheck_pedantic (void (*func) (enum mcheck_status)) in mcheck_pedantic()49 return __mcheck_initialize (func, true); in mcheck_pedantic()
81 void *(*func) (void *); in outer_thread() local83 func = malloc_first_thread; in outer_thread()85 func = wait_first_thread; in outer_thread()86 threads[i] = xpthread_create (NULL, func, &barrier); in outer_thread()
117 create_threads (pthread_t *threads, size_t count, void *(*func) (void *)) in create_threads()120 threads[i] = xpthread_create (NULL, func, NULL); in create_threads()
383 __mcheck_initialize (void (*func) (enum mcheck_status), bool in_pedantic) in __mcheck_initialize()385 abortfunc = (func != NULL) ? func : &mabort; in __mcheck_initialize()
Completed in 10 milliseconds