Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/
Dpx_mq_send.c129 if(((mqdes->f_flag & O_WRONLY) != O_WRONLY) && ((mqdes->f_flag & O_RDWR) != O_RDWR)) in mq_send()
Dfcntl.h50 #define O_WRONLY 0x0001 macro
Dpx_mq_open.c172 case O_WRONLY: in mq_open()