Home
last modified time | relevance | path

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

/reactos/dll/directx/wine/dinput/
H A Ddinput_main.c101 static CRITICAL_SECTION dinput_hook_crit; variable
642 EnterCriticalSection( &dinput_hook_crit ); in initialize_directinput_instance()
1690 EnterCriticalSection( &dinput_hook_crit ); in LL_hook_proc()
1704 LeaveCriticalSection( &dinput_hook_crit ); in LL_hook_proc()
1721 EnterCriticalSection( &dinput_hook_crit ); in callwndproc_proc()
1740 LeaveCriticalSection( &dinput_hook_crit ); in callwndproc_proc()
1822 0, 0, &dinput_hook_crit,
1833 EnterCriticalSection(&dinput_hook_crit); in check_hook_thread()
1859 LeaveCriticalSection(&dinput_hook_crit); in check_hook_thread()
1869 EnterCriticalSection(&dinput_hook_crit); in check_dinput_hooks()
[all …]