Searched refs:kernel_dll (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/compat/
H A Dw32pthreads.h269 HANDLE kernel_dll = GetModuleHandle(TEXT("kernel32.dll")); local
272 (void*)GetProcAddress(kernel_dll, "InitializeConditionVariable");
274 (void*)GetProcAddress(kernel_dll, "WakeAllConditionVariable");
276 (void*)GetProcAddress(kernel_dll, "WakeConditionVariable");
278 (void*)GetProcAddress(kernel_dll, "SleepConditionVariableCS");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dw32pthreads.h256 HANDLE kernel_dll = GetModuleHandle(TEXT("kernel32.dll")); local
259 (void*)GetProcAddress(kernel_dll, "InitializeConditionVariable");
261 (void*)GetProcAddress(kernel_dll, "WakeAllConditionVariable");
263 (void*)GetProcAddress(kernel_dll, "WakeConditionVariable");
265 (void*)GetProcAddress(kernel_dll, "SleepConditionVariableCS");

Completed in 33 milliseconds