Home
last modified time | relevance | path

Searched refs:temp (Results 1 – 25 of 91) sorted by relevance

1234

/ThreadX-v6.3.0/test/tx/regression/
Dthreadx_queue_front_send_test.c160 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/
Dthreadx_queue_front_send_test.c160 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/
Dpx_pth_once.c80 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/
Dutilities.cmake3 # 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/
Dtxm_module_port.h191 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/
Dtxm_module_port.h196 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/
Dtxm_module_port.h191 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/
Dtxm_module_port.h196 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/
Dtxm_module_port.h241 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/
Dtxm_module_port.h259 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/
Dtxm_module_port.h266 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/
Dtxm_module_port.h252 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/
Dtxm_module_port.h246 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/
Dtxm_module_port.h247 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/
Dtxm_module_port.h252 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/
Dtxm_module_port.h242 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/
Dtxm_module_port.h245 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/
Dtxm_module_port.h321 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/
Dtxm_module_port.h262 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/
Dtxm_module_port.h262 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/
Dtxm_module_port.h262 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/
Dtxm_module_port.h307 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/
Dtxm_module_port.h310 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/
Dtxm_module_port.h350 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/
Dtxm_module_port.h350 ULONG temp; \
351 temp = (ULONG) module_location; \
352 temp = temp & (code_alignment - 1); \
353 if (temp) \

1234