Searched refs:thread_getParameter (Results 1 – 1 of 1) sorted by relevance
28 static void *thread_getParameter(void *p) { in thread_getParameter() function75 pthread_create(&t1, nullptr, thread_getParameter, params); in main()76 pthread_create(&t2, nullptr, thread_getParameter, params); in main()