_CP_unlock_all

_CP_unlock_all is equivalent to the unlock BASIC statement.

Syntax

int _CP_unlock_all()

Description

This function returns -1 if an error occurs. The error code is contained in _CP_errno.

Example(s)

/* Releases all basic locks owned by the current process. */
_CP_unlock_all();