| /ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/ |
| D | tx_posix.h | 281 INT detach_state; 282 INT inherit_sched; 283 INT sched_policy; 287 INT inuse; 291 typedef INT ssize_t ; /* this should be pulled in from sys\types.h */ 309 INT detach_state; 310 INT inherit_sched; 311 INT sched_policy; 315 INT cancel_state; 316 INT cancel_type; [all …]
|
| D | sched.h | 52 INT sched_priority; 60 INT sched_get_priority_max(INT policy); 61 INT sched_get_priority_min(INT policy); 63 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 | 55 typedef INT clockid_t; 73 INT clock_settime(clockid_t, const struct timespec *); 74 INT clock_gettime(clockid_t, struct timespec *); 75 INT clock_getres(clockid_t, struct timespec *); 78 INT nanosleep(struct timespec *req, struct timespec *rem);
|
| D | px_sched_get_prio.c | 71 INT sched_get_priority_max(INT policy) in sched_get_priority_max() 119 INT sched_get_priority_min(INT policy) in sched_get_priority_min()
|
| D | tx_px_time.h | 66 INT clock_settime(clockid_t, const struct timespec *); 67 INT clock_gettime(clockid_t, struct timespec *); 68 INT clock_getres(clockid_t, struct timespec *); 71 INT nanosleep(struct timespec *req, struct timespec *rem);
|
| /ThreadX-v6.3.0/ports/cortex_m23/ac6/src/ |
| D | tx_thread_secure_stack.c | 63 INT tx_next_free_index; /* Next free index of free secure context */ 69 static INT tx_head_free_index = 0U; 126 INT index; in _tx_thread_secure_mode_stack_initialize() 222 INT secure_context_index; in _tx_thread_secure_mode_stack_allocate() 365 INT secure_context_index; in _tx_thread_secure_mode_stack_free() 370 secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_mode_stack_free() 470 INT secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_stack_context_save() 562 INT secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_stack_context_restore()
|
| /ThreadX-v6.3.0/ports/cortex_m23/gnu/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() 226 INT secure_context_index; in _tx_thread_secure_mode_stack_allocate() 374 INT secure_context_index; in _tx_thread_secure_mode_stack_free() 379 secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_mode_stack_free() 481 INT secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_stack_context_save() 576 INT secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_stack_context_restore()
|
| /ThreadX-v6.3.0/ports/cortex_m23/iar/src/ |
| D | tx_thread_secure_stack.c | 63 INT tx_next_free_index; /* Next free index of free secure context */ 69 static INT tx_head_free_index = 0U; 126 INT index; in _tx_thread_secure_mode_stack_initialize() 224 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.3.0/ports_module/cortex_m33/ac6/module_manager/src/ |
| D | tx_thread_secure_stack.c | 63 INT tx_next_free_index; /* Next free index of free secure context */ 69 static INT tx_head_free_index = 0U; 126 INT index; in _tx_thread_secure_mode_stack_initialize() 222 INT secure_context_index; in _tx_thread_secure_mode_stack_allocate() 365 INT secure_context_index; in _tx_thread_secure_mode_stack_free() 370 secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_mode_stack_free() 470 INT secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_stack_context_save() 562 INT secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_stack_context_restore()
|
| /ThreadX-v6.3.0/ports_module/cortex_m33/gnu/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() 224 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() 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.3.0/ports_module/cortex_m33/iar/module_manager/src/ |
| D | tx_thread_secure_stack.c | 63 INT tx_next_free_index; /* Next free index of free secure context */ 69 static INT tx_head_free_index = 0U; 125 INT index; in _tx_thread_secure_mode_stack_initialize() 224 INT secure_context_index; in _tx_thread_secure_mode_stack_allocate() 370 INT secure_context_index; in _tx_thread_secure_mode_stack_free() 375 secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_mode_stack_free() 475 INT secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_stack_context_save() 567 INT secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_stack_context_restore()
|
| /ThreadX-v6.3.0/ports/cortex_m85/ac6/src/ |
| D | tx_thread_secure_stack.c | 63 INT tx_next_free_index; /* Next free index of free secure context */ 69 static INT tx_head_free_index = 0U; 126 INT index; in _tx_thread_secure_mode_stack_initialize() 222 INT secure_context_index; in _tx_thread_secure_mode_stack_allocate() 365 INT secure_context_index; in _tx_thread_secure_mode_stack_free() 370 secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_mode_stack_free() 470 INT secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_stack_context_save() 562 INT secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_stack_context_restore()
|
| /ThreadX-v6.3.0/ports/cortex_m85/gnu/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() 224 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() 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.3.0/ports/cortex_m85/iar/src/ |
| D | tx_thread_secure_stack.c | 63 INT tx_next_free_index; /* Next free index of free secure context */ 69 static INT tx_head_free_index = 0U; 125 INT index; in _tx_thread_secure_mode_stack_initialize() 224 INT secure_context_index; in _tx_thread_secure_mode_stack_allocate() 370 INT secure_context_index; in _tx_thread_secure_mode_stack_free() 375 secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_mode_stack_free() 475 INT secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_stack_context_save() 567 INT secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_stack_context_restore()
|
| /ThreadX-v6.3.0/ports/cortex_m55/gnu/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() 224 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() 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.3.0/ports/cortex_m55/iar/src/ |
| D | tx_thread_secure_stack.c | 63 INT tx_next_free_index; /* Next free index of free secure context */ 69 static INT tx_head_free_index = 0U; 125 INT index; in _tx_thread_secure_mode_stack_initialize() 224 INT secure_context_index; in _tx_thread_secure_mode_stack_allocate() 370 INT secure_context_index; in _tx_thread_secure_mode_stack_free() 375 secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_mode_stack_free() 475 INT secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_stack_context_save() 567 INT secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_stack_context_restore()
|
| /ThreadX-v6.3.0/ports/cortex_m33/ac6/src/ |
| D | tx_thread_secure_stack.c | 63 INT tx_next_free_index; /* Next free index of free secure context */ 69 static INT tx_head_free_index = 0U; 126 INT index; in _tx_thread_secure_mode_stack_initialize() 222 INT secure_context_index; in _tx_thread_secure_mode_stack_allocate() 365 INT secure_context_index; in _tx_thread_secure_mode_stack_free() 370 secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_mode_stack_free() 470 INT secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_stack_context_save() 562 INT secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_stack_context_restore()
|
| /ThreadX-v6.3.0/ports/cortex_m33/gnu/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() 224 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() 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.3.0/ports/cortex_m33/iar/src/ |
| D | tx_thread_secure_stack.c | 63 INT tx_next_free_index; /* Next free index of free secure context */ 69 static INT tx_head_free_index = 0U; 125 INT index; in _tx_thread_secure_mode_stack_initialize() 224 INT secure_context_index; in _tx_thread_secure_mode_stack_allocate() 370 INT secure_context_index; in _tx_thread_secure_mode_stack_free() 375 secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_mode_stack_free() 475 INT secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_stack_context_save() 567 INT secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_stack_context_restore()
|
| /ThreadX-v6.3.0/ports/cortex_m55/ac6/src/ |
| D | tx_thread_secure_stack.c | 63 INT tx_next_free_index; /* Next free index of free secure context */ 69 static INT tx_head_free_index = 0U; 126 INT index; in _tx_thread_secure_mode_stack_initialize() 222 INT secure_context_index; in _tx_thread_secure_mode_stack_allocate() 365 INT secure_context_index; in _tx_thread_secure_mode_stack_free() 370 secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_mode_stack_free() 470 INT secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_stack_context_save() 562 INT secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_stack_context_restore()
|
| /ThreadX-v6.3.0/ports_arch/ARMv8-M/threadx/iar/src/ |
| D | tx_thread_secure_stack.c | 63 INT tx_next_free_index; /* Next free index of free secure context */ 69 static INT tx_head_free_index = 0U; 125 INT index; in _tx_thread_secure_mode_stack_initialize() 224 INT secure_context_index; in _tx_thread_secure_mode_stack_allocate() 370 INT secure_context_index; in _tx_thread_secure_mode_stack_free() 375 secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_mode_stack_free() 475 INT secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_stack_context_save() 567 INT secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_stack_context_restore()
|
| /ThreadX-v6.3.0/ports_arch/ARMv8-M/threadx/ac6/src/ |
| D | tx_thread_secure_stack.c | 63 INT tx_next_free_index; /* Next free index of free secure context */ 69 static INT tx_head_free_index = 0U; 126 INT index; in _tx_thread_secure_mode_stack_initialize() 222 INT secure_context_index; in _tx_thread_secure_mode_stack_allocate() 365 INT secure_context_index; in _tx_thread_secure_mode_stack_free() 370 secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_mode_stack_free() 470 INT secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_stack_context_save() 562 INT secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_stack_context_restore()
|
| /ThreadX-v6.3.0/ports_arch/ARMv8-M/threadx/gnu/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() 224 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() 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.3.0/ports_module/cortex_m23/ac6/module_manager/src/ |
| D | tx_thread_secure_stack.c | 63 INT tx_next_free_index; /* Next free index of free secure context */ 69 static INT tx_head_free_index = 0U; 126 INT index; in _tx_thread_secure_mode_stack_initialize() 222 INT secure_context_index; in _tx_thread_secure_mode_stack_allocate() 365 INT secure_context_index; in _tx_thread_secure_mode_stack_free() 370 secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_mode_stack_free() 470 INT secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_stack_context_save() 562 INT secure_context_index = (INT)thread_ptr -> tx_thread_secure_stack_context - 1; in _tx_thread_secure_stack_context_restore()
|