💾 Archived View for tris.fyi › pydoc › _multiprocessing captured on 2023-01-29 at 03:45:05. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2022-01-08)

🚧 View Differences

-=-=-=-=-=-=-

Back to module index

Go to module by name

_multiprocessing

This module has no docstring.

Classes

SemLock

Semaphore/Mutex type
acquire(self, /, block=True, timeout=None)

  Acquire the semaphore/lock.
release(self, /)

  Release the semaphore/lock.
SEM_VALUE_MAX = 2147483647
handle = <member 'handle' of '_multiprocessing.SemLock' objects>
kind = <member 'kind' of '_multiprocessing.SemLock' objects>
maxvalue = <member 'maxvalue' of '_multiprocessing.SemLock' objects>
name = <member 'name' of '_multiprocessing.SemLock' objects>

Functions

sem_unlink

sem_unlink(name, /)

Other members

flags = {'HAVE_SEM_OPEN': 1, 'HAVE_SEM_TIMEDWAIT': 1}