HomeSort by relevance Sort by last modified time
    Searched defs:LOCK_LEVEL (Results 1 - 2 of 2) sorted by null

  /external/python/cpython2/Lib/plat-sunos5/
IN.py 62 def SPIN_LOCK(pl): return ((pl) > ipltospl(LOCK_LEVEL))
67 LOCK_LEVEL = 10
68 DISP_LEVEL = (LOCK_LEVEL + 1)
STROPTS.py 59 def SPIN_LOCK(pl): return ((pl) > ipltospl(LOCK_LEVEL))
64 LOCK_LEVEL = 10
65 DISP_LEVEL = (LOCK_LEVEL + 1)
    [all...]

Completed in 72 milliseconds