Home
last modified time | relevance | path

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

/GUIX-v6.2.1/common/src/
Dgx_system_initialize.c299 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()
/GUIX-v6.2.1/ports/win32/lib/vs_2019/
Dtx_api.h114 #define TX_NO_INHERIT ((UINT) 0) macro