Bordeaux-Threads

Version 0.8.8

Common Lisp threading library

Function LOCK-NAME, LOCK-NATIVE-LOCK

Syntax:

lock-name lock => name
lock-native-lock lock => native-lock

Arguments and values:

lock -> a lock object.
name -> a string or nil.
native-lock -> a native lock object.

Description:

lock-name returns the lock name, or nil of the lock was not given a name on creation.
lock-native-lock returns the native lock object that is wrapped by lock.

Exceptional situations:

None.

See also:

lock

Notes:

None.

Last updated on 2022-01-07
Published on 2022-01-07
Edit on GitHub