Home
last modified time | relevance | path

Searched refs:event (Results 1 – 25 of 86) sorted by relevance

1234

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/
Dpx_pth_once.c98 tx_event_flags_create(&(once_control->event),"once flags"); in pthread_once()
104 tx_event_flags_set(&(once_control->event), PTH_ONCE_INIT, TX_AND); in pthread_once()
114 …tx_event_flags_get(&(once_control->event), PTH_ONCE_INIT, TX_AND, &(once_control->flags) ,TX_WAIT_… in pthread_once()
/ThreadX-v6.4.1/docs/
Drevision_history.txt14 when event flag set is interrupted.
54 … changes, and added macro for extending event
349 … struct members in TX_THREAD, changed user event
351 … merged event logging and MULTI run-time error checking
368event logging support, and added void pointer cast in pointer
376 … merged event logging support, and added void pointer cast in
378 …tx_block_pool_delete.c Merged event logging support, eliminated created_c…
381event logging support, and added logic to explicitly check
384 … check for valid pointer, merged event logging support, and
388event logging support, and added code to ensure that input
[all …]
/ThreadX-v6.4.1/ports_smp/mips32_interaptiv_smp/gnu/src/
Dtx_thread_schedule.S167 la $9, _tx_el_thread_running # Build address of thread running event routine
168 jal $9 # Call event logging routine
Dtx_initialize_low_level.S189 jal $9 # Call interrupt enter event logging
/ThreadX-v6.4.1/ports/cortex_m3/ghs/example_build/
Dtx_initialize_low_level.arm154 BL _tx_el_interrupt ; Call interrupt event logging
162 BL _tx_el_interrupt_end ; Call interrupt event logging
178 BL _tx_el_interrupt ; Call interrupt event logging
185 BL _tx_el_interrupt_end ; Call interrupt event logging
/ThreadX-v6.4.1/ports/cortex_m7/ghs/example_build/
Dtx_initialize_low_level.arm162 BL _tx_el_interrupt ; Call interrupt event logging
170 BL _tx_el_interrupt_end ; Call interrupt event logging
186 BL _tx_el_interrupt ; Call interrupt event logging
193 BL _tx_el_interrupt_end ; Call interrupt event logging
/ThreadX-v6.4.1/ports/cortex_m4/ghs/example_build/
Dtx_initialize_low_level.arm162 BL _tx_el_interrupt ; Call interrupt event logging
170 BL _tx_el_interrupt_end ; Call interrupt event logging
186 BL _tx_el_interrupt ; Call interrupt event logging
193 BL _tx_el_interrupt_end ; Call interrupt event logging
/ThreadX-v6.4.1/ports_arch/ARMv7-M/threadx/ghs/example_build/
Dtx_initialize_low_level.arm162 BL _tx_el_interrupt ; Call interrupt event logging
170 BL _tx_el_interrupt_end ; Call interrupt event logging
186 BL _tx_el_interrupt ; Call interrupt event logging
193 BL _tx_el_interrupt_end ; Call interrupt event logging
/ThreadX-v6.4.1/ports_smp/mips32_interaptiv_smp/green/src/
Dtx_initialize_low_level.mip189 jal $9 # Call interrupt enter event logging
212 jal $9 # Call interrupt exit event logging
269 jal $9 # Call interrupt start event logging
276 jal $9 # Call interrupt enter event logging
298 jal $9 # Call interrupt end event logging
305 jal $9 # Call interrupt exit event logging
Dtx_thread_smp_time_get.mip40 /* information and event tracing. */
/ThreadX-v6.4.1/ports_smp/cortex_a5x_smp/green/src/
Dtx_thread_smp_time_get.a6451 /* information and event tracing. */
Dtx_thread_smp_unprotect.a64108 …SEV // Send event to other CPUs, wakes anyone waiting on t…
111 SEV // Send event to other CPUs
/ThreadX-v6.4.1/utility/rtos_compatibility_layers/OSEK/
Dthreadx_osek_readme.txt222 CreateEvent - Creates an event, the created event is returned if successful. Note that
229 RegisterEventtoTask - Register an event to a task. The event is now usable from that
230 task. Note that an event can only be registered to a single task.
/ThreadX-v6.4.1/ports/cortex_r4/ghs/example_build/
Dtx_initialize_low_level.arm215 BL _tx_el_interrupt # Call interrupt event logging
245 BL _tx_el_interrupt_end # Call interrupt event logging
272 BL _tx_el_interrupt # Call interrupt event logging
295 BL _tx_el_interrupt_end # Call interrupt event logging
/ThreadX-v6.4.1/ports/cortex_a9/ghs/example_build/
Dtx_initialize_low_level.arm215 BL _tx_el_interrupt # Call interrupt event logging
245 BL _tx_el_interrupt_end # Call interrupt event logging
272 BL _tx_el_interrupt # Call interrupt event logging
295 BL _tx_el_interrupt_end # Call interrupt event logging
/ThreadX-v6.4.1/ports/cortex_r5/ghs/example_build/
Dtx_initialize_low_level.arm215 BL _tx_el_interrupt # Call interrupt event logging
245 BL _tx_el_interrupt_end # Call interrupt event logging
272 BL _tx_el_interrupt # Call interrupt event logging
295 BL _tx_el_interrupt_end # Call interrupt event logging
/ThreadX-v6.4.1/ports/cortex_a8/ghs/example_build/
Dtx_initialize_low_level.arm215 BL _tx_el_interrupt # Call interrupt event logging
245 BL _tx_el_interrupt_end # Call interrupt event logging
272 BL _tx_el_interrupt # Call interrupt event logging
295 BL _tx_el_interrupt_end # Call interrupt event logging
/ThreadX-v6.4.1/ports/cortex_a7/ghs/example_build/
Dtx_initialize_low_level.arm215 BL _tx_el_interrupt # Call interrupt event logging
245 BL _tx_el_interrupt_end # Call interrupt event logging
272 BL _tx_el_interrupt # Call interrupt event logging
295 BL _tx_el_interrupt_end # Call interrupt event logging
/ThreadX-v6.4.1/ports/cortex_a5/ghs/example_build/
Dtx_initialize_low_level.arm215 BL _tx_el_interrupt # Call interrupt event logging
245 BL _tx_el_interrupt_end # Call interrupt event logging
272 BL _tx_el_interrupt # Call interrupt event logging
295 BL _tx_el_interrupt_end # Call interrupt event logging
/ThreadX-v6.4.1/ports/cortex_r7/ghs/example_build/
Dtx_initialize_low_level.arm215 BL _tx_el_interrupt # Call interrupt event logging
245 BL _tx_el_interrupt_end # Call interrupt event logging
272 BL _tx_el_interrupt # Call interrupt event logging
295 BL _tx_el_interrupt_end # Call interrupt event logging
/ThreadX-v6.4.1/ports_smp/cortex_r8_smp/ac5/example_build/sample_threadx/
DMP_Mutexes.s93 …SEV ; Send event to other CPUs, wakes anyone waiting on a mutex (using…
/ThreadX-v6.4.1/ports_smp/cortex_a9_smp/ac5/example_build/sample_threadx/
DMP_Mutexes.s93 …SEV ; Send event to other CPUs, wakes anyone waiting on a mutex (using…
/ThreadX-v6.4.1/ports_smp/cortex_a7_smp/gnu/example_build/
DMP_Mutexes.S106 …SEV @ Send event to other CPUs, wakes anyone waiting on a mutex (using…
/ThreadX-v6.4.1/ports_smp/cortex_a7_smp/ac5/example_build/sample_threadx/
DMP_Mutexes.s97 …SEV ; Send event to other CPUs, wakes anyone waiting on a mutex (using…
/ThreadX-v6.4.1/ports_smp/cortex_a5_smp/ac5/example_build/sample_threadx/
DMP_Mutexes.s97 …SEV ; Send event to other CPUs, wakes anyone waiting on a mutex (using…

1234