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

TX_NULL macro

Syntax

#define TX_NULL ((void *) 0)

Examples

TX_NULL is referenced by 3 libraries and example projects.

References

LocationText
tx_api.h:147
#define TX_NULL ((void *) 0)
tx_block_allocate.c:212
*return_ptr = TX_NULL;
tx_block_pool.h:69
tx_block_pool_cleanup.c:108
if (pool_ptr != TX_NULL)
tx_block_pool_cleanup.c:127
tx_block_pool_cleanup.c:144
pool_ptr -> tx_block_pool_suspension_list = TX_NULL;
tx_block_pool_create.c:147
*block_link_ptr = TX_NULL;
tx_block_pool_delete.c:115
tx_block_pool_delete.c:140
tx_block_pool_delete.c:160
thread_ptr -> tx_thread_suspend_cleanup = TX_NULL;
tx_block_pool_info_get.c:101
if (name != TX_NULL)
tx_block_pool_info_get.c:108
if (available_blocks != TX_NULL)
tx_block_pool_info_get.c:115
if (total_blocks != TX_NULL)
tx_block_pool_info_get.c:122
if (first_suspended != TX_NULL)
tx_block_pool_info_get.c:129
if (suspended_count != TX_NULL)
tx_block_pool_info_get.c:136
if (next_pool != TX_NULL)
tx_block_pool_performance_info_get.c:162
if (pool_ptr != TX_NULL)
tx_block_pool_performance_info_get.c:168
else if (allocates != TX_NULL)
tx_block_pool_performance_info_get.c:174
else if (releases != TX_NULL)
tx_block_pool_performance_info_get.c:180
else if (suspensions != TX_NULL)
tx_block_pool_performance_info_get.c:186
else if (timeouts != TX_NULL)
tx_block_pool_performance_system_info_get.c:140
if (allocates != TX_NULL)
tx_block_pool_performance_system_info_get.c:146
else if (releases != TX_NULL)
tx_block_pool_performance_system_info_get.c:152
else if (suspensions != TX_NULL)
tx_block_pool_performance_system_info_get.c:158
else if (timeouts != TX_NULL)
tx_block_release.c:117
if (thread_ptr != TX_NULL)
tx_block_release.c:135
pool_ptr -> tx_block_pool_suspension_list = TX_NULL;
tx_block_release.c:155
thread_ptr -> tx_thread_suspend_cleanup = TX_NULL;
tx_byte_allocate.c:182
if (work_ptr != TX_NULL)
tx_byte_allocate.c:206
if (work_ptr != TX_NULL)
tx_byte_pool.h:81
tx_byte_pool_cleanup.c:108
if (pool_ptr != TX_NULL)
tx_byte_pool_cleanup.c:125
tx_byte_pool_cleanup.c:142
pool_ptr -> tx_byte_pool_suspension_list = TX_NULL;
tx_byte_pool_create.c:144
tx_byte_pool_delete.c:119
tx_byte_pool_delete.c:144
tx_byte_pool_delete.c:164
thread_ptr -> tx_thread_suspend_cleanup = TX_NULL;
tx_byte_pool_info_get.c:101
if (name != TX_NULL)
tx_byte_pool_info_get.c:108
if (available_bytes != TX_NULL)
tx_byte_pool_info_get.c:115
if (fragments != TX_NULL)
tx_byte_pool_info_get.c:122
if (first_suspended != TX_NULL)
tx_byte_pool_info_get.c:129
if (suspended_count != TX_NULL)
tx_byte_pool_info_get.c:136
if (next_pool != TX_NULL)
tx_byte_pool_performance_info_get.c:196
if (pool_ptr != TX_NULL)
tx_byte_pool_performance_info_get.c:202
else if (allocates != TX_NULL)
tx_byte_pool_performance_info_get.c:208
else if (releases != TX_NULL)
tx_byte_pool_performance_info_get.c:214
else if (fragments_searched != TX_NULL)
tx_byte_pool_performance_info_get.c:220
else if (merges != TX_NULL)
tx_byte_pool_performance_info_get.c:226
else if (splits != TX_NULL)
tx_byte_pool_performance_info_get.c:232
else if (suspensions != TX_NULL)
tx_byte_pool_performance_info_get.c:238
else if (timeouts != TX_NULL)
tx_byte_pool_performance_system_info_get.c:170
if (allocates != TX_NULL)
tx_byte_pool_performance_system_info_get.c:176
else if (releases != TX_NULL)
tx_byte_pool_performance_system_info_get.c:182
else if (fragments_searched != TX_NULL)
tx_byte_pool_performance_system_info_get.c:188
else if (merges != TX_NULL)
tx_byte_pool_performance_system_info_get.c:194
else if (splits != TX_NULL)
tx_byte_pool_performance_system_info_get.c:200
else if (suspensions != TX_NULL)
tx_byte_pool_performance_system_info_get.c:206
else if (timeouts != TX_NULL)
tx_byte_pool_search.c:118
current_ptr = TX_NULL;
tx_byte_pool_search.c:347
current_ptr = TX_NULL;
tx_byte_release.c:103
pool_ptr = TX_NULL;
tx_byte_release.c:110
if (work_ptr != TX_NULL)
tx_byte_release.c:128
if (pool_ptr == TX_NULL)
tx_byte_release.c:145
pool_ptr = TX_NULL;
tx_byte_release.c:164
if (pool_ptr == TX_NULL)
tx_byte_release.c:246
if (work_ptr == TX_NULL)
tx_byte_release.c:276
pool_ptr -> tx_byte_pool_suspension_list = TX_NULL;
tx_byte_release.c:296
susp_thread_ptr -> tx_thread_suspend_cleanup = TX_NULL;
tx_byte_release.c:304
work_ptr = TX_NULL;
tx_byte_release.c:333
if (work_ptr != TX_NULL)
tx_event_flags.h:70
tx_event_flags_cleanup.c:109
if (group_ptr != TX_NULL)
tx_event_flags_cleanup.c:128
tx_event_flags_cleanup.c:140
if (suspension_head != TX_NULL)
tx_event_flags_cleanup.c:158
group_ptr -> tx_event_flags_group_suspension_list = TX_NULL;
tx_event_flags_delete.c:115
tx_event_flags_delete.c:140
tx_event_flags_delete.c:160
thread_ptr -> tx_thread_suspend_cleanup = TX_NULL;
tx_event_flags_get.c:239
tx_event_flags_info_get.c:103
if (name != TX_NULL)
tx_event_flags_info_get.c:110
if (current_flags != TX_NULL)
tx_event_flags_info_get.c:119
if (first_suspended != TX_NULL)
tx_event_flags_info_get.c:126
if (suspended_count != TX_NULL)
tx_event_flags_info_get.c:133
if (next_group != TX_NULL)
tx_event_flags_performance_info_get.c:163
if (group_ptr != TX_NULL)
tx_event_flags_performance_info_get.c:169
else if (sets != TX_NULL)
tx_event_flags_performance_info_get.c:175
else if (gets != TX_NULL)
tx_event_flags_performance_info_get.c:181
else if (suspensions != TX_NULL)
tx_event_flags_performance_info_get.c:187
else if (timeouts != TX_NULL)
tx_event_flags_performance_system_info_get.c:141
if (sets != TX_NULL)
tx_event_flags_performance_system_info_get.c:147
else if (gets != TX_NULL)
tx_event_flags_performance_system_info_get.c:153
else if (suspensions != TX_NULL)
tx_event_flags_performance_system_info_get.c:159
else if (timeouts != TX_NULL)
tx_event_flags_set.c:141
tx_event_flags_set.c:210
tx_event_flags_set.c:286
tx_event_flags_set.c:290
thread_ptr -> tx_thread_suspend_cleanup = TX_NULL;
tx_event_flags_set.c:327
tx_event_flags_set.c:330
satisfied_list = TX_NULL;
tx_event_flags_set.c:331
last_satisfied = TX_NULL;
tx_event_flags_set.c:448
thread_ptr -> tx_thread_suspend_cleanup = TX_NULL;
tx_event_flags_set.c:464
suspended_list = TX_NULL;
tx_event_flags_set.c:491
if (satisfied_list == TX_NULL)
tx_event_flags_set.c:499
thread_ptr -> tx_thread_suspended_next = TX_NULL;
tx_event_flags_set.c:508
thread_ptr -> tx_thread_suspended_next = TX_NULL;
tx_event_flags_set.c:544
while(thread_ptr != TX_NULL)
tx_event_flags_set.c:602
if (events_set_notify != TX_NULL)
tx_low_power.c:454
temp_list_head = TX_NULL;
tx_low_power.c:489
tx_low_power.c:492
if (temp_list_head == TX_NULL)
tx_low_power.c:507
*timer_list_head = TX_NULL;
tx_low_power.c:547
next_timer -> tx_timer_internal_list_head = TX_NULL;
tx_mutex.h:69
tx_mutex_cleanup.c:108
if (mutex_ptr != TX_NULL)
tx_mutex_cleanup.c:127
tx_mutex_cleanup.c:144
mutex_ptr -> tx_mutex_suspension_list = TX_NULL;
tx_mutex_cleanup.c:284
if (mutex_ptr != TX_NULL)
tx_mutex_cleanup.c:309
} while (mutex_ptr != TX_NULL);
tx_mutex_delete.c:119
tx_mutex_delete.c:144
tx_mutex_delete.c:155
if (owner_thread != TX_NULL)
tx_mutex_delete.c:196
thread_ptr -> tx_thread_suspend_cleanup = TX_NULL;
tx_mutex_get.c:123
if (thread_ptr != TX_NULL)
tx_mutex_get.c:141
if (next_mutex != TX_NULL)
tx_mutex_info_get.c:102
if (name != TX_NULL)
tx_mutex_info_get.c:109
if (count != TX_NULL)
tx_mutex_info_get.c:116
if (owner != TX_NULL)
tx_mutex_info_get.c:123
if (first_suspended != TX_NULL)
tx_mutex_info_get.c:130
if (suspended_count != TX_NULL)
tx_mutex_info_get.c:137
if (next_mutex != TX_NULL)
tx_mutex_performance_info_get.c:179
if (mutex_ptr != TX_NULL)
tx_mutex_performance_info_get.c:185
else if (puts != TX_NULL)
tx_mutex_performance_info_get.c:191
else if (gets != TX_NULL)
tx_mutex_performance_info_get.c:197
else if (suspensions != TX_NULL)
tx_mutex_performance_info_get.c:203
else if (timeouts != TX_NULL)
tx_mutex_performance_info_get.c:209
else if (inversions != TX_NULL)
tx_mutex_performance_info_get.c:215
else if (inheritances != TX_NULL)
tx_mutex_performance_system_info_get.c:160
if (puts != TX_NULL)
tx_mutex_performance_system_info_get.c:166
else if (gets != TX_NULL)
tx_mutex_performance_system_info_get.c:172
else if (suspensions != TX_NULL)
tx_mutex_performance_system_info_get.c:178
else if (timeouts != TX_NULL)
tx_mutex_performance_system_info_get.c:184
else if (inversions != TX_NULL)
tx_mutex_performance_system_info_get.c:190
else if (inheritances != TX_NULL)
tx_mutex_put.c:172
if (thread_ptr == TX_NULL)
tx_mutex_put.c:196
thread_ptr -> tx_thread_owned_mutex_list = TX_NULL;
tx_mutex_put.c:219
tx_mutex_put.c:227
tx_mutex_put.c:242
old_owner = TX_NULL;
tx_mutex_put.c:264
while (next_mutex != TX_NULL)
tx_mutex_put.c:289
next_mutex = TX_NULL;
tx_mutex_put.c:364
tx_mutex_put.c:403
tx_mutex_put.c:487
tx_mutex_put.c:507
thread_ptr -> tx_thread_suspend_cleanup = TX_NULL;
tx_mutex_put.c:608
if (suspended_thread != TX_NULL)
tx_queue.h:68
tx_queue_cleanup.c:108
if (queue_ptr != TX_NULL)
tx_queue_cleanup.c:127
tx_queue_cleanup.c:144
queue_ptr -> tx_queue_suspension_list = TX_NULL;
tx_queue_delete.c:114
tx_queue_delete.c:139
tx_queue_delete.c:159
thread_ptr -> tx_thread_suspend_cleanup = TX_NULL;
tx_queue_flush.c:89
suspension_list = TX_NULL;
tx_queue_flush.c:124
tx_queue_flush.c:149
if (thread_ptr == TX_NULL)
tx_queue_flush.c:163
thread_ptr -> tx_thread_suspend_cleanup = TX_NULL;
tx_queue_front_send.c:181
if (queue_send_notify != TX_NULL)
tx_queue_front_send.c:204
tx_queue_front_send.c:230
thread_ptr -> tx_thread_suspend_cleanup = TX_NULL;
tx_queue_front_send.c:273
if (queue_send_notify != TX_NULL)
tx_queue_front_send.c:397
if (queue_send_notify != TX_NULL)
tx_queue_info_get.c:100
if (name != TX_NULL)
tx_queue_info_get.c:107
if (enqueued != TX_NULL)
tx_queue_info_get.c:114
if (available_storage != TX_NULL)
tx_queue_info_get.c:121
if (first_suspended != TX_NULL)
tx_queue_info_get.c:128
if (suspended_count != TX_NULL)
tx_queue_info_get.c:135
if (next_queue != TX_NULL)
tx_queue_performance_info_get.c:178
if (queue_ptr != TX_NULL)
tx_queue_performance_info_get.c:184
else if (messages_sent != TX_NULL)
tx_queue_performance_info_get.c:190
else if (messages_received != TX_NULL)
tx_queue_performance_info_get.c:196
else if (empty_suspensions != TX_NULL)
tx_queue_performance_info_get.c:202
else if (full_suspensions != TX_NULL)
tx_queue_performance_info_get.c:208
else if (full_errors != TX_NULL)
tx_queue_performance_info_get.c:214
else if (timeouts != TX_NULL)
tx_queue_performance_system_info_get.c:160
if (messages_sent != TX_NULL)
tx_queue_performance_system_info_get.c:166
else if (messages_received != TX_NULL)
tx_queue_performance_system_info_get.c:172
else if (empty_suspensions != TX_NULL)
tx_queue_performance_system_info_get.c:178
else if (full_suspensions != TX_NULL)
tx_queue_performance_system_info_get.c:184
else if (full_errors != TX_NULL)
tx_queue_performance_system_info_get.c:190
else if (timeouts != TX_NULL)
tx_queue_receive.c:197
tx_queue_receive.c:220
thread_ptr -> tx_thread_suspend_cleanup = TX_NULL;
tx_queue_receive.c:321
tx_queue_receive.c:344
thread_ptr -> tx_thread_suspend_cleanup = TX_NULL;
tx_queue_send.c:174
if (queue_send_notify != TX_NULL)
tx_queue_send.c:200
tx_queue_send.c:226
thread_ptr -> tx_thread_suspend_cleanup = TX_NULL;
tx_queue_send.c:268
if (queue_send_notify != TX_NULL)
tx_queue_send.c:391
if (queue_send_notify != TX_NULL)
tx_semaphore.h:66
tx_semaphore_ceiling_put.c:149
if (semaphore_put_notify != TX_NULL)
tx_semaphore_ceiling_put.c:177
tx_semaphore_ceiling_put.c:200
thread_ptr -> tx_thread_suspend_cleanup = TX_NULL;
tx_semaphore_ceiling_put.c:233
if (semaphore_put_notify != TX_NULL)
tx_semaphore_cleanup.c:109
if (semaphore_ptr != TX_NULL)
tx_semaphore_cleanup.c:128
tx_semaphore_cleanup.c:145
semaphore_ptr -> tx_semaphore_suspension_list = TX_NULL;
tx_semaphore_delete.c:115
tx_semaphore_delete.c:140
tx_semaphore_delete.c:160
thread_ptr -> tx_thread_suspend_cleanup = TX_NULL;
tx_semaphore_info_get.c:101
if (name != TX_NULL)
tx_semaphore_info_get.c:108
if (current_value != TX_NULL)
tx_semaphore_info_get.c:115
if (first_suspended != TX_NULL)
tx_semaphore_info_get.c:122
if (suspended_count != TX_NULL)
tx_semaphore_info_get.c:129
if (next_semaphore != TX_NULL)
tx_semaphore_performance_info_get.c:162
if (semaphore_ptr != TX_NULL)
tx_semaphore_performance_info_get.c:168
else if (puts != TX_NULL)
tx_semaphore_performance_info_get.c:174
else if (gets != TX_NULL)
tx_semaphore_performance_info_get.c:180
else if (suspensions != TX_NULL)
tx_semaphore_performance_info_get.c:186
else if (timeouts != TX_NULL)
tx_semaphore_performance_system_info_get.c:141
if (puts != TX_NULL)
tx_semaphore_performance_system_info_get.c:147
else if (gets != TX_NULL)
tx_semaphore_performance_system_info_get.c:153
else if (suspensions != TX_NULL)
tx_semaphore_performance_system_info_get.c:159
else if (timeouts != TX_NULL)
tx_semaphore_put.c:130
if (semaphore_put_notify != TX_NULL)
tx_semaphore_put.c:156
tx_semaphore_put.c:179
thread_ptr -> tx_thread_suspend_cleanup = TX_NULL;
tx_semaphore_put.c:212
if (semaphore_put_notify != TX_NULL)
tx_thread_create.c:289
if (saved_thread_ptr != TX_NULL)
tx_thread_create.c:307
saved_thread_ptr = TX_NULL;
tx_thread_create.c:333
if (saved_thread_ptr != TX_NULL)
tx_thread_delete.c:138
tx_thread_info_get.c:104
if (name != TX_NULL)
tx_thread_info_get.c:111
if (state != TX_NULL)
tx_thread_info_get.c:118
if (run_count != TX_NULL)
tx_thread_info_get.c:125
if (priority != TX_NULL)
tx_thread_info_get.c:132
if (preemption_threshold != TX_NULL)
tx_thread_info_get.c:139
if (time_slice != TX_NULL)
tx_thread_info_get.c:146
if (next_thread != TX_NULL)
tx_thread_info_get.c:153
if (next_suspended_thread != TX_NULL)
tx_thread_initialize.c:331
tx_thread_initialize.c:334
tx_thread_initialize.c:356
tx_thread_initialize.c:363
tx_thread_performance_info_get.c:222
if (thread_ptr != TX_NULL)
tx_thread_performance_info_get.c:228
else if (resumptions != TX_NULL)
tx_thread_performance_info_get.c:234
else if (suspensions != TX_NULL)
tx_thread_performance_info_get.c:240
else if (solicited_preemptions != TX_NULL)
tx_thread_performance_info_get.c:246
else if (interrupt_preemptions != TX_NULL)
tx_thread_performance_info_get.c:252
else if (priority_inversions != TX_NULL)
tx_thread_performance_info_get.c:258
else if (time_slices != TX_NULL)
tx_thread_performance_info_get.c:264
else if (relinquishes != TX_NULL)
tx_thread_performance_info_get.c:270
else if (timeouts != TX_NULL)
tx_thread_performance_info_get.c:276
else if (wait_aborts != TX_NULL)
tx_thread_performance_info_get.c:282
else if (last_preempted_by != TX_NULL)
tx_thread_performance_system_info_get.c:212
if (resumptions != TX_NULL)
tx_thread_performance_system_info_get.c:218
else if (suspensions != TX_NULL)
tx_thread_performance_system_info_get.c:224
else if (solicited_preemptions != TX_NULL)
tx_thread_performance_system_info_get.c:230
else if (interrupt_preemptions != TX_NULL)
tx_thread_performance_system_info_get.c:236
else if (priority_inversions != TX_NULL)
tx_thread_performance_system_info_get.c:242
else if (time_slices != TX_NULL)
tx_thread_performance_system_info_get.c:248
else if (relinquishes != TX_NULL)
tx_thread_performance_system_info_get.c:254
else if (timeouts != TX_NULL)
tx_thread_performance_system_info_get.c:260
else if (wait_aborts != TX_NULL)
tx_thread_performance_system_info_get.c:266
else if (non_idle_returns != TX_NULL)
tx_thread_performance_system_info_get.c:272
else if (idle_returns != TX_NULL)
tx_thread_resume.c:137
if (saved_thread_ptr != TX_NULL)
tx_thread_resume.c:155
saved_thread_ptr = TX_NULL;
tx_thread_resume.c:180
if (saved_thread_ptr != TX_NULL)
tx_thread_shell_entry.c:105
if (entry_exit_notify != TX_NULL)
tx_thread_shell_entry.c:119
if (_tx_thread_mutex_release != TX_NULL)
tx_thread_shell_entry.c:184
if (entry_exit_notify != TX_NULL)
tx_thread_sleep.c:92
if (thread_ptr == TX_NULL)
tx_thread_stack_analyze.c:88
if (thread_ptr != TX_NULL)
tx_thread_stack_analyze.c:99
if (stack_lowest != TX_NULL)
tx_thread_stack_analyze.c:106
if (stack_highest != TX_NULL)
tx_thread_stack_error_notify.c:95
if (stack_error_handler != TX_NULL)
tx_thread_system_resume.c:117
tx_thread_system_resume.c:198
if (head_ptr == TX_NULL)
tx_thread_system_resume.c:234
if (execute_ptr == TX_NULL)
tx_thread_system_suspend.c:261
_tx_thread_priority_list[priority] = TX_NULL;
tx_thread_system_suspend.c:340
tx_thread_terminate.c:180
if (entry_exit_notify != TX_NULL)
tx_thread_terminate.c:229
if (suspend_cleanup != TX_NULL)
tx_thread_terminate.c:257
if (entry_exit_notify != TX_NULL)
tx_thread_terminate.c:279
if (_tx_thread_mutex_release != TX_NULL)
tx_thread_time_slice.c:112
if (thread_ptr != TX_NULL)
tx_thread_timeout.c:153
if (suspend_cleanup != TX_NULL)
tx_thread_wait_abort.c:124
tx_thread_wait_abort.c:171
if (suspend_cleanup != TX_NULL)
tx_timer_activate.c:98
tx_timer_change.c:91
tx_timer_deactivate.c:110
if (list_head != TX_NULL)
tx_timer_deactivate.c:216
*(list_head) = TX_NULL;
tx_timer_deactivate.c:243
internal_ptr -> tx_timer_internal_list_head = TX_NULL;
tx_timer_delete.c:85
tx_timer_delete.c:115
tx_timer_info_get.c:102
if (name != TX_NULL)
tx_timer_info_get.c:121
if (internal_ptr -> tx_timer_internal_list_head != TX_NULL)
tx_timer_info_get.c:217
if (active != TX_NULL)
tx_timer_info_get.c:223
if (remaining_ticks != TX_NULL)
tx_timer_info_get.c:231
if (reschedule_ticks != TX_NULL)
tx_timer_info_get.c:238
if (next_timer != TX_NULL)
tx_timer_initialize.c:225
tx_timer_initialize.c:289
tx_timer_performance_info_get.c:169
if (timer_ptr != TX_NULL)
tx_timer_performance_info_get.c:175
else if (activates != TX_NULL)
tx_timer_performance_info_get.c:181
else if (reactivates != TX_NULL)
tx_timer_performance_info_get.c:187
else if (deactivates != TX_NULL)
tx_timer_performance_info_get.c:193
else if (expirations != TX_NULL)
tx_timer_performance_info_get.c:199
else if (expiration_adjusts != TX_NULL)
tx_timer_performance_system_info_get.c:148
if (activates != TX_NULL)
tx_timer_performance_system_info_get.c:154
else if (reactivates != TX_NULL)
tx_timer_performance_system_info_get.c:160
else if (deactivates != TX_NULL)
tx_timer_performance_system_info_get.c:166
else if (expirations != TX_NULL)
tx_timer_performance_system_info_get.c:172
else if (expiration_adjusts != TX_NULL)
tx_timer_system_activate.c:104
tx_timer_system_activate.c:139
if ((*timer_list) == TX_NULL)
tx_timer_system_deactivate.c:86
if (list_head != TX_NULL)
tx_timer_system_deactivate.c:105
*(list_head) = TX_NULL;
tx_timer_system_deactivate.c:131
tx_timer_thread_entry.c:121
if (expired_timers != TX_NULL)
tx_timer_thread_entry.c:128
tx_timer_thread_entry.c:150
while (expired_timers != TX_NULL)
tx_timer_thread_entry.c:160
reactivate_timer = TX_NULL;
tx_timer_thread_entry.c:169
expired_timers = TX_NULL;
tx_timer_thread_entry.c:227
timeout_function = TX_NULL;
tx_timer_thread_entry.c:293
current_timer -> tx_timer_internal_list_head = TX_NULL;
tx_timer_thread_entry.c:304
if (timeout_function != TX_NULL)
tx_timer_thread_entry.c:314
tx_timer_thread_entry.c:413
current_timer -> tx_timer_internal_list_head = TX_NULL;
tx_trace_buffer_full_notify.c:94
if (full_buffer_callback != TX_NULL)
tx_trace_enable.c:413
if (trace_buffer_start != TX_NULL)
tx_trace_object_register.c:271
if (object_ptr != TX_NULL)
tx_trace_object_register.c:274
if (object_name != TX_NULL)
tx_trace_object_unregister.c:124
if (object_ptr != TX_NULL)
txe_block_allocate.c:94
if (pool_ptr == TX_NULL)
txe_block_allocate.c:110
else if (block_ptr == TX_NULL)
txe_block_pool_create.c:103
if (pool_ptr == TX_NULL)
txe_block_pool_create.c:168
else if (pool_start == TX_NULL)
txe_block_pool_delete.c:92
if (pool_ptr == TX_NULL)
txe_block_pool_info_get.c:91
if (pool_ptr == TX_NULL)
txe_block_pool_prioritize.c:79
if (pool_ptr == TX_NULL)
txe_block_release.c:82
if (block_ptr == TX_NULL)
txe_block_release.c:100
if (pool_ptr == TX_NULL)
txe_byte_allocate.c:97
if (pool_ptr == TX_NULL)
txe_byte_allocate.c:113
else if (memory_ptr == TX_NULL)
txe_byte_pool_create.c:101
if (pool_ptr == TX_NULL)
txe_byte_pool_create.c:167
else if (pool_start == TX_NULL)
txe_byte_pool_delete.c:92
if (pool_ptr == TX_NULL)
txe_byte_pool_info_get.c:90
if (pool_ptr == TX_NULL)
txe_byte_pool_prioritize.c:79
if (pool_ptr == TX_NULL)
txe_byte_release.c:89
if (memory_ptr == TX_NULL)
txe_event_flags_create.c:98
if (group_ptr == TX_NULL)
txe_event_flags_delete.c:92
if (group_ptr == TX_NULL)
txe_event_flags_get.c:99
if (group_ptr == TX_NULL)
txe_event_flags_get.c:115
else if (actual_flags_ptr == TX_NULL)
txe_event_flags_info_get.c:92
if (group_ptr == TX_NULL)
txe_event_flags_set.c:87
if (group_ptr == TX_NULL)
txe_event_flags_set_notify.c:82
if (group_ptr == TX_NULL)
txe_mutex_create.c:99
if (mutex_ptr == TX_NULL)
txe_mutex_delete.c:92
if (mutex_ptr == TX_NULL)
txe_mutex_get.c:92
if (mutex_ptr == TX_NULL)
txe_mutex_info_get.c:91
if (mutex_ptr == TX_NULL)
txe_mutex_prioritize.c:79
if (mutex_ptr == TX_NULL)
txe_mutex_put.c:84
if (mutex_ptr == TX_NULL)
txe_queue_create.c:101
if (queue_ptr == TX_NULL)
txe_queue_create.c:167
else if (queue_start == TX_NULL)
txe_queue_delete.c:88
if (queue_ptr == TX_NULL)
txe_queue_flush.c:80
if (queue_ptr == TX_NULL)
txe_queue_front_send.c:92
if (queue_ptr == TX_NULL)
txe_queue_front_send.c:108
else if (source_ptr == TX_NULL)
txe_queue_info_get.c:89
if (queue_ptr == TX_NULL)
txe_queue_prioritize.c:78
if (queue_ptr == TX_NULL)
txe_queue_receive.c:94
if (queue_ptr == TX_NULL)
txe_queue_receive.c:110
else if (destination_ptr == TX_NULL)
txe_queue_send.c:92
if (queue_ptr == TX_NULL)
txe_queue_send.c:108
else if (source_ptr == TX_NULL)
txe_queue_send_notify.c:81
if (queue_ptr == TX_NULL)
txe_semaphore_ceiling_put.c:83
if (semaphore_ptr == TX_NULL)
txe_semaphore_create.c:98
if (semaphore_ptr == TX_NULL)
txe_semaphore_delete.c:89
if (semaphore_ptr == TX_NULL)
txe_semaphore_get.c:90
if (semaphore_ptr == TX_NULL)
txe_semaphore_info_get.c:90
if (semaphore_ptr == TX_NULL)
txe_semaphore_prioritize.c:79
if (semaphore_ptr == TX_NULL)
txe_semaphore_put.c:79
if (semaphore_ptr == TX_NULL)
txe_semaphore_put_notify.c:82
if (semaphore_ptr == TX_NULL)
txe_thread_create.c:114
if (thread_ptr == TX_NULL)
txe_thread_create.c:174
stack_start = TX_NULL;
txe_thread_create.c:190
stack_start = TX_NULL;
txe_thread_create.c:222
else if (stack_start == TX_NULL)
txe_thread_create.c:230
else if (entry_function == TX_NULL)
txe_thread_delete.c:88
else if (thread_ptr == TX_NULL)
txe_thread_entry_exit_notify.c:82
if (thread_ptr == TX_NULL)
txe_thread_info_get.c:94
if (thread_ptr == TX_NULL)
txe_thread_preemption_change.c:84
if (thread_ptr == TX_NULL)
txe_thread_preemption_change.c:100
else if (old_threshold == TX_NULL)
txe_thread_priority_change.c:85
if (thread_ptr == TX_NULL)
txe_thread_priority_change.c:101
else if (old_priority == TX_NULL)
txe_thread_relinquish.c:82
if (current_thread != TX_NULL)
txe_thread_reset.c:87
if (thread_ptr == TX_NULL)
txe_thread_resume.c:79
if (thread_ptr == TX_NULL)
txe_thread_suspend.c:81
if (thread_ptr == TX_NULL)
txe_thread_terminate.c:82
if (thread_ptr == TX_NULL)
txe_thread_time_slice_change.c:84
if (thread_ptr == TX_NULL)
txe_thread_time_slice_change.c:100
else if (old_time_slice == TX_NULL)
txe_thread_wait_abort.c:79
if (thread_ptr == TX_NULL)
txe_timer_activate.c:81
if (timer_ptr == TX_NULL)
txe_timer_change.c:86
if (timer_ptr == TX_NULL)
txe_timer_create.c:104
if (timer_ptr == TX_NULL)
txe_timer_deactivate.c:80
if (timer_ptr == TX_NULL)
txe_timer_delete.c:91
if (timer_ptr == TX_NULL)
txe_timer_info_get.c:88
if (timer_ptr == TX_NULL)
txm_module_manager_absolute_load.c:123
if (module_instance == TX_NULL)
txm_module_manager_absolute_load.c:400
txm_module_manager_dispatch.h:296
if ((void *) param_0 != TX_NULL)
txm_module_manager_dispatch.h:630
if ((void *) param_0 != TX_NULL)
txm_module_manager_dispatch.h:930
if ((event_flags_ptr == TX_NULL) || (event_flags_ptr -> tx_event_flags_group_id != TX_EVENT_FLAGS_ID))
txm_module_manager_dispatch.h:935
if ((void *) param_1 == TX_NULL)
txm_module_manager_dispatch.h:939
events_set_notify = (VOID (*)(TX_EVENT_FLAGS_GROUP *)) TX_NULL;
txm_module_manager_dispatch.h:1635
if ((queue_ptr == TX_NULL) || (queue_ptr -> tx_queue_id != TX_QUEUE_ID))
txm_module_manager_dispatch.h:1640
if ((void *) param_1 == TX_NULL)
txm_module_manager_dispatch.h:1644
queue_send_notify = (VOID (*)(TX_QUEUE *)) TX_NULL;
txm_module_manager_dispatch.h:1970
if ((semaphore_ptr == TX_NULL) || (semaphore_ptr -> tx_semaphore_id != TX_SEMAPHORE_ID))
txm_module_manager_dispatch.h:1975
if ((void *) param_1 == TX_NULL)
txm_module_manager_dispatch.h:1979
semaphore_put_notify = (VOID (*)(TX_SEMAPHORE *)) TX_NULL;
txm_module_manager_dispatch.h:2104
if ((thread_ptr == TX_NULL) || (thread_ptr -> tx_thread_id != TX_THREAD_ID))
txm_module_manager_dispatch.h:2113
if ((void *) param_1 == TX_NULL)
txm_module_manager_dispatch.h:2117
thread_entry_exit_notify = (VOID (*)(TX_THREAD *, UINT)) TX_NULL;
txm_module_manager_dispatch.h:2786
if ((void *) extra_parameters[0] == TX_NULL)
txm_module_manager_dispatch.h:2790
expiration_function = (VOID (*)(ULONG)) TX_NULL;
txm_module_manager_dispatch.h:2817
if ((void *) extra_parameters[0] != TX_NULL)
txm_module_manager_external_memory_enable.c:208
if (module_instance == TX_NULL)
txm_module_manager_in_place_load.c:116
code_size, TX_NULL, 0);
txm_module_manager_initialize.c:166
txm_module_manager_internal_load.c:126
if (module_instance == TX_NULL)
txm_module_manager_internal_load.c:385
txm_module_manager_kernel_dispatch.c:108
if (module_instance == TX_NULL)
txm_module_manager_maximum_module_priority_set.c:79
if (module_instance == TX_NULL)
txm_module_manager_memory_fault_handler.c:92
module_instance_ptr = TX_NULL;
txm_module_manager_object_allocate.c:80
if (object_ptr_ptr == (VOID **) TX_NULL)
txm_module_manager_object_allocate.c:88
*((VOID **) object_ptr_ptr) = TX_NULL;
txm_module_manager_object_deallocate.c:94
if ((module_allocated_object_ptr == TX_NULL) || (module_allocated_object_ptr -> txm_module_allocated_object_module_instance != module_instance) || (module_instance -> txm_module_instance_object_list_count == 0))
txm_module_manager_object_deallocate.c:106
module_instance -> txm_module_instance_object_list_head = TX_NULL;
txm_module_manager_object_pointer_get_extended.c:118
if ((search_name == TX_NULL) || (object_ptr == TX_NULL))
txm_module_manager_object_pointer_get_extended.c:129
*object_ptr = TX_NULL;
txm_module_manager_object_pointer_get_extended.c:338
if (module_instance != TX_NULL)
txm_module_manager_object_pointer_get_extended.c:386
if (module_instance != TX_NULL)
txm_module_manager_properties_get.c:78
if (module_instance == TX_NULL)
txm_module_manager_properties_get.c:94
if (module_properties_ptr == TX_NULL)
txm_module_manager_start.c:91
if (module_instance == TX_NULL)
txm_module_manager_stop.c:141
if (thread_ptr == TX_NULL)
txm_module_manager_stop.c:176
if (module_instance == TX_NULL)
txm_module_manager_stop.c:371
queue_ptr -> tx_queue_send_notify = TX_NULL;
txm_module_manager_stop.c:405
events_ptr -> tx_event_flags_group_set_notify = TX_NULL;
txm_module_manager_stop.c:439
semaphore_ptr -> tx_semaphore_put_notify = TX_NULL;
txm_module_manager_stop.c:553
txm_module_manager_thread_create.c:123
if (thread_ptr == TX_NULL)
txm_module_manager_thread_create.c:165
stack_start = TX_NULL;
txm_module_manager_thread_create.c:194
if (stack_start == TX_NULL)
txm_module_manager_thread_create.c:202
if (entry_function == TX_NULL)
txm_module_manager_thread_create.c:655
if (saved_thread_ptr != TX_NULL)
txm_module_manager_thread_create.c:673
saved_thread_ptr = TX_NULL;
txm_module_manager_thread_create.c:699
if (saved_thread_ptr != TX_NULL)
txm_module_manager_unload.c:103
if (module_instance == TX_NULL)
txm_module_manager_unload.c:169
txm_module_manager_util.c:290
if (object_name == TX_NULL)
txm_module_manager_util.h:94
((void *) (buffer_ptr) == TX_NULL))
txm_module_manager_util.h:99
((void *) (buffer_ptr) == TX_NULL))
txm_module_manager_util.h:104
((void *) (obj_ptr) == TX_NULL))
txm_module_manager_util.h:110
((void *) (obj_ptr) == TX_NULL))
txm_module_manager_util.h:115
((void *) (string_ptr) == TX_NULL))