Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/
Dpx_sem_open.c139 if( (oflag == O_CREAT) || ( (oflag & (O_CREAT|O_EXCL )) == (O_CREAT|O_EXCL) ) ) in sem_open()
224 if( (oflag == O_EXCL) || (oflag & (O_CREAT|O_EXCL )) == (O_CREAT|O_EXCL) ) in sem_open()
235 if( (oflag == O_CREAT) || (oflag==0)) in sem_open()
Dpx_mq_open.c98 case O_CREAT: in mq_open()
100 case (O_EXCL | O_CREAT): in mq_open()
Dfcntl.h55 #define O_CREAT 0x0100 macro
Dposix_demo.c161 q_des = mq_open("Queue",O_CREAT|O_RDWR,0,&queue_atrr); in tx_application_define()
164 sem = sem_open("Sem0", O_CREAT | O_EXCL,0,1); 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()
189 sem = sem_open("Sem0", O_CREAT | O_EXCL,0,1); in tx_application_define()
Dposix_signal_suspended_thread_test.c103 sem = sem_open("Sem0", O_CREAT | O_EXCL,0,1); in tx_application_define()
Dposix_signal_resume_thread_test.c103 sem = sem_open("Sem0", O_CREAT | O_EXCL,0,1); in tx_application_define()