NDIS Interrupt and Synchronization Macros (Compact 2013)
3/26/2014
This section describes NDIS interrupt and synchronization macros.
In This Section
- NDIS_CURRENT_IRQL
Returns the current interrupt request level (IRQL).
- NDIS_CURRENT_PROCESSOR_NUMBER
Returns the system-assigned number of the current processor on which the caller is running.
- NDIS_INIT_MUTEX
Intializes a mutex object and sets it to a signaled state.
- NDIS_LOWER_IRQL
Sts the IRQL on the current processor to the specified value.
- NDIS_RAISE_IRQL_TO_DISPATCH
Raises the current IRQL to DISPATCH_LEVEL on the current processor.
- NDIS_RELEASE_MUTEX
Releases the specified mutex object.
- NDIS_WAIT_FOR_MUTEX
Puts the current thread into the wait state until the specified mutex object is set to the signaled state.