threadx + 0/24 examples
CodeScope will show references to TX_WAIT_FOREVER from the following samples and libraries:
 
Symbols
loading...
Files
loading...

TX_WAIT_FOREVER macro

Syntax

#define TX_WAIT_FOREVER ((ULONG) 0xFFFFFFFFUL)

Examples

TX_WAIT_FOREVER is referenced by 24 libraries and example projects.

References

LocationText
tx_api.h:130
#define TX_WAIT_FOREVER ((ULONG) 0xFFFFFFFFUL)
tx_freertos.c:109
ret = tx_semaphore_get(&txfr_idle_sem, TX_WAIT_FOREVER);
tx_freertos.c:751
timeout = TX_WAIT_FOREVER;
tx_freertos.c:810
timeout = TX_WAIT_FOREVER;
tx_freertos.c:1261
timeout = TX_WAIT_FOREVER;
tx_freertos.c:1312
timeout = TX_WAIT_FOREVER;
tx_freertos.c:1573
timeout = TX_WAIT_FOREVER;
tx_freertos.c:1658
timeout = TX_WAIT_FOREVER;
tx_freertos.c:1739
timeout = TX_WAIT_FOREVER;
tx_freertos.c:1796
timeout = TX_WAIT_FOREVER;
tx_freertos.c:2100
timeout = TX_WAIT_FOREVER;
tx_freertos.c:2785
timeout = TX_WAIT_FOREVER;
tx_thread_system_suspend.c:137
if (timeout != TX_WAIT_FOREVER)
tx_timer_system_activate.c:98
if (remaining_ticks != TX_WAIT_FOREVER)
txm_module_manager_absolute_load.c:131
txm_module_manager_external_memory_enable.c:215
txm_module_manager_internal_load.c:134
txm_module_manager_maximum_module_priority_set.c:86
txm_module_manager_object_allocate.c:91
txm_module_manager_object_deallocate.c:76
txm_module_manager_start.c:99
txm_module_manager_stop.c:184
txm_module_manager_unload.c:111