| /ThreadX-v6.4.1/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.4.1/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.4.1/utility/rtos_compatibility_layers/posix/ |
| D | px_pth_once.c | 79 UINT old_treshold, temp; in pthread_once() local 101 tx_thread_preemption_change( tx_thread_identify(),old_treshold, &temp); in pthread_once() 110 tx_thread_preemption_change( tx_thread_identify(),old_treshold, &temp); in pthread_once()
|
| /ThreadX-v6.4.1/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.4.1/ports_module/cortex_a35/gnu/inc/ |
| D | txm_module_port.h | 195 ALIGN_TYPE temp; \ 196 temp = (ALIGN_TYPE) module_location; \ 197 temp = temp & (code_alignment - 1); \ 198 if (temp) \
|
| /ThreadX-v6.4.1/ports_module/cortex_a35_smp/ac6/inc/ |
| D | txm_module_port.h | 190 ALIGN_TYPE temp; \ 191 temp = (ALIGN_TYPE) module_location; \ 192 temp = temp & (code_alignment - 1); \ 193 if (temp) \
|
| /ThreadX-v6.4.1/ports_module/cortex_a35_smp/gnu/inc/ |
| D | txm_module_port.h | 190 ALIGN_TYPE temp; \ 191 temp = (ALIGN_TYPE) module_location; \ 192 temp = temp & (code_alignment - 1); \ 193 if (temp) \
|
| /ThreadX-v6.4.1/ports_module/cortex_a35/ac6/inc/ |
| D | txm_module_port.h | 195 ALIGN_TYPE temp; \ 196 temp = (ALIGN_TYPE) module_location; \ 197 temp = temp & (code_alignment - 1); \ 198 if (temp) \
|
| /ThreadX-v6.4.1/ports_module/cortex_r4/iar/inc/ |
| D | txm_module_port.h | 240 ULONG temp; \ 241 temp = (ULONG) module_location; \ 242 temp = temp & (code_alignment - 1); \ 243 if (temp) \
|
| /ThreadX-v6.4.1/ports_module/cortex_m23/ac6/inc/ |
| D | txm_module_port.h | 251 ULONG temp; \ 252 temp = (ULONG) module_location; \ 253 temp = temp & (code_alignment - 1); \ 254 if (temp) \
|
| /ThreadX-v6.4.1/ports_module/cortex_m23/gnu/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.4.1/ports_module/rxv2/iar/inc/ |
| D | txm_module_port.h | 265 ULONG temp; \ 266 temp = (ULONG) module_location; \ 267 temp = temp & (code_alignment - 1); \ 268 if (temp) \
|
| /ThreadX-v6.4.1/ports_module/cortex_m33/ac6/inc/ |
| D | txm_module_port.h | 251 ULONG temp; \ 252 temp = (ULONG) module_location; \ 253 temp = temp & (code_alignment - 1); \ 254 if (temp) \
|
| /ThreadX-v6.4.1/ports_module/cortex_m33/gnu/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.4.1/ports_module/cortex_m33/iar/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.4.1/ports_module/cortex_r4/ac6/inc/ |
| D | txm_module_port.h | 258 ULONG temp; \ 259 temp = (ULONG) module_location; \ 260 temp = temp & (code_alignment - 1); \ 261 if (temp) \
|
| /ThreadX-v6.4.1/ports_module/cortex_m23/iar/inc/ |
| D | txm_module_port.h | 244 ULONG temp; \ 245 temp = (ULONG) module_location; \ 246 temp = temp & (code_alignment - 1); \ 247 if (temp) \
|
| /ThreadX-v6.4.1/ports_module/cortex_a7/gnu/inc/ |
| D | txm_module_port.h | 309 ULONG temp; \ 310 temp = (ULONG) module_location; \ 311 temp = temp & (TXM_MODULE_MEMORY_ALIGNMENT - 1); \ 312 if (temp) \
|
| /ThreadX-v6.4.1/ports_module/cortex_a7/ac5/inc/ |
| D | txm_module_port.h | 306 ULONG temp; \ 307 temp = (ULONG) module_location; \ 308 temp = temp & (TXM_MODULE_MEMORY_ALIGNMENT - 1); \ 309 if (temp) \
|
| /ThreadX-v6.4.1/ports_module/cortex_a7/iar/inc/ |
| D | txm_module_port.h | 320 ULONG temp; \ 321 temp = (ULONG) module_location; \ 322 temp = temp & (TXM_MODULE_MEMORY_ALIGNMENT - 1); \ 323 if (temp) \
|
| /ThreadX-v6.4.1/ports_module/cortex_m0+/ac6/inc/ |
| D | txm_module_port.h | 261 ULONG temp; \ 262 temp = (ULONG) module_location; \ 263 temp = temp & (code_alignment - 1); \ 264 if (temp) \
|
| /ThreadX-v6.4.1/ports_module/cortex_m0+/gnu/inc/ |
| D | txm_module_port.h | 261 ULONG temp; \ 262 temp = (ULONG) module_location; \ 263 temp = temp & (code_alignment - 1); \ 264 if (temp) \
|
| /ThreadX-v6.4.1/ports_module/cortex_m0+/iar/inc/ |
| D | txm_module_port.h | 261 ULONG temp; \ 262 temp = (ULONG) module_location; \ 263 temp = temp & (code_alignment - 1); \ 264 if (temp) \
|
| /ThreadX-v6.4.1/ports_module/cortex_m7/ac6/inc/ |
| D | txm_module_port.h | 349 ULONG temp; \ 350 temp = (ULONG) module_location; \ 351 temp = temp & (code_alignment - 1); \ 352 if (temp) \
|
| /ThreadX-v6.4.1/ports_module/cortex_m7/gnu/inc/ |
| D | txm_module_port.h | 349 ULONG temp; \ 350 temp = (ULONG) module_location; \ 351 temp = temp & (code_alignment - 1); \ 352 if (temp) \
|