_unlock
Visual Studio 2015
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at _unlock.
Releases a multi-thread lock.
This function is obsolete. Beginning in Visual Studio 2015, it is not available in the CRT. |
void __cdecl _unlock( int locknum );
Parameters
[in] locknum
The identifier of the lock to release.
Source: mlock.c
Show: