Home
last modified time | relevance | path

Searched refs:LOCK_PLMIN (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Lib/plat-unixware7/
DIN.py510 def LOCK_PLMIN(lockp): return \ function
512 def TRYLOCK_PLMIN(lockp): return LOCK_PLMIN(lockp)
514 def LOCK_SH_PLMIN(lockp): return LOCK_PLMIN(lockp)
516 def RW_RDLOCK_PLMIN(lockp): return LOCK_PLMIN(lockp)
518 def RW_WRLOCK_PLMIN(lockp): return LOCK_PLMIN(lockp)
522 def LOCK_PLMIN(lockp): return LOCK((lockp), PLMIN) function