Home
last modified time | relevance | path

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

/GUIX-v6.2.1/common/src/
Dgx_system_unlock.c77 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()
Dgx_system_lock.c106 _gx_system_lock_nesting++; in _gx_system_lock()
Dgx_system_initialize.c124 _gx_system_lock_nesting = 0; in _gx_system_initialize()
/GUIX-v6.2.1/common/inc/
Dgx_system.h390 SYSTEM_DECLARE UINT _gx_system_lock_nesting; variable