Searched refs:semaphore_ptr (Results 1 – 2 of 2) sorted by relevance
| /GUIX-v6.2.1/ports/win32/lib/vs_2019/ |
| D | tx_api.h | 933 VOID (*tx_semaphore_put_notify)(struct TX_SEMAPHORE_STRUCT *semaphore_ptr); 1548 UINT _tx_semaphore_ceiling_put(TX_SEMAPHORE *semaphore_ptr, ULONG ceiling); 1549 UINT _tx_semaphore_create(TX_SEMAPHORE *semaphore_ptr, CHAR *name_ptr, ULONG initial_count); 1550 UINT _tx_semaphore_delete(TX_SEMAPHORE *semaphore_ptr); 1551 UINT _tx_semaphore_get(TX_SEMAPHORE *semaphore_ptr, ULONG wait_option); 1552 UINT _tx_semaphore_info_get(TX_SEMAPHORE *semaphore_ptr, CHAR **name, ULONG *current_value, 1555 UINT _tx_semaphore_performance_info_get(TX_SEMAPHORE *semaphore_ptr, ULONG *puts, ULONG *get… 1558 UINT _tx_semaphore_prioritize(TX_SEMAPHORE *semaphore_ptr); 1559 UINT _tx_semaphore_put(TX_SEMAPHORE *semaphore_ptr); 1560 UINT _tx_semaphore_put_notify(TX_SEMAPHORE *semaphore_ptr, VOID (*semaphore_put_notify)(TX_S… [all …]
|
| D | tx_port.h | 302 #define TX_SEMAPHORE_CREATE_EXTENSION(semaphore_ptr) argument 313 #define TX_SEMAPHORE_DELETE_EXTENSION(semaphore_ptr) argument
|