Home
last modified time | relevance | path

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

/GUIX-v6.2.1/common/src/
Dgx_system_unlock.c73 UINT protection_status; in _gx_system_unlock() local
88 protection_status = tx_mutex_put(&_gx_system_protect); in _gx_system_unlock()
90 if (protection_status) in _gx_system_unlock()
Dgx_system_lock.c74 UINT protection_status; in _gx_system_lock() local
86 protection_status = tx_mutex_get(&_gx_system_protect, TX_WAIT_FOREVER); in _gx_system_lock()
88 if (protection_status) in _gx_system_lock()