multiprocessing.Pipe([duplex]) Returns a pair (conn1, conn2) of Connection objects representing the
Event() Create a shared
threading.get_ident() Return the ‘thread identifier’ of the current thread. This is a nonzero integer. Its value has no direct
class threading.RLock This class implements reentrant lock objects. A reentrant lock must be released by the thread that acquired
acquire(blocking=True, timeout=None) Acquire a semaphore. When invoked without arguments: if
get_server() Returns a Server object which represents the actual server under the control of the Manager. The Server
acquire(block=True, timeout=None) Acquire a lock, blocking or non-blocking. With the block
multiprocessing.connection.wait(object_list, timeout=None) Wait till an object in object_list is ready. Returns the
name The process’s name. The name is a string used for identification purposes only. It has no semantics. Multiple processes
_thread.get_ident() Return the ‘thread identifier’ of the current thread. This is a nonzero integer. Its value has no direct
Page 1 of 29