| /ThreadX-v6.3.0/test/tx/regression/ |
| D | threadx_queue_front_send_test.c | 160 ULONG temp[2]; in thread_0_entry() local 183 temp[0] = 0xF000001; in thread_0_entry() 184 status = tx_queue_front_send(&queue_0a, &temp[0], TX_NO_WAIT); in thread_0_entry() 198 if ((status != TX_SUCCESS) || (dest_message[0] != temp[0])) in thread_0_entry() 242 temp[0] = 0xFF00002; in thread_0_entry() 243 status = tx_queue_front_send(&queue_0a, &temp[0], TX_NO_WAIT); in thread_0_entry() 255 temp[0] = 0xFF00002; in thread_0_entry() 256 status = tx_queue_front_send(&queue_0a, &temp[0], TX_NO_WAIT); in thread_0_entry() 271 temp[0] = 0xFF00003; in thread_0_entry() 272 status = tx_queue_front_send(&queue_0a, &temp[0], TX_NO_WAIT); in thread_0_entry() [all …]
|
| /ThreadX-v6.3.0/test/smp/regression/ |
| D | threadx_queue_front_send_test.c | 160 ULONG temp[2]; in thread_0_entry() local 183 temp[0] = 0xF000001; in thread_0_entry() 184 status = tx_queue_front_send(&queue_0a, &temp[0], TX_NO_WAIT); in thread_0_entry() 198 if ((status != TX_SUCCESS) || (dest_message[0] != temp[0])) in thread_0_entry() 242 temp[0] = 0xFF00002; in thread_0_entry() 243 status = tx_queue_front_send(&queue_0a, &temp[0], TX_NO_WAIT); in thread_0_entry() 255 temp[0] = 0xFF00002; in thread_0_entry() 256 status = tx_queue_front_send(&queue_0a, &temp[0], TX_NO_WAIT); in thread_0_entry() 271 temp[0] = 0xFF00003; in thread_0_entry() 272 status = tx_queue_front_send(&queue_0a, &temp[0], TX_NO_WAIT); in thread_0_entry() [all …]
|
| /ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/ |
| D | px_pth_once.c | 80 UINT old_treshold, temp; in pthread_once() local 102 tx_thread_preemption_change( tx_thread_identify(),old_treshold, &temp); in pthread_once() 111 tx_thread_preemption_change( tx_thread_identify(),old_treshold, &temp); in pthread_once()
|
| /ThreadX-v6.3.0/cmake/ |
| D | utilities.cmake | 3 # Store the current list in a temp 11 # Add this target into the temp 13 # Copy the temp back up to the parent list
|
| /ThreadX-v6.3.0/ports_module/cortex_a35_smp/ac6/inc/ |
| D | txm_module_port.h | 191 ALIGN_TYPE temp; \ 192 temp = (ALIGN_TYPE) module_location; \ 193 temp = temp & (code_alignment - 1); \ 194 if (temp) \
|
| /ThreadX-v6.3.0/ports_module/cortex_a35/gnu/inc/ |
| D | txm_module_port.h | 196 ALIGN_TYPE temp; \ 197 temp = (ALIGN_TYPE) module_location; \ 198 temp = temp & (code_alignment - 1); \ 199 if (temp) \
|
| /ThreadX-v6.3.0/ports_module/cortex_a35_smp/gnu/inc/ |
| D | txm_module_port.h | 191 ALIGN_TYPE temp; \ 192 temp = (ALIGN_TYPE) module_location; \ 193 temp = temp & (code_alignment - 1); \ 194 if (temp) \
|
| /ThreadX-v6.3.0/ports_module/cortex_a35/ac6/inc/ |
| D | txm_module_port.h | 196 ALIGN_TYPE temp; \ 197 temp = (ALIGN_TYPE) module_location; \ 198 temp = temp & (code_alignment - 1); \ 199 if (temp) \
|
| /ThreadX-v6.3.0/ports_module/cortex_r4/iar/inc/ |
| D | txm_module_port.h | 241 ULONG temp; \ 242 temp = (ULONG) module_location; \ 243 temp = temp & (code_alignment - 1); \ 244 if (temp) \
|
| /ThreadX-v6.3.0/ports_module/cortex_r4/ac6/inc/ |
| D | txm_module_port.h | 259 ULONG temp; \ 260 temp = (ULONG) module_location; \ 261 temp = temp & (code_alignment - 1); \ 262 if (temp) \
|
| /ThreadX-v6.3.0/ports_module/rxv2/iar/inc/ |
| D | txm_module_port.h | 266 ULONG temp; \ 267 temp = (ULONG) module_location; \ 268 temp = temp & (code_alignment - 1); \ 269 if (temp) \
|
| /ThreadX-v6.3.0/ports_module/cortex_m33/ac6/inc/ |
| D | txm_module_port.h | 252 ULONG temp; \ 253 temp = (ULONG) module_location; \ 254 temp = temp & (code_alignment - 1); \ 255 if (temp) \
|
| /ThreadX-v6.3.0/ports_module/cortex_m33/gnu/inc/ |
| D | txm_module_port.h | 246 ULONG temp; \ 247 temp = (ULONG) module_location; \ 248 temp = temp & (code_alignment - 1); \ 249 if (temp) \
|
| /ThreadX-v6.3.0/ports_module/cortex_m33/iar/inc/ |
| D | txm_module_port.h | 247 ULONG temp; \ 248 temp = (ULONG) module_location; \ 249 temp = temp & (code_alignment - 1); \ 250 if (temp) \
|
| /ThreadX-v6.3.0/ports_module/cortex_m23/ac6/inc/ |
| D | txm_module_port.h | 252 ULONG temp; \ 253 temp = (ULONG) module_location; \ 254 temp = temp & (code_alignment - 1); \ 255 if (temp) \
|
| /ThreadX-v6.3.0/ports_module/cortex_m23/gnu/inc/ |
| D | txm_module_port.h | 242 ULONG temp; \ 243 temp = (ULONG) module_location; \ 244 temp = temp & (code_alignment - 1); \ 245 if (temp) \
|
| /ThreadX-v6.3.0/ports_module/cortex_m23/iar/inc/ |
| D | txm_module_port.h | 245 ULONG temp; \ 246 temp = (ULONG) module_location; \ 247 temp = temp & (code_alignment - 1); \ 248 if (temp) \
|
| /ThreadX-v6.3.0/ports_module/cortex_a7/iar/inc/ |
| D | txm_module_port.h | 321 ULONG temp; \ 322 temp = (ULONG) module_location; \ 323 temp = temp & (TXM_MODULE_MEMORY_ALIGNMENT - 1); \ 324 if (temp) \
|
| /ThreadX-v6.3.0/ports_module/cortex_m0+/ac6/inc/ |
| D | txm_module_port.h | 262 ULONG temp; \ 263 temp = (ULONG) module_location; \ 264 temp = temp & (code_alignment - 1); \ 265 if (temp) \
|
| /ThreadX-v6.3.0/ports_module/cortex_m0+/gnu/inc/ |
| D | txm_module_port.h | 262 ULONG temp; \ 263 temp = (ULONG) module_location; \ 264 temp = temp & (code_alignment - 1); \ 265 if (temp) \
|
| /ThreadX-v6.3.0/ports_module/cortex_m0+/iar/inc/ |
| D | txm_module_port.h | 262 ULONG temp; \ 263 temp = (ULONG) module_location; \ 264 temp = temp & (code_alignment - 1); \ 265 if (temp) \
|
| /ThreadX-v6.3.0/ports_module/cortex_a7/ac5/inc/ |
| D | txm_module_port.h | 307 ULONG temp; \ 308 temp = (ULONG) module_location; \ 309 temp = temp & (TXM_MODULE_MEMORY_ALIGNMENT - 1); \ 310 if (temp) \
|
| /ThreadX-v6.3.0/ports_module/cortex_a7/gnu/inc/ |
| D | txm_module_port.h | 310 ULONG temp; \ 311 temp = (ULONG) module_location; \ 312 temp = temp & (TXM_MODULE_MEMORY_ALIGNMENT - 1); \ 313 if (temp) \
|
| /ThreadX-v6.3.0/ports_module/cortex_m7/ac5/inc/ |
| D | txm_module_port.h | 350 ULONG temp; \ 351 temp = (ULONG) module_location; \ 352 temp = temp & (code_alignment - 1); \ 353 if (temp) \
|
| /ThreadX-v6.3.0/ports_module/cortex_m7/ac6/inc/ |
| D | txm_module_port.h | 350 ULONG temp; \ 351 temp = (ULONG) module_location; \ 352 temp = temp & (code_alignment - 1); \ 353 if (temp) \
|