Home
last modified time | relevance | path

Searched refs:thread_func (Results 1 – 2 of 2) sorted by relevance

/nptl/
A Dtest-mutex-printers.c36 static void *thread_func (void *arg);
110 if (pthread_create (&thread, NULL, thread_func, mutex) == 0 /* Create. */ in test_locking_state_robust()
121 thread_func (void *arg) in thread_func() function
A Dtst-setuid2.c37 thread_func (void *ctx __attribute__ ((unused))) in thread_func() function
124 int ret = pthread_create (&thread, NULL, thread_func, NULL); in do_test()

Completed in 4 milliseconds