_InlineInterlockedAdd
Performs an atomic addition operation on the specified LONG values. The operation is performed with acquire memory ordering semantics. |
_InlineInterlockedAdd64
Performs an atomic addition operation on the specified LONG64 values. |
_interlockedbittestandreset
Tests the specified bit of the specified LONG value and sets it to 0. The operation is atomic. |
_interlockedbittestandreset64
Tests the specified bit of the specified LONG64 value and sets it to 0. The operation is atomic. |
_interlockedbittestandset
Tests the specified bit of the specified LONG value and sets it to 1. The operation is atomic. |
_interlockedbittestandset64
Tests the specified bit of the specified LONG64 value and sets it to 1. The operation is atomic. |
AddIntegrityLabelToBoundaryDescriptor
Adds a new required security identifier (SID) to the specified boundary descriptor. |
BackupRead
Back up a file or directory, including the security information. |
BackupSeek
Seeks forward in a data stream initially accessed by using the BackupRead or BackupWrite function. |
BackupWrite
Restore a file or directory that was backed up using BackupRead. |
BindIoCompletionCallback
Associates the I/O completion port owned by the thread pool with the specified file handle. On completion of an I/O request involving this file, a non-I/O worker thread will execute the specified callback function. |
ConvertFiberToThread
Converts the current fiber into a thread. |
ConvertThreadToFiber
Converts the current thread into a fiber. You must convert a thread into a fiber before you can schedule other fibers. (ConvertThreadToFiber) |
ConvertThreadToFiberEx
Converts the current thread into a fiber. You must convert a thread into a fiber before you can schedule other fibers. (ConvertThreadToFiberEx) |
CreateBoundaryDescriptorA
The CreateBoundaryDescriptorA (ANSI) function (winbase.h) creates a boundary descriptor. |
CreateFiber
Allocates a fiber object, assigns it a stack, and sets up execution to begin at the specified start address, typically the fiber function. This function does not schedule the fiber. (CreateFiber) |
CreateFiberEx
Allocates a fiber object, assigns it a stack, and sets up execution to begin at the specified start address, typically the fiber function. This function does not schedule the fiber. (CreateFiberEx) |
CreateJobObjectA
Creates or opens a job object. (CreateJobObjectA) |
CreateProcessWithLogonW
Creates a new process and its primary thread. Then the new process runs the specified executable file in the security context of the specified credentials (user, domain, and password). It can optionally load the user profile for a specified user. |
CreateProcessWithTokenW
Creates a new process and its primary thread. The new process runs in the security context of the specified token. It can optionally load the user profile for the specified user. |
CreateSemaphoreA
Creates or opens a named or unnamed semaphore object. (CreateSemaphoreA) |
CreateSemaphoreExA
Creates or opens a named or unnamed semaphore object and returns a handle to the object. (CreateSemaphoreExA) |
CreateTapePartition
Reformats a tape. |
CreateUmsCompletionList
Creates a user-mode scheduling (UMS) completion list. |
CreateUmsThreadContext
Creates a user-mode scheduling (UMS) thread context to represent a UMS worker thread. |
DeleteFiber
Deletes an existing fiber. |
DeleteUmsCompletionList
Deletes the specified user-mode scheduling (UMS) completion list. The list must be empty. |
DeleteUmsThreadContext
Deletes the specified user-mode scheduling (UMS) thread context. The thread must be terminated. |
DequeueUmsCompletionListItems
Retrieves user-mode scheduling (UMS) worker threads from the specified UMS completion list. |
DestroyThreadpoolEnvironment
Deletes the specified callback environment. Call this function when the callback environment is no longer needed for creating new thread pool objects. (DestroyThreadpoolEnvironment) |
EnterUmsSchedulingMode
Converts the calling thread into a user-mode scheduling (UMS) scheduler thread. |
EraseTape
Erases all or part of a tape. |
ExecuteUmsThread
Runs the specified UMS worker thread. |
GetActiveProcessorCount
Returns the number of active processors in a processor group or in the system. |
GetActiveProcessorGroupCount
Returns the number of active processor groups in the system. |
GetCurrentFiber
Retrieves the address of the current fiber. |
GetCurrentUmsThread
Returns the user-mode scheduling (UMS) thread context of the calling UMS thread. |
GetEnvironmentVariable
The GetEnvironmentVariable function (winbase.h) retrieves the contents of the specified variable from the environment block of the calling process. |
GetFiberData
Retrieves the fiber data associated with the current fiber. |
GetMaximumProcessorCount
Returns the maximum number of logical processors that a processor group or the system can have. |
GetMaximumProcessorGroupCount
Returns the maximum number of processor groups that the system can have. |
GetNextUmsListItem
Returns the next user-mode scheduling (UMS) thread context in a list of thread contexts. |
GetNumaAvailableMemoryNode
Retrieves the amount of memory available in the specified node. |
GetNumaAvailableMemoryNodeEx
Retrieves the amount of memory that is available in a node specified as a USHORT value. |
GetNumaNodeNumberFromHandle
Retrieves the NUMA node associated with the file or I/O device represented by the specified file handle. |
GetNumaNodeProcessorMask
Retrieves the processor mask for the specified node. |
GetNumaProcessorNode
Retrieves the node number for the specified processor. |
GetNumaProcessorNodeEx
Retrieves the node number as a USHORT value for the specified logical processor. |
GetNumaProximityNode
Retrieves the NUMA node number that corresponds to the specified proximity domain identifier. |
GetProcessAffinityMask
Retrieves the process affinity mask for the specified process and the system affinity mask for the system. |
GetProcessIoCounters
Retrieves accounting information for all I/O operations performed by the specified process. |
GetTapeParameters
Retrieves information that describes the tape or the tape drive. |
GetTapePosition
Retrieves the current address of the tape, in logical or absolute blocks. |
GetTapeStatus
Determines whether the tape device is ready to process tape commands. |
GetUmsCompletionListEvent
Retrieves a handle to the event associated with the specified user-mode scheduling (UMS) completion list. |
GetUmsSystemThreadInformation
Queries whether the specified thread is a UMS scheduler thread, a UMS worker thread, or a non-UMS thread. |
HasOverlappedIoCompleted
Provides a high performance test operation that can be used to poll for the completion of an outstanding I/O operation. |
InitializeThreadpoolEnvironment
Initializes a callback environment. |
InterlockedAdd
Performs an atomic addition operation on the specified LONG values. |
InterlockedAnd
Performs an atomic AND operation on the specified LONG values. |
InterlockedAnd16
Performs an atomic AND operation on the specified SHORT values. |
InterlockedAnd64
Performs an atomic AND operation on the specified LONGLONG values. |
InterlockedAnd8
Performs an atomic AND operation on the specified char values. |
InterlockedCompareExchange
Performs an atomic compare-and-exchange operation on the specified values. The function compares two specified 32-bit values and exchanges with another 32-bit value based on the outcome of the comparison. |
InterlockedCompareExchange128
Performs an atomic compare-and-exchange operation on the specified values. The function compares two specified 128-bit values and exchanges with another 128-bit value based on the outcome of the comparison. |
InterlockedCompareExchange16
Performs an atomic compare-and-exchange operation on the specified values. The function compares two specified 16-bit values and exchanges with another 16-bit value based on the outcome of the comparison. |
InterlockedCompareExchange64
Performs an atomic compare-and-exchange operation on the specified values. The function compares two specified 64-bit values and exchanges with another 64-bit value based on the outcome of the comparison. |
InterlockedCompareExchangePointer
Performs an atomic compare-and-exchange operation on the specified values. The function compares two specified pointer values and exchanges with another pointer value based on the outcome of the comparison. |
InterlockedDecrement
Decrements (decreases by one) the value of the specified 32-bit variable as an atomic operation. |
InterlockedDecrement16
Decrements (decreases by one) the value of the specified 16-bit variable as an atomic operation. |
InterlockedDecrement64
Decrements (decreases by one) the value of the specified 64-bit variable as an atomic operation. |
InterlockedExchange
Sets a 32-bit variable to the specified value as an atomic operation. |
InterlockedExchange16
Sets a 16-bit variable to the specified value as an atomic operation. |
InterlockedExchange64
Sets a 64-bit variable to the specified value as an atomic operation. |
InterlockedExchange8
Sets an 8-bit variable to the specified value as an atomic operation. |
InterlockedExchangeAdd
Performs an atomic addition of two 32-bit values. |
InterlockedExchangeAdd64
Performs an atomic addition of two 64-bit values. |
InterlockedExchangePointer
Atomically exchanges a pair of addresses. |
InterlockedExchangeSubtract
Performs an atomic subtraction of two values. |
InterlockedIncrement
Increments (increases by one) the value of the specified 32-bit variable as an atomic operation. |
InterlockedIncrement16
Increments (increases by one) the value of the specified 16-bit variable as an atomic operation. |
InterlockedIncrement64
Increments (increases by one) the value of the specified 64-bit variable as an atomic operation. |
InterlockedOr
Performs an atomic OR operation on the specified LONG values. |
InterlockedOr16
Performs an atomic OR operation on the specified SHORT values. |
InterlockedOr64
Performs an atomic OR operation on the specified LONGLONG values. |
InterlockedOr8
Performs an atomic OR operation on the specified char values. |
InterlockedXor
Performs an atomic XOR operation on the specified LONG values. |
InterlockedXor16
Performs an atomic XOR operation on the specified SHORT values. |
InterlockedXor64
Performs an atomic XOR operation on the specified LONGLONG values. |
InterlockedXor8
Performs an atomic XOR operation on the specified char values. |
MemoryBarrier
Creates a hardware memory barrier (fence) that prevents the CPU from re-ordering read and write operations. It may also prevent the compiler from re-ordering read and write operations. |
OpenJobObjectA
Opens an existing job object. (OpenJobObjectA) |
PAPCFUNC
An application-defined completion routine. Specify this address when calling the QueueUserAPC function. |
PFIBER_START_ROUTINE
An application-defined function used with the CreateFiber function. It serves as the starting address for a fiber. |
PFLS_CALLBACK_FUNCTION
An application-defined function. If the FLS slot is in use, FlsCallback is called on fiber deletion, thread exit, and when an FLS index is freed. |
PreFetchCacheLine
Indicates to the processor that a cache line will be needed in the near future. |
PrepareTape
Prepares the tape to be accessed or removed. |
PulseEvent
Sets the specified event object to the signaled state and then resets it to the nonsignaled state after releasing the appropriate number of waiting threads. |
QueryFullProcessImageNameA
Retrieves the full name of the executable image for the specified process. (ANSI) |
QueryFullProcessImageNameW
Retrieves the full name of the executable image for the specified process. (Unicode) |
QueryUmsThreadInformation
Retrieves information about the specified user-mode scheduling (UMS) worker thread. |
RegisterWaitForSingleObject
Directs a wait thread in the thread pool to wait on the object. |
RTL_UMS_SCHEDULER_ENTRY_POINT
The application-defined user-mode scheduling (UMS) scheduler entry point function associated with a UMS completion list. |
RtlFirstEntrySList
Retrieves the first entry in a singly linked list. Access to the list is synchronized on a multiprocessor system. |
RtlInitializeSListHead
Initializes the head of a singly linked list. (RtlInitializeSListHead) |
RtlInterlockedFlushSList
Removes all items from a singly linked list. Access to the list is synchronized on a multiprocessor system. (RtlInterlockedFlushSList) |
RtlInterlockedPopEntrySList
Removes an item from the front of a singly linked list. Access to the list is synchronized on a multiprocessor system. (RtlInterlockedPopEntrySList) |
RtlInterlockedPushEntrySList
Inserts an item at the front of a singly linked list. Access to the list is synchronized on a multiprocessor system. (RtlInterlockedPushEntrySList) |
RtlQueryDepthSList
Retrieves the number of entries in the specified singly linked list. (RtlQueryDepthSList) |
SetEnvironmentVariable
The SetEnvironmentVariable function (winbase.h) sets the contents of the specified environment variable for the current process. |
SetProcessAffinityMask
Sets a processor affinity mask for the threads of the specified process. |
SetTapeParameters
Specifies the block size of a tape or configures the tape device. |
SetTapePosition
Sets the tape position on the specified device. |
SetThreadAffinityMask
Sets a processor affinity mask for the specified thread. |
SetThreadpoolCallbackCleanupGroup
Associates the specified cleanup group with the specified callback environment. (SetThreadpoolCallbackCleanupGroup) |
SetThreadpoolCallbackLibrary
Ensures that the specified DLL remains loaded as long as there are outstanding callbacks. (SetThreadpoolCallbackLibrary) |
SetThreadpoolCallbackPersistent
Specifies that the callback should run on a persistent thread. (SetThreadpoolCallbackPersistent) |
SetThreadpoolCallbackPool
Sets the thread pool to be used when generating callbacks. |
SetThreadpoolCallbackPriority
Specifies the priority of a callback function relative to other work items in the same thread pool. (SetThreadpoolCallbackPriority) |
SetThreadpoolCallbackRunsLong
Indicates that callbacks associated with this callback environment may not return quickly. (SetThreadpoolCallbackRunsLong) |
SetUmsThreadInformation
Sets application-specific context information for the specified user-mode scheduling (UMS) worker thread. |
SwitchToFiber
Schedules a fiber. The function must be called on a fiber. |
TpDestroyCallbackEnviron
Deletes the specified callback environment. Call this function when the callback environment is no longer needed for creating new thread pool objects. (TpDestroyCallbackEnviron) |
TpInitializeCallbackEnviron
Initializes a callback environment for the thread pool. |
TpSetCallbackActivationContext
Assigns an activation context to the callback environment. |
TpSetCallbackCleanupGroup
Associates the specified cleanup group with the specified callback environment. (TpSetCallbackCleanupGroup) |
TpSetCallbackFinalizationCallback
Indicates a function to call when the callback environment is finalized. |
TpSetCallbackLongFunction
Indicates that callbacks associated with this callback environment may not return quickly. (TpSetCallbackLongFunction) |
TpSetCallbackNoActivationContext
Indicates that the callback environment has no activation context. |
TpSetCallbackPersistent
Specifies that the callback should run on a persistent thread. (TpSetCallbackPersistent) |
TpSetCallbackPriority
Specifies the priority of a callback function relative to other work items in the same thread pool. (TpSetCallbackPriority) |
TpSetCallbackRaceWithDll
Ensures that the specified DLL remains loaded as long as there are outstanding callbacks. (TpSetCallbackRaceWithDll) |
TpSetCallbackThreadpool
Assigns a thread pool to a callback environment. |
UmsThreadYield
Yields control to the user-mode scheduling (UMS) scheduler thread on which the calling UMS worker thread is running. |
UnregisterWait
Cancels a registered wait operation issued by the RegisterWaitForSingleObject function. (UnregisterWait) |
WinExec
Runs the specified application. |
WriteTapemark
Writes a specified number of filemarks, setmarks, short filemarks, or long filemarks to a tape device. |
YieldProcessor
Signals to the processor to give resources to threads that are waiting for them. |