/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/ |
D | tx_posix.h | 280 INT detach_state; 281 INT inherit_sched; 282 INT sched_policy; 286 INT inuse; 290 typedef INT ssize_t ; /* this should be pulled in from sys\types.h */ 308 INT detach_state; 309 INT inherit_sched; 310 INT sched_policy; 314 INT cancel_state; 315 INT cancel_type; [all …]
|
D | sched.h | 51 INT sched_priority; 59 INT sched_get_priority_max(INT policy); 60 INT sched_get_priority_min(INT policy); 62 INT sched_yield(void);
|
D | readme_threadx_posix.txt | 94 INT mq_send(mqd_t mqdes, const char * msg_ptr, 98 INT mq_unlink(const char * mqName); 99 INT mq_close(mqd_t mqdes); 107 INT sem_close(sem_t * sem); 108 INT sem_getvalue(sem_t * sem,ULONG * sval); 110 INT sem_post(sem_t * sem); 111 INT sem_trywait(sem_t * sem); 112 INT sem_unlink(const char * name); 113 INT sem_wait( sem_t * sem ); 114 INT sem_init(sem_t *sem , INT pshared, UINT value); [all …]
|
D | time.h | 54 typedef INT clockid_t; 72 INT clock_settime(clockid_t, const struct timespec *); 73 INT clock_gettime(clockid_t, struct timespec *); 74 INT clock_getres(clockid_t, struct timespec *); 77 INT nanosleep(struct timespec *req, struct timespec *rem);
|
D | px_sched_get_prio.c | 70 INT sched_get_priority_max(INT policy) in sched_get_priority_max() 118 INT sched_get_priority_min(INT policy) in sched_get_priority_min()
|
D | tx_px_time.h | 65 INT clock_settime(clockid_t, const struct timespec *); 66 INT clock_gettime(clockid_t, struct timespec *); 67 INT clock_getres(clockid_t, struct timespec *); 70 INT nanosleep(struct timespec *req, struct timespec *rem);
|
/ThreadX-v6.4.1/ports/cortex_m23/ac6/src/ |
D | tx_thread_secure_stack.c | 62 INT tx_next_free_index; /* Next free index of free secure context */ 68 static INT tx_head_free_index = 0U; 125 INT index; in _tx_thread_secure_mode_stack_initialize() 221 INT secure_context_index; in _tx_thread_secure_mode_stack_allocate() 364 INT secure_context_index; in _tx_thread_secure_mode_stack_free() 369 secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_mode_stack_free() 469 INT secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_stack_context_save() 561 INT secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_stack_context_restore()
|
/ThreadX-v6.4.1/ports/cortex_m23/gnu/src/ |
D | tx_thread_secure_stack.c | 61 INT tx_next_free_index; /* Next free index of free secure context */ 67 static INT tx_head_free_index = 0U; 123 INT index; in _tx_thread_secure_mode_stack_initialize() 225 INT secure_context_index; in _tx_thread_secure_mode_stack_allocate() 373 INT secure_context_index; in _tx_thread_secure_mode_stack_free() 378 secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_mode_stack_free() 480 INT secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_stack_context_save() 575 INT secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_stack_context_restore()
|
/ThreadX-v6.4.1/ports/cortex_m23/iar/src/ |
D | tx_thread_secure_stack.c | 62 INT tx_next_free_index; /* Next free index of free secure context */ 68 static INT tx_head_free_index = 0U; 125 INT index; in _tx_thread_secure_mode_stack_initialize() 223 INT secure_context_index; in _tx_thread_secure_mode_stack_allocate() 368 INT secure_context_index; in _tx_thread_secure_mode_stack_free() 373 secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_mode_stack_free() 473 INT secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_stack_context_save() 565 INT secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_stack_context_restore()
|
/ThreadX-v6.4.1/ports/cortex_m33/ac6/src/ |
D | tx_thread_secure_stack.c | 62 INT tx_next_free_index; /* Next free index of free secure context */ 68 static INT tx_head_free_index = 0U; 125 INT index; in _tx_thread_secure_mode_stack_initialize() 221 INT secure_context_index; in _tx_thread_secure_mode_stack_allocate() 364 INT secure_context_index; in _tx_thread_secure_mode_stack_free() 369 secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_mode_stack_free() 469 INT secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_stack_context_save() 561 INT secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_stack_context_restore()
|
/ThreadX-v6.4.1/ports/cortex_m33/gnu/src/ |
D | tx_thread_secure_stack.c | 61 INT tx_next_free_index; /* Next free index of free secure context */ 67 static INT tx_head_free_index = 0U; 123 INT index; in _tx_thread_secure_mode_stack_initialize() 223 INT secure_context_index; in _tx_thread_secure_mode_stack_allocate() 368 INT secure_context_index; in _tx_thread_secure_mode_stack_free() 373 secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_mode_stack_free() 472 INT secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_stack_context_save() 564 INT secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_stack_context_restore()
|
/ThreadX-v6.4.1/ports/cortex_m33/iar/src/ |
D | tx_thread_secure_stack.c | 62 INT tx_next_free_index; /* Next free index of free secure context */ 68 static INT tx_head_free_index = 0U; 124 INT index; in _tx_thread_secure_mode_stack_initialize() 223 INT secure_context_index; in _tx_thread_secure_mode_stack_allocate() 369 INT secure_context_index; in _tx_thread_secure_mode_stack_free() 374 secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_mode_stack_free() 474 INT secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_stack_context_save() 566 INT secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_stack_context_restore()
|
/ThreadX-v6.4.1/ports_module/cortex_m33/ac6/module_manager/src/ |
D | tx_thread_secure_stack.c | 62 INT tx_next_free_index; /* Next free index of free secure context */ 68 static INT tx_head_free_index = 0U; 125 INT index; in _tx_thread_secure_mode_stack_initialize() 221 INT secure_context_index; in _tx_thread_secure_mode_stack_allocate() 364 INT secure_context_index; in _tx_thread_secure_mode_stack_free() 369 secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_mode_stack_free() 469 INT secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_stack_context_save() 561 INT secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_stack_context_restore()
|
/ThreadX-v6.4.1/ports_module/cortex_m33/gnu/module_manager/src/ |
D | tx_thread_secure_stack.c | 61 INT tx_next_free_index; /* Next free index of free secure context */ 67 static INT tx_head_free_index = 0U; 123 INT index; in _tx_thread_secure_mode_stack_initialize() 223 INT secure_context_index; in _tx_thread_secure_mode_stack_allocate() 368 INT secure_context_index; in _tx_thread_secure_mode_stack_free() 373 secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_mode_stack_free() 472 INT secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_stack_context_save() 564 INT secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_stack_context_restore()
|
/ThreadX-v6.4.1/ports_module/cortex_m33/iar/module_manager/src/ |
D | tx_thread_secure_stack.c | 62 INT tx_next_free_index; /* Next free index of free secure context */ 68 static INT tx_head_free_index = 0U; 124 INT index; in _tx_thread_secure_mode_stack_initialize() 223 INT secure_context_index; in _tx_thread_secure_mode_stack_allocate() 369 INT secure_context_index; in _tx_thread_secure_mode_stack_free() 374 secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_mode_stack_free() 474 INT secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_stack_context_save() 566 INT secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_stack_context_restore()
|
/ThreadX-v6.4.1/ports/cortex_m85/ac6/src/ |
D | tx_thread_secure_stack.c | 62 INT tx_next_free_index; /* Next free index of free secure context */ 68 static INT tx_head_free_index = 0U; 125 INT index; in _tx_thread_secure_mode_stack_initialize() 221 INT secure_context_index; in _tx_thread_secure_mode_stack_allocate() 364 INT secure_context_index; in _tx_thread_secure_mode_stack_free() 369 secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_mode_stack_free() 469 INT secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_stack_context_save() 561 INT secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_stack_context_restore()
|
/ThreadX-v6.4.1/ports_module/cortex_m23/ac6/module_manager/src/ |
D | tx_thread_secure_stack.c | 62 INT tx_next_free_index; /* Next free index of free secure context */ 68 static INT tx_head_free_index = 0U; 125 INT index; in _tx_thread_secure_mode_stack_initialize() 221 INT secure_context_index; in _tx_thread_secure_mode_stack_allocate() 364 INT secure_context_index; in _tx_thread_secure_mode_stack_free() 369 secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_mode_stack_free() 469 INT secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_stack_context_save() 561 INT secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_stack_context_restore()
|
/ThreadX-v6.4.1/ports_module/cortex_m23/gnu/module_manager/src/ |
D | tx_thread_secure_stack.c | 61 INT tx_next_free_index; /* Next free index of free secure context */ 67 static INT tx_head_free_index = 0U; 123 INT index; in _tx_thread_secure_mode_stack_initialize() 225 INT secure_context_index; in _tx_thread_secure_mode_stack_allocate() 373 INT secure_context_index; in _tx_thread_secure_mode_stack_free() 378 secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_mode_stack_free() 480 INT secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_stack_context_save() 575 INT secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_stack_context_restore()
|
/ThreadX-v6.4.1/ports_module/cortex_m23/iar/module_manager/src/ |
D | tx_thread_secure_stack.c | 62 INT tx_next_free_index; /* Next free index of free secure context */ 68 static INT tx_head_free_index = 0U; 125 INT index; in _tx_thread_secure_mode_stack_initialize() 223 INT secure_context_index; in _tx_thread_secure_mode_stack_allocate() 368 INT secure_context_index; in _tx_thread_secure_mode_stack_free() 373 secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_mode_stack_free() 473 INT secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_stack_context_save() 565 INT secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_stack_context_restore()
|
/ThreadX-v6.4.1/ports/cortex_m85/gnu/src/ |
D | tx_thread_secure_stack.c | 61 INT tx_next_free_index; /* Next free index of free secure context */ 67 static INT tx_head_free_index = 0U; 123 INT index; in _tx_thread_secure_mode_stack_initialize() 223 INT secure_context_index; in _tx_thread_secure_mode_stack_allocate() 368 INT secure_context_index; in _tx_thread_secure_mode_stack_free() 373 secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_mode_stack_free() 472 INT secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_stack_context_save() 564 INT secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_stack_context_restore()
|
/ThreadX-v6.4.1/ports/cortex_m85/iar/src/ |
D | tx_thread_secure_stack.c | 62 INT tx_next_free_index; /* Next free index of free secure context */ 68 static INT tx_head_free_index = 0U; 124 INT index; in _tx_thread_secure_mode_stack_initialize() 223 INT secure_context_index; in _tx_thread_secure_mode_stack_allocate() 369 INT secure_context_index; in _tx_thread_secure_mode_stack_free() 374 secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_mode_stack_free() 474 INT secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_stack_context_save() 566 INT secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_stack_context_restore()
|
/ThreadX-v6.4.1/ports/cortex_m55/ac6/src/ |
D | tx_thread_secure_stack.c | 62 INT tx_next_free_index; /* Next free index of free secure context */ 68 static INT tx_head_free_index = 0U; 125 INT index; in _tx_thread_secure_mode_stack_initialize() 221 INT secure_context_index; in _tx_thread_secure_mode_stack_allocate() 364 INT secure_context_index; in _tx_thread_secure_mode_stack_free() 369 secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_mode_stack_free() 469 INT secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_stack_context_save() 561 INT secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_stack_context_restore()
|
/ThreadX-v6.4.1/ports/cortex_m55/gnu/src/ |
D | tx_thread_secure_stack.c | 61 INT tx_next_free_index; /* Next free index of free secure context */ 67 static INT tx_head_free_index = 0U; 123 INT index; in _tx_thread_secure_mode_stack_initialize() 223 INT secure_context_index; in _tx_thread_secure_mode_stack_allocate() 368 INT secure_context_index; in _tx_thread_secure_mode_stack_free() 373 secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_mode_stack_free() 472 INT secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_stack_context_save() 564 INT secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_stack_context_restore()
|
/ThreadX-v6.4.1/ports/cortex_m55/iar/src/ |
D | tx_thread_secure_stack.c | 62 INT tx_next_free_index; /* Next free index of free secure context */ 68 static INT tx_head_free_index = 0U; 124 INT index; in _tx_thread_secure_mode_stack_initialize() 223 INT secure_context_index; in _tx_thread_secure_mode_stack_allocate() 369 INT secure_context_index; in _tx_thread_secure_mode_stack_free() 374 secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_mode_stack_free() 474 INT secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_stack_context_save() 566 INT secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_stack_context_restore()
|
/ThreadX-v6.4.1/ports_arch/ARMv8-M/threadx/ac6/src/ |
D | tx_thread_secure_stack.c | 62 INT tx_next_free_index; /* Next free index of free secure context */ 68 static INT tx_head_free_index = 0U; 125 INT index; in _tx_thread_secure_mode_stack_initialize() 221 INT secure_context_index; in _tx_thread_secure_mode_stack_allocate() 364 INT secure_context_index; in _tx_thread_secure_mode_stack_free() 369 secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_mode_stack_free() 469 INT secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_stack_context_save() 561 INT secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_stack_context_restore()
|