Searched refs:_gx_system_lock_nesting (Results 1 – 4 of 4) sorted by relevance
77 if (_gx_system_lock_nesting > 0) in _gx_system_unlock()79 _gx_system_lock_nesting--; in _gx_system_unlock()81 if (_gx_system_lock_nesting == 0) in _gx_system_unlock()
106 _gx_system_lock_nesting++; in _gx_system_lock()
124 _gx_system_lock_nesting = 0; in _gx_system_initialize()
390 SYSTEM_DECLARE UINT _gx_system_lock_nesting; variable