Home
last modified time | relevance | path

Searched refs:request (Results 1 – 16 of 16) sorted by relevance

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/
Dpx_system_manager.c74 ULONG request[WORK_REQ_SIZE]; in posix_system_manager_entry() local
86 status = tx_queue_receive(&posix_work_queue, &request, TX_WAIT_FOREVER); in posix_system_manager_entry()
95 pthread_ptr = (POSIX_TCB *)((((ALIGN_TYPE)request[0]) << 32) | request[1]); in posix_system_manager_entry()
96 value_ptr = (VOID *)((((ALIGN_TYPE)request[2]) << 32) | request[3]); in posix_system_manager_entry()
98 pthread_ptr = (POSIX_TCB *)request[0]; in posix_system_manager_entry()
99 value_ptr = (VOID *)request[1]; in posix_system_manager_entry()
Dpx_pth_init.c714 ULONG request[WORK_REQ_SIZE]; in posix_destroy_pthread() local
720 request[0] = (ULONG)((ALIGN_TYPE)pthread_ptr >> 32); in posix_destroy_pthread()
721 request[1] = (ULONG)((ALIGN_TYPE)pthread_ptr); in posix_destroy_pthread()
722 request[2] = (ULONG)((ALIGN_TYPE)value_ptr >> 32); in posix_destroy_pthread()
723 request[3] = (ULONG)((ALIGN_TYPE)value_ptr); in posix_destroy_pthread()
725 request[0] = (ULONG)pthread_ptr; in posix_destroy_pthread()
726 request[1] = (ULONG)value_ptr; in posix_destroy_pthread()
734 status = tx_queue_send(&posix_work_queue, request, TX_NO_WAIT); in posix_destroy_pthread()
/ThreadX-v6.4.1/utility/rtos_compatibility_layers/OSEK/
Dtx_osek.c281 ULONG request[SYSMGR_QUEUE_MSG_LENGTH]; in StartOS() local
302 request[0] = SYSMGR_START_OS; /* Request type. */ in StartOS()
303 request[1] = 0u; /* Dummy. */ in StartOS()
304 request[2] = 0u; /* Dummy. */ in StartOS()
305 request[3] = 0u; /* Dummy. */ in StartOS()
310 status = tx_queue_send(&osek_work_queue, request, TX_NO_WAIT); in StartOS()
745 ULONG request[SYSMGR_QUEUE_MSG_LENGTH]; in ActivateTask() local
804 request[0] = SYSMGR_ACTIVATE_TASK; /* Request type. */ in ActivateTask()
805 request[1] = (ULONG)tcb_ptr; /* Task to activate. */ in ActivateTask()
810 request[2] = (ULONG)tcb_ptr_self; /* Task id of the calling task. */ in ActivateTask()
[all …]
/ThreadX-v6.4.1/common_modules/module_lib/src/
Dtxm_module_application_request.c69 UINT txm_module_application_request(ULONG request, ALIGN_TYPE param_1, ALIGN_TYPE param_2, ALIGN_TY… in txm_module_application_request() argument
75 …INT)(_txm_module_kernel_call_dispatcher)(TXM_APPLICATION_REQUEST_ID_BASE+request, param_1, param_2… in txm_module_application_request()
/ThreadX-v6.4.1/.github/ISSUE_TEMPLATE/
Dfeature_request.md2 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.
Dhardware-or-architecture-support.md10 **Is this request related to a particular hardware platform, SoC, board? Please describe.**
/ThreadX-v6.4.1/ports_module/cortex_a7/ac5/module_manager/src/
Dtx_thread_schedule.s142 CMP r0, #0 ; Is it a schedule request?
145 CMP r0, #1 ; Is it a system mode enter request?
148 CMP r0, #2 ; Is it a system mode exit request?
152 CMP r0, r2 ; Is it an ARM request?
/ThreadX-v6.4.1/ports_module/cortex_r4/iar/module_manager/src/
Dtx_thread_schedule.s125 CMP r0, #0 ; Is it a schedule request?
128 CMP r0, #1 ; Is it a system mode enter request?
131 CMP r0, #2 ; Is it a system mode exit request?
135 CMP r0, r2 ; Is it an ARM request?
/ThreadX-v6.4.1/ports_module/cortex_a7/iar/module_manager/src/
Dtx_thread_schedule.s142 CMP r1, #0 ; Is it a schedule request?
145 CMP r1, #1 ; Is it a system mode enter request?
148 CMP r1, #2 ; Is it a system mode exit request?
152 CMP r1, r2 ; Is it an ARM request?
/ThreadX-v6.4.1/common_modules/inc/
Dtxm_module.h545 UINT _txm_module_application_request(ULONG request, ALIGN_TYPE param_1, ALIGN_TYPE param_2, ALIGN_…
614 UINT _txm_module_manager_application_request(ULONG request, ALIGN_TYPE param_1, ALIGN_TYPE param_2…
/ThreadX-v6.4.1/ports_module/cortex_m23/ac6/example_build/
DARMCM23_TZ_config.txt140 …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.4.1/ports/cortex_m3/ghs/src/
Dtx_thread_schedule.arm75 ; from the first schedule request. Subsequent scheduling occurs
/ThreadX-v6.4.1/ports/cortex_m7/ghs/src/
Dtx_thread_schedule.arm75 ; from the first schedule request. Subsequent scheduling occurs
/ThreadX-v6.4.1/ports_arch/ARMv7-M/threadx/ghs/src/
Dtx_thread_schedule.arm71 from the first schedule request. Subsequent scheduling occurs
/ThreadX-v6.4.1/ports/cortex_m4/ghs/src/
Dtx_thread_schedule.arm75 ; from the first schedule request. Subsequent scheduling occurs
/ThreadX-v6.4.1/docs/
Drevision_history.txt1281 … tx_queue_receive.c Check for queue front send suspension request
1388 … an additional suspension request, corrected issue resuming