Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/
Dpx_mq_open.c76 mqd_t mq_open(const CHAR * mqName, ULONG oflags,...) in mq_open() function
Dreadme_release_history.txt19 px_mq_open.c Fixed bug to handle a NULL attribute in mq_open().
Dposix_demo.c161 q_des = mq_open("Queue",O_CREAT|O_RDWR,0,&queue_atrr); in tx_application_define()
Dposix_signal_self_send_test.c186 q_des = mq_open("Queue",O_CREAT|O_RDWR,0,&queue_atrr); in tx_application_define()
Dtx_posix.h490 mqd_t mq_open(const CHAR * mqName, ULONG oflags,...);
Dreadme_threadx_posix.txt100 mqd_t mq_open(const CHAR * mqName, ULONG oflags,...);
270 1.) mq_open()