Searched refs:thread_proc_1 (Results 1 – 1 of 1) sorted by relevance
6 DWORD WINAPI thread_proc_1(void *) { in thread_proc_1() function24 thr = CreateThread(NULL, 0, thread_proc_1, NULL, 0, NULL); in main()