ReactOS 0.4.16-dev-340-g0540c21
|
#include <stdarg.h>
#include <stdlib.h>
#include "windef.h"
#include "winbase.h"
#include "winnls.h"
#include "wine/debug.h"
#include "avrt.h"
Go to the source code of this file.
Functions | |
WINE_DEFAULT_DEBUG_CHANNEL (avrt) | |
static WCHAR * | strdupAW (const char *src) |
HANDLE WINAPI | AvSetMmThreadCharacteristicsA (const char *name, DWORD *index) |
HANDLE WINAPI | AvSetMmThreadCharacteristicsW (const WCHAR *name, DWORD *index) |
BOOL WINAPI | AvQuerySystemResponsiveness (HANDLE AvrtHandle, ULONG *value) |
BOOL WINAPI | AvRevertMmThreadCharacteristics (HANDLE AvrtHandle) |
BOOL WINAPI | AvSetMmThreadPriority (HANDLE AvrtHandle, AVRT_PRIORITY prio) |
HANDLE WINAPI | AvSetMmMaxThreadCharacteristicsA (const char *task1, const char *task2, DWORD *index) |
HANDLE WINAPI | AvSetMmMaxThreadCharacteristicsW (const WCHAR *task1, const WCHAR *task2, DWORD *index) |
HANDLE WINAPI AvSetMmMaxThreadCharacteristicsA | ( | const char * | task1, |
const char * | task2, | ||
DWORD * | index | ||
) |
Definition at line 95 of file main.c.
HANDLE WINAPI AvSetMmMaxThreadCharacteristicsW | ( | const WCHAR * | task1, |
const WCHAR * | task2, | ||
DWORD * | index | ||
) |
Definition at line 119 of file main.c.
Referenced by AvSetMmMaxThreadCharacteristicsA().
Definition at line 58 of file main.c.
Referenced by AvSetMmThreadCharacteristicsA().
BOOL WINAPI AvSetMmThreadPriority | ( | HANDLE | AvrtHandle, |
AVRT_PRIORITY | prio | ||
) |
Definition at line 31 of file main.c.
Referenced by addr_to_str(), AvSetMmMaxThreadCharacteristicsA(), AvSetMmThreadCharacteristicsA(), InternetGetProxyInfo(), JSPROXY_InternetInitializeAutoProxyDll(), parse_script_result(), and WinHttpDetectAutoProxyConfigUrl().
WINE_DEFAULT_DEBUG_CHANNEL | ( | avrt | ) |