Searched refs:thread_detach_count (Results 1 – 1 of 1) sorted by relevance
2236 static int thread_detach_count = 0; in dll_entry_point() local2338 ok(broken(fls_callback_count == thread_detach_count) || /* Win2k3 */ in dll_entry_point()2339 fls_callback_count == thread_detach_count + 1, in dll_entry_point()2340 … "wrong FLS callback count %d, expected %d\n", fls_callback_count, thread_detach_count + 1); in dll_entry_point()2546 thread_detach_count++; in dll_entry_point()