Searched refs:run_thread (Results 1 – 2 of 2) sorted by relevance
/curl/tests/libtest/ |
H A D | lib3026.c | 33 static DWORD WINAPI run_thread(LPVOID ptr) in run_thread() function 36 static unsigned int WINAPI run_thread(void *ptr) in run_thread() 82 th = CreateThread(NULL, 0, run_thread, &results[i], 0, NULL); in test() 84 th = _beginthreadex(NULL, 0, run_thread, &results[i], 0, NULL); in test() 115 static void *run_thread(void *ptr) in run_thread() function 146 res = pthread_create(&tids[i], NULL, run_thread, &results[i]); in test()
|
H A D | lib1565.c | 46 static void *run_thread(void *ptr) in run_thread() function 114 result = pthread_create(&tid, NULL, run_thread, NULL); in test()
|
Completed in 5 milliseconds