threadx
+
0
/31 examples
SourceVu will show references to
TX_NO_WAIT
from the following samples and libraries:
Libraries
netxduo
usbx
cmsis_rtos_threadx
Examples
STM32469I-Discovery
Applications
FileX
Fx_Dual_Instance
Fx_MultiAccess
Fx_NoR_Write_Read_File
Fx_uSD_File_Edit
FX_IAP
IAP_main
ThreadX
Tx_Thread_Sync
USBX
Ux_Device_CDC_ACM
Ux_Device_CDC_ECM
Ux_Device_HID_CDC_ACM
Ux_Device_MSC
Ux_Host_DualClass
Ux_Host_HID_CDC_ACM
STM32F429ZI-Nucleo
Applications
NetXDuo
Nx_MQTT_Client
Nx_SNTP_Client
Nx_TCP_Echo_Client
Nx_TCP_Echo_Server
Nx_UDP_Echo_Client
Nx_UDP_Echo_Server
Nx_WebServer
ThreadX
Tx_LowPower
Tx_MPU
Tx_Thread_Creation
Tx_Thread_MsgQueue
USBX
Ux_Device_DFU
Ux_Device_HID
Ux_Host_CDC_ACM
Ux_Host_HID
Ux_Host_MSC
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
threadx
TX_NO_WAIT
TX_NO_WAIT macro
Syntax
Show:
Summary
Declaration
from
tx_api.h:129
#define
TX_NO_WAIT
(
(
ULONG
)
0
)
Examples
TX_NO_WAIT
is referenced by 31 libraries and example projects:
Libraries
netxduo
usbx
cmsis_rtos_threadx
Examples
STM32469I-Discovery
Applications
FileX
Fx_Dual_Instance
Fx_MultiAccess
Fx_NoR_Write_Read_File
Fx_uSD_File_Edit
FX_IAP
IAP_main
ThreadX
Tx_Thread_Sync
USBX
Ux_Device_CDC_ACM
Ux_Device_CDC_ECM
Ux_Device_HID_CDC_ACM
Ux_Device_MSC
Ux_Host_DualClass
Ux_Host_HID_CDC_ACM
STM32F429ZI-Nucleo
Applications
NetXDuo
Nx_MQTT_Client
Nx_SNTP_Client
Nx_TCP_Echo_Client
Nx_TCP_Echo_Server
Nx_UDP_Echo_Client
Nx_UDP_Echo_Server
Nx_WebServer
ThreadX
Tx_LowPower
Tx_MPU
Tx_Thread_Creation
Tx_Thread_MsgQueue
USBX
Ux_Device_DFU
Ux_Device_HID
Ux_Host_CDC_ACM
Ux_Host_HID
Ux_Host_MSC
References
from
0/31
examples
Code
Location
#define
TX_NO_WAIT
(
(
ULONG
)
0
)
tx_api.h:129
if
(
wait_option
!=
TX_NO_WAIT
)
tx_block_allocate.c:215
if
(
wait_option
!=
TX_NO_WAIT
)
tx_byte_allocate.c:255
if
(
wait_option
!=
TX_NO_WAIT
)
tx_event_flags_get.c:276
ret
=
tx_queue_send
(
&
xSemaphore
->
p_set
->
queue
,
&
xSemaphore
,
TX_NO_WAIT
)
;
tx_freertos.c:1368
ret
=
tx_queue_send
(
&
xQueue
->
p_set
->
queue
,
&
xQueue
,
TX_NO_WAIT
)
;
tx_freertos.c:1603
ret
=
tx_queue_send
(
&
xQueue
->
p_set
->
queue
,
&
xQueue
,
TX_NO_WAIT
)
;
tx_freertos.c:1699
if
(
wait_option
!=
TX_NO_WAIT
)
tx_mutex_get.c:195
else
if
(
wait_option
!=
TX_NO_WAIT
)
tx_queue_front_send.c:284
else
if
(
wait_option
!=
TX_NO_WAIT
)
tx_queue_receive.c:372
else
if
(
wait_option
!=
TX_NO_WAIT
)
tx_queue_send.c:279
else
if
(
wait_option
!=
TX_NO_WAIT
)
tx_semaphore_get.c:120
if
(
timeout
!=
TX_NO_WAIT
)
tx_thread_system_suspend.c:133
if
(
wait_option
!=
TX_NO_WAIT
)
txe_block_allocate.c:121
if
(
wait_option
!=
TX_NO_WAIT
)
txe_byte_allocate.c:141
if
(
wait_option
!=
TX_NO_WAIT
)
txe_event_flags_get.c:126
if
(
wait_option
!=
TX_NO_WAIT
)
txe_mutex_get.c:111
if
(
wait_option
!=
TX_NO_WAIT
)
txe_queue_front_send.c:119
if
(
wait_option
!=
TX_NO_WAIT
)
txe_queue_receive.c:121
if
(
wait_option
!=
TX_NO_WAIT
)
txe_queue_send.c:119
if
(
wait_option
!=
TX_NO_WAIT
)
txe_semaphore_get.c:109
status
=
_tx_byte_allocate
(
&
_txm_module_manager_byte_pool
,
(
VOID
*
*
)
&
memory_ptr
,
data_allocation_size
,
TX_NO_WAIT
)
;
txm_module_manager_absolute_load.c:270
status
=
_tx_queue_send
(
module_callback_queue
,
(
VOID
*
)
callback_message
,
TX_NO_WAIT
)
;
txm_module_manager_callback_request.c:150
status
=
_tx_byte_allocate
(
&
_txm_module_manager_byte_pool
,
(
VOID
*
*
)
&
memory_ptr
,
data_allocation_size
,
TX_NO_WAIT
)
;
txm_module_manager_internal_load.c:260
status
=
_tx_byte_allocate
(
&
_txm_module_manager_byte_pool
,
(
VOID
*
*
)
&
code_memory_ptr
,
code_allocation_size
,
TX_NO_WAIT
)
;
txm_module_manager_memory_load.c:118
(
ULONG
)
(
object_size
+
sizeof
(
TXM_MODULE_ALLOCATED_OBJECT
)
)
,
TX_NO_WAIT
)
;
txm_module_manager_object_allocate.c:102
Call Tree
from
0/31
examples
All items filtered out
All items filtered out
Data Use
from
0/31
examples
All items filtered out
All items filtered out
Class Tree
from
0/31
examples
All items filtered out
All items filtered out
Override Tree
from
0/31
examples
All items filtered out
All items filtered out
Implementations
from
0/31
examples
All items filtered out
All items filtered out
Instances
from
0/31
examples
Lifecycle
from
0/31
examples
All items filtered out
All items filtered out