Searched refs:TX_SEMAPHORE (Results 1 – 1 of 1) sorted by relevance
/GUIX-v6.2.1/ports/win32/lib/vs_2019/ |
D | tx_api.h | 941 } TX_SEMAPHORE; typedef 1149 …_semaphore_create(s,n,i) _txr_semaphore_create((s),(n),(i),(sizeof(TX_SEMAPHORE))) 1260 …_semaphore_create(s,n,i) _txe_semaphore_create((s),(n),(i),(sizeof(TX_SEMAPHORE))) 1549 UINT _tx_semaphore_ceiling_put(TX_SEMAPHORE *semaphore_ptr, ULONG ceiling); 1550 UINT _tx_semaphore_create(TX_SEMAPHORE *semaphore_ptr, CHAR *name_ptr, ULONG initial_count); 1551 UINT _tx_semaphore_delete(TX_SEMAPHORE *semaphore_ptr); 1552 UINT _tx_semaphore_get(TX_SEMAPHORE *semaphore_ptr, ULONG wait_option); 1553 UINT _tx_semaphore_info_get(TX_SEMAPHORE *semaphore_ptr, CHAR **name, ULONG *current_value, 1555 TX_SEMAPHORE **next_semaphore); 1556 UINT _tx_semaphore_performance_info_get(TX_SEMAPHORE *semaphore_ptr, ULONG *puts, ULONG *get… [all …]
|