Extracted from Pike v7.3 release 16 at 2002-03-05.
pike.roxen.com
[Top]
Thread
Thread.Mutex

Method Thread.Mutex()->current_locking_key()


Method current_locking_key

object(Thread.Thread) Thread.Mutex()->current_locking_key()

Description

This mutex method returns the key object currently governing the lock on this mutex. 0 is returned if the mutex isn't locked.

See also

Thread.Thread