ReactOS 0.4.16-dev-1457-g02ea0aa
|
#include <stdarg.h>
#include <string.h>
#include <stdio.h>
#include "ntstatus.h"
#include "windef.h"
#include "winbase.h"
#include "wincon.h"
#include "winerror.h"
#include "winnls.h"
#include "winternl.h"
#include "winioctl.h"
#include "ddk/wdm.h"
#include "kernelbase.h"
#include "wine/asm.h"
#include "wine/exception.h"
#include "wine/debug.h"
Go to the source code of this file.
Macros | |
#define | WIN32_NO_STATUS |
Variables | |
static const struct _KUSER_SHARED_DATA * | user_shared_data = (struct _KUSER_SHARED_DATA *)0x7ffe0000 |
Definition at line 63 of file sync.c.
Referenced by get_create_object_attributes(), and get_open_object_attributes().
BOOL WINAPI DECLSPEC_HOTPATCH CallNamedPipeW | ( | LPCWSTR | name, |
LPVOID | input, | ||
DWORD | in_size, | ||
LPVOID | output, | ||
DWORD | out_size, | ||
LPDWORD | read_size, | ||
DWORD | timeout | ||
) |
Definition at line 1249 of file sync.c.
BOOL WINAPI DECLSPEC_HOTPATCH CancelWaitableTimer | ( | HANDLE | handle | ) |
Definition at line 896 of file sync.c.
BOOL WINAPI DECLSPEC_HOTPATCH ChangeTimerQueueTimer | ( | HANDLE | queue, |
HANDLE | timer, | ||
ULONG | when, | ||
ULONG | period | ||
) |
Definition at line 933 of file sync.c.
Referenced by test_timer_queue(), timer_queue_cb3(), and timer_queue_cb4().
BOOL WINAPI DECLSPEC_HOTPATCH ConnectNamedPipe | ( | HANDLE | pipe, |
LPOVERLAPPED | overlapped | ||
) |
Definition at line 1279 of file sync.c.
HANDLE WINAPI DECLSPEC_HOTPATCH CreateEventA | ( | SECURITY_ATTRIBUTES * | sa, |
BOOL | manual_reset, | ||
BOOL | initial_state, | ||
LPCSTR | name | ||
) |
Definition at line 510 of file sync.c.
Referenced by test_apc_deadlock(), and test_event().
HANDLE WINAPI DECLSPEC_HOTPATCH CreateEventExA | ( | SECURITY_ATTRIBUTES * | sa, |
LPCSTR | name, | ||
DWORD | flags, | ||
DWORD | access | ||
) |
Definition at line 538 of file sync.c.
Referenced by CreateEventA().
HANDLE WINAPI DECLSPEC_HOTPATCH CreateEventExW | ( | SECURITY_ATTRIBUTES * | sa, |
LPCWSTR | name, | ||
DWORD | flags, | ||
DWORD | access | ||
) |
Definition at line 557 of file sync.c.
Referenced by CreateEventExA(), and CreateEventW().
HANDLE WINAPI DECLSPEC_HOTPATCH CreateEventW | ( | SECURITY_ATTRIBUTES * | sa, |
BOOL | manual_reset, | ||
BOOL | initial_state, | ||
LPCWSTR | name | ||
) |
Definition at line 524 of file sync.c.
Referenced by test_signalandwait(), test_timer_queue(), test_WaitForMultipleObjects(), and test_WaitForSingleObject().
HANDLE WINAPI DECLSPEC_HOTPATCH CreateFileMappingFromApp | ( | HANDLE | file, |
LPSECURITY_ATTRIBUTES | sa, | ||
ULONG | protect, | ||
ULONG64 | size, | ||
LPCWSTR | name | ||
) |
HANDLE WINAPI DECLSPEC_HOTPATCH CreateFileMappingW | ( | HANDLE | file, |
LPSECURITY_ATTRIBUTES | sa, | ||
DWORD | protect, | ||
DWORD | size_high, | ||
DWORD | size_low, | ||
LPCWSTR | name | ||
) |
Definition at line 990 of file sync.c.
HANDLE WINAPI DECLSPEC_HOTPATCH CreateIoCompletionPort | ( | HANDLE | handle, |
HANDLE | port, | ||
ULONG_PTR | key, | ||
DWORD | threads | ||
) |
Definition at line 1143 of file sync.c.
HANDLE WINAPI DECLSPEC_HOTPATCH CreateMutexA | ( | SECURITY_ATTRIBUTES * | sa, |
BOOL | owner, | ||
LPCSTR | name | ||
) |
Definition at line 660 of file sync.c.
Referenced by test_mutex().
HANDLE WINAPI DECLSPEC_HOTPATCH CreateMutexExA | ( | SECURITY_ATTRIBUTES * | sa, |
LPCSTR | name, | ||
DWORD | flags, | ||
DWORD | access | ||
) |
Definition at line 678 of file sync.c.
Referenced by CreateMutexA().
HANDLE WINAPI DECLSPEC_HOTPATCH CreateMutexExW | ( | SECURITY_ATTRIBUTES * | sa, |
LPCWSTR | name, | ||
DWORD | flags, | ||
DWORD | access | ||
) |
Definition at line 700 of file sync.c.
Referenced by CreateMutexExA(), CreateMutexW(), and OutputDebugStringA().
HANDLE WINAPI DECLSPEC_HOTPATCH CreateMutexW | ( | SECURITY_ATTRIBUTES * | sa, |
BOOL | owner, | ||
LPCWSTR | name | ||
) |
HANDLE WINAPI DECLSPEC_HOTPATCH CreateNamedPipeW | ( | LPCWSTR | name, |
DWORD | open_mode, | ||
DWORD | pipe_mode, | ||
DWORD | instances, | ||
DWORD | out_buff, | ||
DWORD | in_buff, | ||
DWORD | timeout, | ||
LPSECURITY_ATTRIBUTES | sa | ||
) |
Definition at line 1308 of file sync.c.
BOOL WINAPI DECLSPEC_HOTPATCH CreatePipe | ( | HANDLE * | read_pipe, |
HANDLE * | write_pipe, | ||
SECURITY_ATTRIBUTES * | sa, | ||
DWORD | size | ||
) |
Definition at line 1387 of file sync.c.
HANDLE WINAPI DECLSPEC_HOTPATCH CreateSemaphoreExW | ( | SECURITY_ATTRIBUTES * | sa, |
LONG | initial, | ||
LONG | max, | ||
LPCWSTR | name, | ||
DWORD | flags, | ||
DWORD | access | ||
) |
Definition at line 764 of file sync.c.
Referenced by CreateSemaphoreW().
HANDLE WINAPI DECLSPEC_HOTPATCH CreateSemaphoreW | ( | SECURITY_ATTRIBUTES * | sa, |
LONG | initial, | ||
LONG | max, | ||
LPCWSTR | name | ||
) |
Definition at line 754 of file sync.c.
Referenced by test_alertable_wait(), test_iocp_callback(), and test_signalandwait().
HANDLE WINAPI DECLSPEC_HOTPATCH CreateTimerQueue | ( | void | ) |
Definition at line 910 of file sync.c.
Referenced by test_timer_queue().
BOOL WINAPI DECLSPEC_HOTPATCH CreateTimerQueueTimer | ( | PHANDLE | timer, |
HANDLE | queue, | ||
WAITORTIMERCALLBACK | callback, | ||
PVOID | arg, | ||
DWORD | when, | ||
DWORD | period, | ||
ULONG | flags | ||
) |
Definition at line 922 of file sync.c.
Referenced by test_timer_queue(), and timer_queue_cb6().
HANDLE WINAPI DECLSPEC_HOTPATCH CreateWaitableTimerExW | ( | SECURITY_ATTRIBUTES * | sa, |
LPCWSTR | name, | ||
DWORD | flags, | ||
DWORD | access | ||
) |
Definition at line 828 of file sync.c.
Referenced by CreateWaitableTimerW().
HANDLE WINAPI DECLSPEC_HOTPATCH CreateWaitableTimerW | ( | SECURITY_ATTRIBUTES * | sa, |
BOOL | manual, | ||
LPCWSTR | name | ||
) |
Definition at line 818 of file sync.c.
BOOL WINAPI DECLSPEC_HOTPATCH DeleteTimerQueueEx | ( | HANDLE | queue, |
HANDLE | event | ||
) |
Definition at line 943 of file sync.c.
Referenced by test_timer_queue().
Definition at line 952 of file sync.c.
Referenced by test_timer_queue(), timer_queue_cb2(), and timer_queue_cb6().
BOOL WINAPI DECLSPEC_HOTPATCH DisconnectNamedPipe | ( | HANDLE | pipe | ) |
|
static |
Definition at line 90 of file sync.c.
Referenced by CreateEventExW(), CreateFileMappingW(), CreateMutexExW(), CreateSemaphoreExW(), and CreateWaitableTimerExW().
|
inlinestatic |
Definition at line 52 of file sync.c.
Referenced by GetQueuedCompletionStatus(), GetQueuedCompletionStatusEx(), SignalObjectAndWait(), Sleep(), SleepConditionVariableCS(), SleepConditionVariableSRW(), SleepEx(), WaitForDebugEvent(), WaitForDebugEventEx(), and WaitForMultipleObjectsEx().
|
static |
Definition at line 107 of file sync.c.
Referenced by OpenEventW(), OpenFileMappingFromApp(), OpenFileMappingW(), OpenMutexW(), OpenSemaphoreW(), and OpenWaitableTimerW().
BOOL WINAPI DECLSPEC_HOTPATCH GetNamedPipeHandleStateW | ( | HANDLE | pipe, |
DWORD * | state, | ||
DWORD * | instances, | ||
DWORD * | max_count, | ||
DWORD * | timeout, | ||
WCHAR * | user, | ||
DWORD | size | ||
) |
Definition at line 1448 of file sync.c.
BOOL WINAPI DECLSPEC_HOTPATCH GetNamedPipeInfo | ( | HANDLE | pipe, |
LPDWORD | flags, | ||
LPDWORD | out_size, | ||
LPDWORD | in_size, | ||
LPDWORD | instances | ||
) |
Definition at line 1486 of file sync.c.
BOOL WINAPI DECLSPEC_HOTPATCH GetQueuedCompletionStatus | ( | HANDLE | port, |
LPDWORD | count, | ||
PULONG_PTR | key, | ||
LPOVERLAPPED * | overlapped, | ||
DWORD | timeout | ||
) |
Definition at line 1180 of file sync.c.
BOOL WINAPI DECLSPEC_HOTPATCH GetQueuedCompletionStatusEx | ( | HANDLE | port, |
OVERLAPPED_ENTRY * | entries, | ||
ULONG | count, | ||
ULONG * | written, | ||
DWORD | timeout, | ||
BOOL | alertable | ||
) |
BOOL WINAPI DECLSPEC_HOTPATCH GetSystemTimes | ( | FILETIME * | idle, |
FILETIME * | kernel, | ||
FILETIME * | user | ||
) |
Definition at line 132 of file sync.c.
ULONG WINAPI DECLSPEC_HOTPATCH GetTickCount | ( | void | ) |
Definition at line 182 of file sync.c.
Referenced by __security_init_cookie(), _FileOpCount(), _FileOpCountManager(), _tmain(), _tWinMain(), apartment_freeunusedlibraries(), BiosMiscService(), CalibrateTest(), CardWindow::CardWindow(), check_exe(), ClockUpdate(), collect_connections(), CommandChoice(), CommandTimer(), CoWaitForMultipleHandles(), CProgressDialog::CProgressDialog(), Defragment::Defragment(), DispatchMessageA(), DispatchMessageW(), DoControlService(), DoStartService(), DoStartStartupItems(), DoStopService(), DrawGLScene(), DSOUND_callback(), DSOUND_capture_callback(), DSOUND_PrimaryGetPosition(), DSOUND_timer(), empty_message_queue(), EnableHardwareTimer(), extract_resource(), FileTypesDlg_Refresh(), flush_events(), FormatBufferFat(), GdiSAPCallback(), GenerateComputerName(), GenerateRandomPassword(), http_release_netconn(), IDirectSoundBufferImpl_GetCurrentPosition(), IDirectSoundBufferImpl_Lock(), IDirectSoundCaptureBufferImpl_Lock(), CFileDefExt::InitDirStats(), InitMatrixMessage(), InitScreenSaveClass(), InputWait(), install_cab_file(), KmtEnsureServiceState(), LBItemFromPt(), LISTVIEW_ProcessLetterKeys(), mailslot_test(), main(), make_discover(), MediaControl_GetState(), MIDI_player(), midiStreamRestart(), MMSYSTEM_MidiStream_MessageHandler(), MMSYSTEM_MidiStream_Player(), NotifyInfo::modify(), msi_create_empty_local_file(), mstsc_mousewheel(), NBNameCacheAddEntry(), NBNameCacheWalk(), NetBTAstatRemote(), NetBTNameWaitLoop(), NetBTWaitForNameResponse(), NetrRemoteTOD(), NotifyInfo::NotifyInfo(), NotifyTopLevelWindow(), AirBrushTool::OnButtonDown(), open_clipboard(), open_clipboard_(), OSK_Command(), OSK_ReleaseKey(), PeekMessageWorker(), PreInit(), PrimaryBufferImpl_GetCurrentPosition(), PrimaryBufferImpl_Lock(), process_timer(), processPendingMessages(), ProcessTest(), PulseSample(), pump_msg_loop_timeout(), QUARTZ_CreateSystemClock(), QueryTime(), NotifyArea::Refresh(), TrayNotifyDlg::RefreshProperties(), remove_target_tasks(), RetrieveQuote(), RPC_GetLocalClassObject(), rpcrt4_http_timer_calc_timeout(), rpcrt4_http_timer_thread(), rpcrt4_ncacn_http_open(), rpcrt4_ncacn_http_write(), run_benchmark(), CWineTest::RunTest(), ScreenSaverProc(), ScreenSaverThreadMain(), SendGetState(), ServeSomeMessages(), ServiceStart(), set_task_timer(), SetAbortProc(), CProgressDialog::SetProgress64(), SHChangeNotify(), SHChangeNotifyReceive(), SHWaitForSendMessageThread(), SlideWindow(), SpeakerChange(), Defragment::Start(), START_TEST(), StartDocW(), StartScreenSaver(), state_reboot(), StorageImpl_LockRegionSync(), swapchain_gdi_present(), swapchain_gl_present(), SystemClockImpl_GetTime(), taskdialog_init(), taskdialog_proc(), test1(), test_AbortWaitCts(), test_api(), test_buffer(), test_buffer8(), test_dbcs_wm_char(), test_get_input_report(), test_get_state(), test_globalness(), test_ime_wnd_proc(), test_ImmGetCompositionString(), test_InputObject(), test_LoopbackRead(), test_not_modified(), test_OpenFileById(), test_QueueUserWorkItem(), test_read_device(), test_read_write(), test_ReadTimeOut(), test_runner(), test_select(), test_timers(), test_timers_no_wnd(), test_tp_timer(), test_WaitBreak(), test_WaitCommEvent(), test_WaitCts(), test_WaitDcd(), test_WaitDsr(), test_WaitRing(), test_WaitRx(), test_waittxempty(), test_WM_GETDLGCODE(), testW1(), ThemeWaitForServiceReady(), TIME_MMSysTimeCallback(), TIME_SetEventInternal(), time_stamp_callback(), TIME_TriggerCallBack(), timeGetSystemTime(), timeGetTime(), TreeListChar(), TreeListProc(), TREEVIEW_ProcessLetterKeys(), UpdateLanStatusUiDlg(), UpdateProgressBar(), verify_cert_revocation_from_dist_points_ext(), wait_for_event(), wait_move_event(), WaitService(), CFileDefExt::WalkDirTree(), WDML_SyncWaitTransactionReply(), window_length_cb(), WindowProc(), wmain(), WndProc(), and NotifyArea::WndProc().
ULONGLONG WINAPI DECLSPEC_HOTPATCH GetTickCount64 | ( | void | ) |
Definition at line 192 of file sync.c.
Referenced by cache_connection(), collect_connections(), collect_uptime(), connection_collector(), DllMain(), downloadcb_OnProgress(), InstallEngineTiming_GetInstallProgress(), ITERATE_StartService(), nfs41_client_owner(), nfs41_session_bad_slot(), nfs41_session_bump_seq(), nfs41_session_recall_slot(), SnmpSvcGetUptime(), start_rpcss(), and UpdateLanStatusUiDlg().
BOOL WINAPI DECLSPEC_HOTPATCH InitializeCriticalSectionAndSpinCount | ( | CRITICAL_SECTION * | crit, |
DWORD | count | ||
) |
BOOL WINAPI DECLSPEC_HOTPATCH InitializeCriticalSectionEx | ( | CRITICAL_SECTION * | crit, |
DWORD | spincount, | ||
DWORD | flags | ||
) |
BOOL WINAPI DECLSPEC_HOTPATCH InitOnceBeginInitialize | ( | INIT_ONCE * | once, |
DWORD | flags, | ||
BOOL * | pending, | ||
void ** | context | ||
) |
Definition at line 1687 of file sync.c.
Definition at line 1700 of file sync.c.
BOOL WINAPI DECLSPEC_HOTPATCH InitOnceExecuteOnce | ( | INIT_ONCE * | once, |
PINIT_ONCE_FN | func, | ||
void * | param, | ||
void ** | context | ||
) |
Definition at line 1709 of file sync.c.
Definition at line 46 of file sync.c.
Referenced by CreateFileMappingW(), OpenEventW(), OpenFileMappingW(), OpenMutexW(), OpenSemaphoreW(), and OpenWaitableTimerW().
Definition at line 279 of file sync.c.
Referenced by RegisterWaitForSingleObjectEx(), and WaitForMultipleObjectsEx().
Definition at line 593 of file sync.c.
Referenced by test_event().
Definition at line 611 of file sync.c.
Referenced by OpenEventA(), and test_event().
Definition at line 1090 of file sync.c.
Definition at line 722 of file sync.c.
Referenced by test_mutex().
Definition at line 786 of file sync.c.
Referenced by test_semaphore().
Definition at line 851 of file sync.c.
Referenced by test_waitable_timer().
BOOL WINAPI DECLSPEC_HOTPATCH PeekNamedPipe | ( | HANDLE | pipe, |
LPVOID | out_buffer, | ||
DWORD | size, | ||
LPDWORD | read_size, | ||
LPDWORD | avail, | ||
LPDWORD | message | ||
) |
Definition at line 1510 of file sync.c.
BOOL WINAPI DECLSPEC_HOTPATCH PostQueuedCompletionStatus | ( | HANDLE | port, |
DWORD | count, | ||
ULONG_PTR | key, | ||
LPOVERLAPPED | overlapped | ||
) |
Definition at line 1232 of file sync.c.
BOOL WINAPI DECLSPEC_HOTPATCH PulseEvent | ( | HANDLE | handle | ) |
Definition at line 628 of file sync.c.
Definition at line 251 of file sync.c.
Definition at line 264 of file sync.c.
void WINAPI DECLSPEC_HOTPATCH QueryInterruptTime | ( | ULONGLONG * | time | ) |
Definition at line 210 of file sync.c.
Referenced by QueryInterruptTimePrecise().
void WINAPI DECLSPEC_HOTPATCH QueryInterruptTimePrecise | ( | ULONGLONG * | time | ) |
Definition at line 227 of file sync.c.
void WINAPI DECLSPEC_HOTPATCH QueryUnbiasedInterruptTimePrecise | ( | ULONGLONG * | time | ) |
HANDLE WINAPI DECLSPEC_HOTPATCH RegisterWaitForSingleObjectEx | ( | HANDLE | handle, |
WAITORTIMERCALLBACK | callback, | ||
PVOID | context, | ||
ULONG | timeout, | ||
ULONG | flags | ||
) |
Definition at line 293 of file sync.c.
BOOL WINAPI DECLSPEC_HOTPATCH ReleaseMutex | ( | HANDLE | handle | ) |
Definition at line 740 of file sync.c.
Referenced by test_mutex().
Definition at line 804 of file sync.c.
Referenced by alertable_wait_apc(), alertable_wait_thread(), iocp_callback(), test_alertable_wait(), and test_signalandwait().
BOOL WINAPI DECLSPEC_HOTPATCH ResetEvent | ( | HANDLE | handle | ) |
Definition at line 646 of file sync.c.
Referenced by test_signalandwait(), and test_WaitForMultipleObjects().
BOOL WINAPI DECLSPEC_HOTPATCH SetEvent | ( | HANDLE | handle | ) |
Definition at line 637 of file sync.c.
Referenced by apc_deadlock_thread(), and test_WaitForMultipleObjects().
BOOL WINAPI DECLSPEC_HOTPATCH SetNamedPipeHandleState | ( | HANDLE | pipe, |
LPDWORD | mode, | ||
LPDWORD | count, | ||
LPDWORD | timeout | ||
) |
Definition at line 1546 of file sync.c.
Referenced by CallNamedPipeW().
BOOL WINAPI DECLSPEC_HOTPATCH SetWaitableTimer | ( | HANDLE | handle, |
const LARGE_INTEGER * | when, | ||
LONG | period, | ||
PTIMERAPCROUTINE | callback, | ||
LPVOID | arg, | ||
BOOL | resume | ||
) |
Definition at line 869 of file sync.c.
Referenced by SetWaitableTimerEx().
BOOL WINAPI DECLSPEC_HOTPATCH SetWaitableTimerEx | ( | HANDLE | handle, |
const LARGE_INTEGER * | when, | ||
LONG | period, | ||
PTIMERAPCROUTINE | callback, | ||
LPVOID | arg, | ||
REASON_CONTEXT * | context, | ||
ULONG | tolerabledelay | ||
) |
Definition at line 881 of file sync.c.
DWORD WINAPI DECLSPEC_HOTPATCH SignalObjectAndWait | ( | HANDLE | signal, |
HANDLE | wait, | ||
DWORD | timeout, | ||
BOOL | alertable | ||
) |
Definition at line 309 of file sync.c.
Referenced by test_signalandwait().
void WINAPI DECLSPEC_HOTPATCH Sleep | ( | DWORD | timeout | ) |
Definition at line 330 of file sync.c.
Referenced by condvar_base_consumer(), condvar_base_producer(), condvar_consumer(), condvar_producer(), srwlock_base_thread1(), srwlock_base_thread2(), srwlock_base_thread3(), srwlock_example_thread(), test_alertable_wait(), test_apc_deadlock(), test_condvars_base(), test_condvars_consumer_producer(), test_srwlock_base(), test_srwlock_example(), test_timer_queue(), timer_queue_cb5(), and timer_queue_cb6().
BOOL WINAPI DECLSPEC_HOTPATCH SleepConditionVariableCS | ( | CONDITION_VARIABLE * | variable, |
CRITICAL_SECTION * | crit, | ||
DWORD | timeout | ||
) |
Definition at line 1113 of file sync.c.
BOOL WINAPI DECLSPEC_HOTPATCH SleepConditionVariableSRW | ( | RTL_CONDITION_VARIABLE * | variable, |
RTL_SRWLOCK * | lock, | ||
DWORD | timeout, | ||
ULONG | flags | ||
) |
DWORD WINAPI DECLSPEC_HOTPATCH SleepEx | ( | DWORD | timeout, |
BOOL | alertable | ||
) |
BOOL WINAPI DECLSPEC_HOTPATCH TransactNamedPipe | ( | HANDLE | handle, |
LPVOID | write_buf, | ||
DWORD | write_size, | ||
LPVOID | read_buf, | ||
DWORD | read_size, | ||
LPDWORD | bytes_read, | ||
LPOVERLAPPED | overlapped | ||
) |
Definition at line 1574 of file sync.c.
Referenced by CallNamedPipeW().
BOOL WINAPI DECLSPEC_HOTPATCH UnregisterWaitEx | ( | HANDLE | handle, |
HANDLE | event | ||
) |
BOOL WINAPI DECLSPEC_HOTPATCH WaitForDebugEvent | ( | DEBUG_EVENT * | event, |
DWORD | timeout | ||
) |
Definition at line 421 of file sync.c.
BOOL WINAPI DECLSPEC_HOTPATCH WaitForDebugEventEx | ( | DEBUG_EVENT * | event, |
DWORD | timeout | ||
) |
DWORD WINAPI DECLSPEC_HOTPATCH WaitForMultipleObjects | ( | DWORD | count, |
const HANDLE * | handles, | ||
BOOL | wait_all, | ||
DWORD | timeout | ||
) |
Definition at line 382 of file sync.c.
Referenced by test_WaitForMultipleObjects().
DWORD WINAPI DECLSPEC_HOTPATCH WaitForMultipleObjectsEx | ( | DWORD | count, |
const HANDLE * | handles, | ||
BOOL | wait_all, | ||
DWORD | timeout, | ||
BOOL | alertable | ||
) |
Definition at line 392 of file sync.c.
Referenced by alertable_wait_thread(), WaitForMultipleObjects(), WaitForSingleObject(), and WaitForSingleObjectEx().
DWORD WINAPI DECLSPEC_HOTPATCH WaitForSingleObject | ( | HANDLE | handle, |
DWORD | timeout | ||
) |
Definition at line 364 of file sync.c.
Referenced by alertable_wait_apc2(), alertable_wait_thread(), ConnectNamedPipe(), test_alertable_wait(), test_apc_deadlock(), test_condvars_base(), test_condvars_consumer_producer(), test_event(), test_iocp_callback(), test_mutex(), test_signalandwait(), test_srwlock_base(), test_srwlock_example(), test_timer_queue(), test_WaitForSingleObject(), and TransactNamedPipe().
BOOL WINAPI DECLSPEC_HOTPATCH WaitNamedPipeW | ( | LPCWSTR | name, |
DWORD | timeout | ||
) |
Definition at line 1613 of file sync.c.
Referenced by CallNamedPipeW().
BOOL WINAPI DECLSPEC_HOTPATCH WaitOnAddress | ( | volatile void * | addr, |
void * | cmp, | ||
SIZE_T | size, | ||
DWORD | timeout | ||
) |
WINE_DEFAULT_DEBUG_CHANNEL | ( | sync | ) |
Definition at line 43 of file sync.c.
Referenced by GetTickCount(), GetTickCount64(), QueryInterruptTime(), and test_NtGetTickCount().