Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/
Dpx_int.h71 #define PX_OBJECT_DECLARE macro
73 #define PX_OBJECT_DECLARE extern macro
80 PX_OBJECT_DECLARE TX_QUEUE posix_work_queue;
83 PX_OBJECT_DECLARE TX_THREAD posix_system_manager;
93 PX_OBJECT_DECLARE TX_BYTE_POOL posix_heap_byte_pool;
97 PX_OBJECT_DECLARE POSIX_TCB ptcb_pool[PTHREAD_THREADS_MAX];
102 PX_OBJECT_DECLARE POSIX_MSG_QUEUE posix_queue_pool[POSIX_MAX_QUEUES];
104 PX_OBJECT_DECLARE struct mq_attr posix_qattr_default;
110 PX_OBJECT_DECLARE sem_t posix_sem_pool[SEM_NSEMS_MAX];
115 PX_OBJECT_DECLARE pthread_attr_t posix_default_pthread_attr;
[all …]