| /ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/ |
| D | px_system_manager.c | 75 ULONG request[WORK_REQ_SIZE]; in posix_system_manager_entry() local 87 status = tx_queue_receive(&posix_work_queue, &request, TX_WAIT_FOREVER); in posix_system_manager_entry() 96 pthread_ptr = (POSIX_TCB *)((((ALIGN_TYPE)request[0]) << 32) | request[1]); in posix_system_manager_entry() 97 value_ptr = (VOID *)((((ALIGN_TYPE)request[2]) << 32) | request[3]); in posix_system_manager_entry() 99 pthread_ptr = (POSIX_TCB *)request[0]; in posix_system_manager_entry() 100 value_ptr = (VOID *)request[1]; in posix_system_manager_entry()
|
| D | px_pth_init.c | 715 ULONG request[WORK_REQ_SIZE]; in posix_destroy_pthread() local 721 request[0] = (ULONG)((ALIGN_TYPE)pthread_ptr >> 32); in posix_destroy_pthread() 722 request[1] = (ULONG)((ALIGN_TYPE)pthread_ptr); in posix_destroy_pthread() 723 request[2] = (ULONG)((ALIGN_TYPE)value_ptr >> 32); in posix_destroy_pthread() 724 request[3] = (ULONG)((ALIGN_TYPE)value_ptr); in posix_destroy_pthread() 726 request[0] = (ULONG)pthread_ptr; in posix_destroy_pthread() 727 request[1] = (ULONG)value_ptr; in posix_destroy_pthread() 735 status = tx_queue_send(&posix_work_queue, request, TX_NO_WAIT); in posix_destroy_pthread()
|
| /ThreadX-v6.3.0/utility/rtos_compatibility_layers/OSEK/ |
| D | tx_osek.c | 282 ULONG request[SYSMGR_QUEUE_MSG_LENGTH]; in StartOS() local 303 request[0] = SYSMGR_START_OS; /* Request type. */ in StartOS() 304 request[1] = 0u; /* Dummy. */ in StartOS() 305 request[2] = 0u; /* Dummy. */ in StartOS() 306 request[3] = 0u; /* Dummy. */ in StartOS() 311 status = tx_queue_send(&osek_work_queue, request, TX_NO_WAIT); in StartOS() 746 ULONG request[SYSMGR_QUEUE_MSG_LENGTH]; in ActivateTask() local 805 request[0] = SYSMGR_ACTIVATE_TASK; /* Request type. */ in ActivateTask() 806 request[1] = (ULONG)tcb_ptr; /* Task to activate. */ in ActivateTask() 811 request[2] = (ULONG)tcb_ptr_self; /* Task id of the calling task. */ in ActivateTask() [all …]
|
| /ThreadX-v6.3.0/common_modules/module_lib/src/ |
| D | txm_module_application_request.c | 70 UINT txm_module_application_request(ULONG request, ALIGN_TYPE param_1, ALIGN_TYPE param_2, ALIGN_TY… in txm_module_application_request() argument 76 …INT)(_txm_module_kernel_call_dispatcher)(TXM_APPLICATION_REQUEST_ID_BASE+request, param_1, param_2… in txm_module_application_request()
|
| /ThreadX-v6.3.0/.github/ISSUE_TEMPLATE/ |
| D | feature_request.md | 2 name: Feature request 10 **Is your feature request related to a problem? Please describe.** 20 Add any other context or screenshots about the feature request here.
|
| D | hardware-or-architecture-support.md | 10 **Is this request related to a particular hardware platform, SoC, board? Please describe.**
|
| /ThreadX-v6.3.0/ |
| D | CONTRIBUTING.md | 8 When you submit a pull request, a CLA-bot will automatically determine whether you need
|
| /ThreadX-v6.3.0/ports_module/cortex_r4/iar/module_manager/src/ |
| D | tx_thread_schedule.s | 126 CMP r0, #0 ; Is it a schedule request? 129 CMP r0, #1 ; Is it a system mode enter request? 132 CMP r0, #2 ; Is it a system mode exit request? 136 CMP r0, r2 ; Is it an ARM request?
|
| /ThreadX-v6.3.0/ports_module/cortex_a7/ac5/module_manager/src/ |
| D | tx_thread_schedule.s | 143 CMP r0, #0 ; Is it a schedule request? 146 CMP r0, #1 ; Is it a system mode enter request? 149 CMP r0, #2 ; Is it a system mode exit request? 153 CMP r0, r2 ; Is it an ARM request?
|
| /ThreadX-v6.3.0/ports_module/cortex_a7/iar/module_manager/src/ |
| D | tx_thread_schedule.s | 143 CMP r1, #0 ; Is it a schedule request? 146 CMP r1, #1 ; Is it a system mode enter request? 149 CMP r1, #2 ; Is it a system mode exit request? 153 CMP r1, r2 ; Is it an ARM request?
|
| /ThreadX-v6.3.0/common_modules/inc/ |
| D | txm_module.h | 546 UINT _txm_module_application_request(ULONG request, ALIGN_TYPE param_1, ALIGN_TYPE param_2, ALIGN_… 615 UINT _txm_module_manager_application_request(ULONG request, ALIGN_TYPE param_1, ALIGN_TYPE param_2…
|
| /ThreadX-v6.3.0/ports_module/cortex_m23/ac6/example_build/ |
| D | ARMCM23_TZ_config.txt | 140 …a0.activate_delay=0x0 # (int , init-time) default = '0x0' : request delay 144 …a1.activate_delay=0x0 # (int , init-time) default = '0x0' : request delay 148 …a2.activate_delay=0x0 # (int , init-time) default = '0x0' : request delay 152 …a3.activate_delay=0x0 # (int , init-time) default = '0x0' : request delay
|
| /ThreadX-v6.3.0/ports/cortex_m3/ghs/src/ |
| D | tx_thread_schedule.arm | 76 ; from the first schedule request. Subsequent scheduling occurs
|
| /ThreadX-v6.3.0/ports/cortex_m4/ghs/src/ |
| D | tx_thread_schedule.arm | 76 ; from the first schedule request. Subsequent scheduling occurs
|
| /ThreadX-v6.3.0/ports_arch/ARMv7-M/threadx/ghs/src/ |
| D | tx_thread_schedule.arm | 72 from the first schedule request. Subsequent scheduling occurs
|
| /ThreadX-v6.3.0/ports/cortex_m7/ghs/src/ |
| D | tx_thread_schedule.arm | 76 ; from the first schedule request. Subsequent scheduling occurs
|