Searched refs:new_thread_func (Results 1 – 1 of 1) sorted by relevance
16 static void *new_thread_func(void *arg) in new_thread_func() function42 ret = pthread_create(&new_thread, &attr, new_thread_func, &increase_count); in pthread_example()
Completed in 2 milliseconds