threadx + 0/7 examples
CodeScope will show references to tx_semaphore_delete from the following samples and libraries:
Libraries
Examples
STM32469I-Discovery
Applications
FileX
FX_IAP
USBX
 
Symbols
loading...
Files
loading...

tx_semaphore_delete macro

Syntax

#define tx_semaphore_delete _txe_semaphore_delete

Examples

tx_semaphore_delete is referenced by 7 libraries and example projects.

References

LocationText
tx_api.h:1074
#define tx_semaphore_delete _tx_semaphore_delete
tx_api.h:1308
#define tx_semaphore_delete _txe_semaphore_delete
tx_freertos.c:133
ret = tx_semaphore_delete(&p_task->notification_sem);
tx_freertos.c:422
(void)tx_semaphore_delete(&p_task->notification_sem);
tx_freertos.c:1237
ret = tx_semaphore_delete(&xSemaphore->sem);
tx_freertos.c:1545
ret = tx_semaphore_delete(&xQueue->read_sem);
tx_freertos.c:1550
ret = tx_semaphore_delete(&xQueue->write_sem);