nn::os::Mutex::Unlock Member Function

Syntax

#include <nn/os.h>

void Unlock();

Arguments

None.

Return Values

None.

Description

Unlocks a mutex.

Decrements the nest count of a mutex that is locked by the local thread. This function cannot be called from threads that are not locking any mutexes.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL