pydoc > _multiprocessing

πŸ“– NAME

_multiprocessing

πŸš€ Quick Reference

Use CaseCommandDescription
Create a new semaphoreSemLock(kind, value, maxvalue, name)Instantiate a semaphore/mutex object
Acquire a semaphoresem_lock.acquire(block=True, timeout=None)Acquire the semaphore/lock (blocking or non‑blocking)
Release a semaphoresem_lock.release()Release the semaphore/lock
Unlink a semaphoresem_unlink(name)Remove a named semaphore from the system

πŸ“š MODULE REFERENCE

https://docs.python.org/3.10/library/_multiprocessing.html

The following documentation is automatically generated from the Python source files. It may be incomplete, incorrect or include features that are considered implementation detail and may vary between Python implementations. When in doubt, consult the module reference at the location listed above.

πŸ“¦ CLASSES

builtins.object
SemLock

πŸ”’ SemLock

Semaphore/Mutex type

Methods defined here:

Static methods defined here:

Data descriptors defined here:

Data and other attributes defined here:

πŸ”§ FUNCTIONS

sem_unlink

sem_unlink(name, /)

πŸ“Š DATA

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

πŸ“ FILE

/usr/lib/python3.10/lib-dynload/_multiprocessing.cpython-310-x86_64-linux-gnu.so

_multiprocessing
πŸ“– NAME πŸš€ Quick Reference πŸ“š MODULE REFERENCE πŸ“¦ CLASSES
πŸ”’ SemLock
πŸ”§ FUNCTIONS
sem_unlink
πŸ“Š DATA πŸ“ FILE

Generated by phpman v4.9.27 · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-07-19 18:01 @216.73.216.114
CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0 Transitional!Valid CSS!
Enhanced by LLM: deepseek-v4-flash / taotoken.net / www.chedong.com - original format