Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/plat-irix5/
DFILE.py86 def mutex_exit(m): return vsema(m) function
/external/python/cpython2/Lib/plat-irix6/
DFILE.py521 def mutex_exit(m): return mutex_unlock(m) function