Home
last modified time | relevance | path

Searched refs:run_thread (Results 1 – 2 of 2) sorted by relevance

/curl/tests/libtest/
H A Dlib3026.c33 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 Dlib1565.c46 static void *run_thread(void *ptr) in run_thread() function
114 result = pthread_create(&tid, NULL, run_thread, NULL); in test()

Completed in 4 milliseconds