Searched refs:second_thread (Results 1 – 2 of 2) sorted by relevance
127 second_thread(void * arg) in second_thread() function153 error = pthread_create(&thread, NULL, second_thread, &info); in multithreaded_bind_test()
77 second_thread(void *args);344 res = pthread_create(§hread, NULL, second_thread, &secargs); in main()437 second_thread(void *args) in second_thread() function