💾 Archived View for tris.fyi › pydoc › _multiprocessing captured on 2022-04-28 at 17:35:31. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-01-08)
-=-=-=-=-=-=-
This module has no docstring.
Semaphore/Mutex type
acquire(...) acquire the semaphore/lock
release(...) 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>
sem_unlink(...)
flags = {'HAVE_SEM_OPEN': 1, 'HAVE_SEM_TIMEDWAIT': 1}