|
ReactOS 0.4.16-dev-2274-gc61d98f
|
#include <k32.h>
Go to the source code of this file.
Functions | |
| HANDLE WINAPI | CreateWaitableTimerA (IN LPSECURITY_ATTRIBUTES lpTimerAttributes OPTIONAL, IN BOOL bManualReset, IN LPCSTR lpTimerName OPTIONAL) |
| HANDLE WINAPI | OpenWaitableTimerA (IN DWORD dwDesiredAccess, IN BOOL bInheritHandle, IN LPCSTR lpTimerName) |
| HANDLE WINAPI DECLSPEC_HOTPATCH | CreateSemaphoreA (IN LPSECURITY_ATTRIBUTES lpSemaphoreAttributes OPTIONAL, IN LONG lInitialCount, IN LONG lMaximumCount, IN LPCSTR lpName OPTIONAL) |
| HANDLE WINAPI DECLSPEC_HOTPATCH | OpenSemaphoreA (IN DWORD dwDesiredAccess, IN BOOL bInheritHandle, IN LPCSTR lpName) |
| HANDLE WINAPI DECLSPEC_HOTPATCH | OpenMutexA (IN DWORD dwDesiredAccess, IN BOOL bInheritHandle, IN LPCSTR lpName) |
| HANDLE WINAPI DECLSPEC_HOTPATCH CreateSemaphoreA | ( | IN LPSECURITY_ATTRIBUTES lpSemaphoreAttributes | OPTIONAL, |
| IN LONG | lInitialCount, | ||
| IN LONG | lMaximumCount, | ||
| IN LPCSTR lpName | OPTIONAL | ||
| ) |
Definition at line 44 of file synchansi.c.
Referenced by DPLAYX_ConstructData(), START_TEST(), test_CoWaitForMultipleHandles(), test_GetKeyState(), test_name_collisions(), test_QueryInformationJobObject(), test_RtlQueueWorkItem(), test_semaphore(), test_semaphore_security(), test_temporary_objects(), test_tp_group_cancel(), test_tp_group_wait(), test_tp_simple(), test_tp_timer(), test_tp_window_length(), and test_WaitForJobObject().
| HANDLE WINAPI CreateWaitableTimerA | ( | IN LPSECURITY_ATTRIBUTES lpTimerAttributes | OPTIONAL, |
| IN BOOL | bManualReset, | ||
| IN LPCSTR lpTimerName | OPTIONAL | ||
| ) |
Definition at line 19 of file synchansi.c.
Referenced by test_temporary_objects(), test_timer(), test_waitable_timer(), thread_WaitableTimer_abs(), thread_WaitableTimer_period(), and thread_WaitableTimer_rel().
| HANDLE WINAPI DECLSPEC_HOTPATCH OpenMutexA | ( | IN DWORD | dwDesiredAccess, |
| IN BOOL | bInheritHandle, | ||
| IN LPCSTR | lpName | ||
| ) |
Definition at line 71 of file synchansi.c.
Referenced by test_mutex(), test_mutex_security(), and test_temporary_objects().
| HANDLE WINAPI DECLSPEC_HOTPATCH OpenSemaphoreA | ( | IN DWORD | dwDesiredAccess, |
| IN BOOL | bInheritHandle, | ||
| IN LPCSTR | lpName | ||
| ) |
Definition at line 58 of file synchansi.c.
Referenced by START_TEST(), Test_atexit(), test_semaphore(), test_semaphore_security(), and test_temporary_objects().
| HANDLE WINAPI OpenWaitableTimerA | ( | IN DWORD | dwDesiredAccess, |
| IN BOOL | bInheritHandle, | ||
| IN LPCSTR | lpTimerName | ||
| ) |
Definition at line 31 of file synchansi.c.
Referenced by test_temporary_objects(), and test_waitable_timer().