Searched refs:threadrunsemaphore (Results 1 – 3 of 3) sorted by relevance
213 sem_t *threadrunsemaphore; in _tx_thread_delete_port_completion() local218 threadrunsemaphore = &(thread_ptr -> tx_thread_linux_thread_run_semaphore); in _tx_thread_delete_port_completion()230 tx_linux_sem_post(threadrunsemaphore); in _tx_thread_delete_port_completion()234 sem_destroy(threadrunsemaphore); in _tx_thread_delete_port_completion()241 sem_t *threadrunsemaphore; in _tx_thread_reset_port_completion() local246 threadrunsemaphore = &(thread_ptr -> tx_thread_linux_thread_run_semaphore); in _tx_thread_reset_port_completion()258 tx_linux_sem_post(threadrunsemaphore); in _tx_thread_reset_port_completion()262 sem_destroy(threadrunsemaphore); in _tx_thread_reset_port_completion()
476 sem_t *threadrunsemaphore; in _tx_thread_delete_port_completion() local479 threadrunsemaphore = &(thread_ptr -> tx_thread_linux_thread_run_semaphore); in _tx_thread_delete_port_completion()489 tx_linux_sem_post(threadrunsemaphore); in _tx_thread_delete_port_completion()493 sem_destroy(threadrunsemaphore); in _tx_thread_delete_port_completion()500 sem_t *threadrunsemaphore; in _tx_thread_reset_port_completion() local503 threadrunsemaphore = &(thread_ptr -> tx_thread_linux_thread_run_semaphore); in _tx_thread_reset_port_completion()513 tx_linux_sem_post(threadrunsemaphore); in _tx_thread_reset_port_completion()517 sem_destroy(threadrunsemaphore); in _tx_thread_reset_port_completion()
343 HANDLE threadrunsemaphore; \346 threadrunsemaphore = thread_ptr -> tx_thread_win32_thread_run_semaphore; \356 ReleaseSemaphore(threadrunsemaphore, 1, NULL); \370 HANDLE threadrunsemaphore; \373 threadrunsemaphore = thread_ptr -> tx_thread_win32_thread_run_semaphore; \383 ReleaseSemaphore(threadrunsemaphore, 1, NULL); \