Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/
Dpx_mq_get_new_queue.c69 POSIX_MSG_QUEUE * posix_get_new_queue(ULONG maxnum) in posix_get_new_queue()
73 POSIX_MSG_QUEUE *q_ptr; in posix_get_new_queue()
89 return((POSIX_MSG_QUEUE *)NULL); in posix_get_new_queue()
117 return((POSIX_MSG_QUEUE *)0); in posix_get_new_queue()
Dpx_mq_find_queue.c67 POSIX_MSG_QUEUE * posix_find_queue(const CHAR *mq_name) in posix_find_queue()
70 POSIX_MSG_QUEUE *q_ptr; in posix_find_queue()
77 q_ptr = (POSIX_MSG_QUEUE*)NULL; in posix_find_queue()
111 q_ptr = (POSIX_MSG_QUEUE*)NULL; in posix_find_queue()
Dpx_int.h103 PX_OBJECT_DECLARE POSIX_MSG_QUEUE posix_queue_pool[POSIX_MAX_QUEUES];
135 POSIX_MSG_QUEUE *posix_mq_create ( const CHAR * mq_name,
138 POSIX_MSG_QUEUE *posix_find_queue(const CHAR * mq_name);
140 POSIX_MSG_QUEUE *posix_get_new_queue(ULONG maxnum);
152 struct mq_des *posix_get_queue_des(POSIX_MSG_QUEUE * q_ptr);
154 VOID posix_reset_queue(POSIX_MSG_QUEUE * q_ptr);
164 INT posix_queue_delete(POSIX_MSG_QUEUE * q_ptr);
Dpx_mq_create.c81 POSIX_MSG_QUEUE * posix_mq_create (const CHAR * mq_name, in posix_mq_create()
87 POSIX_MSG_QUEUE *posix_q; in posix_mq_create()
101 return ((POSIX_MSG_QUEUE *)ERROR); in posix_mq_create()
Dpx_mq_close.c77 POSIX_MSG_QUEUE * q_ptr; in mq_close()
81 q_ptr = (POSIX_MSG_QUEUE * )Queue; in mq_close()
Dpx_mq_priority_search.c75 POSIX_MSG_QUEUE *q_ptr; in posix_priority_search()
83 q_ptr = (POSIX_MSG_QUEUE * )queue; in posix_priority_search()
Dpx_mq_putback_queue.c70 POSIX_MSG_QUEUE * q_ptr; in posix_putback_queue()
Dpx_mq_queue_delete.c70 INT posix_queue_delete(POSIX_MSG_QUEUE * q_ptr) in posix_queue_delete()
Dpx_mq_reset_queue.c68 VOID posix_reset_queue(POSIX_MSG_QUEUE * q_ptr) in posix_reset_queue()
Dpx_mq_get_queue_desc.c69 struct mq_des * posix_get_queue_des(POSIX_MSG_QUEUE * q_ptr) in posix_get_queue_des()
Dpx_mq_queue_init.c72 POSIX_MSG_QUEUE *queue_ptr; in posix_queue_init()
Dpx_mq_send.c86 POSIX_MSG_QUEUE *q_ptr; in mq_send()
96 q_ptr = (POSIX_MSG_QUEUE * )mqdes->f_data; in mq_send()
Dpx_mq_unlink.c73 POSIX_MSG_QUEUE *q_ptr; in mq_unlink()
Dpx_mq_receive.c83 POSIX_MSG_QUEUE * q_ptr; in mq_receive()
94 q_ptr = (POSIX_MSG_QUEUE * )mqdes->f_data; in mq_receive()
Dpx_mq_open.c79 POSIX_MSG_QUEUE *posix_queue; in mq_open()
Dtx_posix.h60 #define MAKE_POSIX_QUEUE(queue) ((POSIX_MSG_QUEUE *)queue)
409 }POSIX_MSG_QUEUE; typedef
417 POSIX_MSG_QUEUE * f_data;