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

Method Thread.Mutex()->current_locking_thread()


Method current_locking_thread

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

Description

This mutex method returns the object that identifies the thread that has locked the mutex. 0 is returned if the mutex isn't locked.

See also

Thread.Thread