Searched refs:threadFn (Results 1 – 2 of 2) sorted by relevance
30 void* threadFn(void* id_ptr) in threadFn() function54 pthread_create(&ids[i], NULL, threadFn, &short_ids[i]); in thread_local_test()
12 void* threadFn(void* id_ptr) in threadFn() function42 pthread_create(&ids[i], NULL, threadFn, &short_ids[i]); in main()