/reactos/modules/rostests/winetests/ntdll/ |
H A D | threadpool.c | 190 HANDLE semaphores[2]; in test_RtlRegisterWait() local 914 HANDLE semaphores[2]; in test_tp_group_cancel() local 1084 HANDLE semaphores[2]; in test_tp_instance() local 1170 HANDLE semaphores[2]; in test_tp_disassociate() local 1827 for (i = 0; i < sizeof(semaphores)/sizeof(semaphores[0]); i++) in test_tp_multi_wait() 1841 for (i = 0; i < sizeof(semaphores)/sizeof(semaphores[0]); i++) in test_tp_multi_wait() 1854 for (i = sizeof(semaphores)/sizeof(semaphores[0]) - 1; i >= 0; i--) in test_tp_multi_wait() 1868 for (i = 0; i < sizeof(semaphores)/sizeof(semaphores[0]); i++) in test_tp_multi_wait() 1874 for (i = 0; i < sizeof(semaphores)/sizeof(semaphores[0]); i++) in test_tp_multi_wait() 1883 for (i = 0; i < sizeof(semaphores)/sizeof(semaphores[0]); i++) in test_tp_multi_wait() [all …]
|
H A D | rtl.c | 3052 HANDLE semaphores[2]; member 3065 ReleaseSemaphore(info->semaphores[0], 1, NULL); in critsect_locked_thread() 3066 ret = WaitForSingleObject(info->semaphores[1], 1000); in critsect_locked_thread() 3081 ReleaseSemaphore(info->semaphores[0], 1, NULL); in critsect_locked_thread() 3082 ret = WaitForSingleObject(info->semaphores[1], 1000); in critsect_locked_thread() 3121 ret = WaitForSingleObject(info.semaphores[0], 1000); in test_RtlIsCriticalSectionLocked() 3126 ReleaseSemaphore(info.semaphores[1], 1, NULL); in test_RtlIsCriticalSectionLocked() 3127 ret = WaitForSingleObject(info.semaphores[0], 1000); in test_RtlIsCriticalSectionLocked() 3135 ReleaseSemaphore(info.semaphores[1], 1, NULL); in test_RtlIsCriticalSectionLocked() 3140 CloseHandle(info.semaphores[0]); in test_RtlIsCriticalSectionLocked() [all …]
|
/reactos/modules/rostests/winetests/kernel32/ |
H A D | sync.c | 2467 HANDLE *semaphores = param; in alertable_wait_thread() local 2472 ReleaseSemaphore(semaphores[0], 1, NULL); in alertable_wait_thread() 2478 ReleaseSemaphore(semaphores[0], 1, NULL); in alertable_wait_thread() 2486 ReleaseSemaphore(semaphores[0], 1, NULL); in alertable_wait_thread() 2498 HANDLE *semaphores = (void *)userdata; in alertable_wait_apc() local 2499 ReleaseSemaphore(semaphores[1], 1, NULL); in alertable_wait_apc() 2504 HANDLE *semaphores = (void *)userdata; in alertable_wait_apc2() local 2513 HANDLE thread, semaphores[2]; in test_alertable_wait() local 2542 ReleaseSemaphore(semaphores[0], 2, NULL); in test_alertable_wait() 2547 CloseHandle(semaphores[0]); in test_alertable_wait() [all …]
|
/reactos/modules/rostests/winetests/user32/ |
H A D | input.c | 2881 HANDLE *semaphores = arg; in get_key_state_thread() local 2884 ReleaseSemaphore(semaphores[0], 1, NULL); in get_key_state_thread() 2885 result = WaitForSingleObject(semaphores[1], 1000); in get_key_state_thread() 2892 ReleaseSemaphore(semaphores[0], 1, NULL); in get_key_state_thread() 2893 result = WaitForSingleObject(semaphores[1], 1000); in get_key_state_thread() 2904 HANDLE semaphores[2]; in test_GetKeyState() local 2920 result = WaitForSingleObject(semaphores[0], 1000); in test_GetKeyState() 2927 ReleaseSemaphore(semaphores[1], 1, NULL); in test_GetKeyState() 2933 ReleaseSemaphore(semaphores[1], 1, NULL); in test_GetKeyState() 2939 CloseHandle(semaphores[0]); in test_GetKeyState() [all …]
|
/reactos/drivers/network/tcpip/lwip/ |
H A D | UPGRADING | 107 instead of using one per netconn (these semaphores are used even with core locking 206 binary semaphores instead of mutexes - as before)
|
H A D | CHANGELOG | 1742 to let sys.h use binary semaphores instead of mutexes - as before) 3736 * mem.c, memp.c: Removed semaphores from memp, changed sys_sem_wait calls 4357 threads because it wasn't protected by semaphores.
|
/reactos/sdk/include/reactos/wine/ |
H A D | wgl_driver.h | 743 void (WINE_GLAPI *p_glDeleteSemaphoresEXT)( GLsizei n, const GLuint *semaphores ); 952 void (WINE_GLAPI *p_glGenSemaphoresEXT)( GLsizei n, GLuint *semaphores );
|
/reactos/dll/win32/kernel32/winnls/lang/ |
H A D | bg-BG.mc | 623 ERROR_INVALID_AT_INTERRUPT_TIME - Cannot request exclusive semaphores at interrupt time. 991 ERROR_TOO_MANY_MUXWAITERS - DosMuxSemWait did not execute; too many semaphores are already set.
|
H A D | pl-PL.mc | 626 ERROR_INVALID_AT_INTERRUPT_TIME - Cannot request exclusive semaphores at interrupt time. 994 ERROR_TOO_MANY_MUXWAITERS - DosMuxSemWait did not execute; too many semaphores are already set.
|
H A D | ru-RU.mc | 624 ERROR_INVALID_AT_INTERRUPT_TIME - Cannot request exclusive semaphores at interrupt time. 992 ERROR_TOO_MANY_MUXWAITERS - DosMuxSemWait did not execute; too many semaphores are already set.
|
/reactos/sdk/include/reactos/mc/ |
H A D | errcodes.mc | 1514 Cannot request exclusive semaphores at interrupt time. 2434 DosMuxSemWait did not execute; too many semaphores are already set.
|