Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/plat-irix5/
DFILE.py90 def MUTEX_HELD(m): return (ownsema(m)) function
92 def MUTEX_HELD(m): return (1) function
/external/python/cpython2/Lib/plat-sunos5/
DTYPES.py273 def MUTEX_HELD(x): return (mutex_owned(x)) function
DIN.py331 def MUTEX_HELD(x): return (mutex_owned(x)) function
DSTROPTS.py328 def MUTEX_HELD(x): return (mutex_owned(x)) function