ReactOS 0.4.16-dev-311-g9382aa2
|
#include "winemm.h"
Go to the source code of this file.
Classes | |
struct | tagWINE_TIMERENTRY |
Macros | |
#define | MMSYSTIME_MININTERVAL (1) |
#define | MMSYSTIME_MAXINTERVAL (65535) |
Typedefs | |
typedef struct tagWINE_TIMERENTRY | WINE_TIMERENTRY |
typedef struct tagWINE_TIMERENTRY * | LPWINE_TIMERENTRY |
Functions | |
WINE_DEFAULT_DEBUG_CHANNEL (mmtime) | |
static void | TIME_TriggerCallBack (LPWINE_TIMERENTRY lpTimer) |
static DWORD CALLBACK | TIME_MMSysTimeCallback () |
static DWORD CALLBACK | TIME_MMSysTimeThread (LPVOID arg) |
void | TIME_MMTimeStart (void) |
void | TIME_MMTimeStop (void) |
MMRESULT WINAPI | timeGetSystemTime (LPMMTIME lpTime, UINT wSize) |
WORD | TIME_SetEventInternal (UINT wDelay, UINT wResol, LPTIMECALLBACK lpFunc, DWORD dwUser, UINT wFlags) |
MMRESULT WINAPI | timeSetEvent (UINT wDelay, UINT wResol, LPTIMECALLBACK lpFunc, DWORD_PTR dwUser, UINT wFlags) |
MMRESULT WINAPI | timeKillEvent (UINT wID) |
MMRESULT WINAPI | timeGetDevCaps (LPTIMECAPS lpCaps, UINT wSize) |
MMRESULT WINAPI | timeBeginPeriod (UINT wPeriod) |
MMRESULT WINAPI | timeEndPeriod (UINT wPeriod) |
DWORD WINAPI | timeGetTime (void) |
Variables | |
static HANDLE | TIME_hMMTimer |
static LPWINE_TIMERENTRY | TIME_TimersList |
static HANDLE | TIME_hKillEvent |
static HANDLE | TIME_hWakeEvent |
static BOOL | TIME_TimeToDie = TRUE |
static LARGE_INTEGER | TIME_qpcFreq |
typedef struct tagWINE_TIMERENTRY * LPWINE_TIMERENTRY |
typedef struct tagWINE_TIMERENTRY WINE_TIMERENTRY |
Definition at line 113 of file time.c.
Referenced by TIME_MMSysTimeThread().
Definition at line 223 of file time.c.
Referenced by TIME_MMTimeStart().
Definition at line 257 of file time.c.
Referenced by TIME_SetEventInternal().
Definition at line 271 of file time.c.
Referenced by WINMM_DeleteIData().
WORD TIME_SetEventInternal | ( | UINT | wDelay, |
UINT | wResol, | ||
LPTIMECALLBACK | lpFunc, | ||
DWORD | dwUser, | ||
UINT | wFlags | ||
) |
Definition at line 306 of file time.c.
Referenced by timeSetEvent().
|
static |
Definition at line 82 of file time.c.
Referenced by TIME_MMSysTimeCallback().
Definition at line 423 of file time.c.
Referenced by DirectSoundDevice_Initialize(), and test_timer().
Definition at line 446 of file time.c.
Referenced by DirectSoundDevice_Release(), DSOUND_timer(), and test_timer().
MMRESULT WINAPI timeGetDevCaps | ( | LPTIMECAPS | lpCaps, |
UINT | wSize | ||
) |
Definition at line 401 of file time.c.
Referenced by DirectSoundDevice_Initialize(), and test_timeGetDevCaps().
Definition at line 466 of file time.c.
Referenced by NS_AddRemoteComputerAsNameServer(), NS_PruneSessionCache(), and testTimeProc().
Definition at line 370 of file time.c.
Referenced by DirectSoundDevice_Release(), DSOUND_timer(), ScreenSaverProc(), test_priority(), and test_timer().
MMRESULT WINAPI timeSetEvent | ( | UINT | wDelay, |
UINT | wResol, | ||
LPTIMECALLBACK | lpFunc, | ||
DWORD_PTR | dwUser, | ||
UINT | wFlags | ||
) |
Definition at line 360 of file time.c.
Referenced by DirectSoundDevice_Initialize(), ScreenSaverProc(), test_priority(), and test_timer().
WINE_DEFAULT_DEBUG_CHANNEL | ( | mmtime | ) |
|
static |
Definition at line 47 of file time.c.
Referenced by TIME_MMSysTimeCallback(), TIME_SetEventInternal(), and timeKillEvent().
|
static |
Definition at line 45 of file time.c.
Referenced by TIME_MMTimeStart(), and TIME_MMTimeStop().
|
static |
Definition at line 48 of file time.c.
Referenced by TIME_MMSysTimeThread(), TIME_MMTimeStart(), TIME_MMTimeStop(), and TIME_SetEventInternal().
|
static |
Definition at line 50 of file time.c.
Referenced by timeBeginPeriod(), timeEndPeriod(), and timeGetTime().
|
static |
Definition at line 46 of file time.c.
Referenced by TIME_MMSysTimeCallback(), TIME_MMTimeStart(), TIME_MMTimeStop(), TIME_SetEventInternal(), and timeKillEvent().
Definition at line 49 of file time.c.
Referenced by TIME_MMSysTimeThread(), TIME_MMTimeStart(), and TIME_MMTimeStop().