_unlock

Releases a multi-thread lock.

void __cdecl _unlock(
   int locknum
);

Parameters

  • [in] locknum
    The identifier of the lock to release.

Requirements

Source: mlock.c

See Also

Reference

_lock

Other Resources

Alphabetical Function Reference

Change History

Date

History

Reason

June 2010

Added this document.

Information enhancement.