Searched refs:TX_NO_INHERIT (Results 1 – 2 of 2) sorted by relevance
299 tx_mutex_create(&_gx_system_protect, "GUIX System Protection", TX_NO_INHERIT); in _gx_system_initialize()302 status = tx_mutex_create(&_gx_system_protect, "GUIX System Protection", TX_NO_INHERIT); in _gx_system_initialize()
114 #define TX_NO_INHERIT ((UINT) 0) macro