Searched refs:function (Results 1101 – 1125 of 2253) sorted by relevance
1...<<41424344454647484950>>...91
| /ThreadX-v6.4.1/ports_smp/cortex_a7_smp/gnu/src/ |
| D | tx_thread_interrupt_control.S | 82 .type _tx_thread_interrupt_control,function
|
| D | tx_thread_stack_build.S | 89 .type _tx_thread_stack_build,function 149 AND r1, r1, #1 @ Determine if the entry function is in Thumb mode
|
| D | tx_thread_system_return.S | 88 .type _tx_thread_system_return,function 133 BL _tx_execution_thread_exit @ Call the thread exit function
|
| /ThreadX-v6.4.1/ports_module/cortex_r4/iar/module_manager/src/ |
| D | txm_module_manager_user_mode_entry.s | 74 ; Save LR (and r3 for 8 byte aligned stack) and call the kernel dispatch function.
|
| /ThreadX-v6.4.1/ports_smp/cortex_a5_smp/gnu/src/ |
| D | tx_thread_interrupt_control.S | 82 .type _tx_thread_interrupt_control,function
|
| D | tx_thread_stack_build.S | 89 .type _tx_thread_stack_build,function 149 AND r1, r1, #1 @ Determine if the entry function is in Thumb mode
|
| /ThreadX-v6.4.1/ports_smp/cortex_a5x_smp/green/src/ |
| D | tx_thread_stack_build.a64 | 48 /* This function builds a stack frame on the supplied thread's stack. */ 50 /* function pointer. */ 55 /* function_ptr Pointer to return function */ 79 .type _tx_thread_stack_build, @function
|
| /ThreadX-v6.4.1/ports/rxv1/ccrx/src/ |
| D | tx_initialize_low_level.src | 43 ;/* This function is responsible for any low-level processor */ 63 ;/* _tx_initialize_kernel_enter ThreadX entry function */
|
| /ThreadX-v6.4.1/ports/rxv2/ccrx/src/ |
| D | tx_initialize_low_level.src | 43 ;/* This function is responsible for any low-level processor */ 63 ;/* _tx_initialize_kernel_enter ThreadX entry function */
|
| /ThreadX-v6.4.1/ports/rxv3/ccrx/src/ |
| D | tx_initialize_low_level.src | 43 ;/* This function is responsible for any low-level processor */ 63 ;/* _tx_initialize_kernel_enter ThreadX entry function */
|
| /ThreadX-v6.4.1/ports/arc_em/metaware/src/ |
| D | tx_timer_interrupt.s | 82 .type _tx_timer_interrupt, @function 229 ; this function.
|
| /ThreadX-v6.4.1/ports/arc_hs/metaware/src/ |
| D | tx_timer_interrupt.s | 82 .type _tx_timer_interrupt, @function 229 ; this function.
|
| /ThreadX-v6.4.1/ports/cortex_a15/gnu/example_build/ |
| D | tx_initialize_low_level.S | 52 .type $_tx_initialize_low_level,function 111 .type _tx_initialize_low_level,function
|
| /ThreadX-v6.4.1/ports/cortex_a17/gnu/example_build/ |
| D | tx_initialize_low_level.S | 52 .type $_tx_initialize_low_level,function 111 .type _tx_initialize_low_level,function
|
| /ThreadX-v6.4.1/ports/cortex_a12/gnu/example_build/ |
| D | tx_initialize_low_level.S | 52 .type $_tx_initialize_low_level,function 111 .type _tx_initialize_low_level,function
|
| /ThreadX-v6.4.1/ports/arc_hs/metaware/ |
| D | readme_threadx.txt | 44 After the MetaWare startup function completes, ThreadX initialization is 45 called. The main initialization function is _tx_initialize_low_level and 46 is located in the file tx_initialize_low_level.s. This function is 53 the address passed to the application definition function, tx_application_define. 59 each function. All other registers used by a C function must be preserved 60 by the function. ThreadX takes advantage of this in situations where a 62 is itself a C function). In such cases, the saved context of a thread is
|
| /ThreadX-v6.4.1/ports_module/cortex_a7/ac5/module_manager/src/ |
| D | txm_module_manager_user_mode_entry.s | 73 ; Save LR (and r3 for 8 byte aligned stack) and call the kernel dispatch function.
|
| /ThreadX-v6.4.1/ports_smp/arc_hs_smp/metaware/src/ |
| D | tx_thread_smp_current_state_get.s | 71 .type _tx_thread_smp_current_state_get, @function
|
| D | tx_thread_smp_current_thread_get.s | 71 .type _tx_thread_smp_current_thread_get, @function
|
| D | tx_thread_smp_initialize_wait.s | 73 .type _tx_thread_smp_initialize_wait, @function
|
| /ThreadX-v6.4.1/ports_smp/cortex_a5x_smp/green/ |
| D | readme_threadx.txt | 39 After the Green Hills startup function returns, ThreadX SMP initialization is 40 called. The main initialization function is _tx_initialize_low_level and 41 is located in the file tx_initialize_low_level.a64. This function is responsible 58 registers for each function. All other registers used by a C function must 59 be preserved by the function. ThreadX SMP takes advantage of this in 61 service call (which is itself a C function). In such cases, the saved
|
| /ThreadX-v6.4.1/ports/cortex_r4/ghs/src/ |
| D | tx_thread_context_restore.arm | 55 /* This function restores the interrupt context if it is processing a */ 58 /* if no thread was running, the function returns to the scheduler. */ 104 /* Call the ISR exit function to indicate an ISR is complete. */ 106 BL _tx_execution_isr_exit # Call the ISR exit function 241 .type _tx_thread_context_restore,$function
|
| /ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/ |
| D | readme_threadx_posix.txt | 41 The POSIX Compliancy Wrapper requires that a special initialization function is called 42 prior to accessing any POSIX calls. The function to call and its prototype is: 46 This function is usually called from the application specific ThreadX 80 The function posix_initialize will return a pointer to the next free 228 Most functions can provide an error number. The means by which each function 231 While other functions return an error number directly as the function value. Functions 233 processing a function call, any one of the possible errors may be returned, as the order 237 use a function that is not available in this implementation. 240 function call: 329 When the pthread_cancel( ) function is called the target thread is canceled
|
| /ThreadX-v6.4.1/ports_smp/cortex_a9_smp/gnu/src/ |
| D | tx_thread_stack_build.S | 89 .type _tx_thread_stack_build,function 149 AND r1, r1, #1 @ Determine if the entry function is in Thumb mode
|
| D | tx_thread_system_return.S | 88 .type _tx_thread_system_return,function 133 BL _tx_execution_thread_exit @ Call the thread exit function
|
1...<<41424344454647484950>>...91