Searched refs:O_CREAT (Results 1 – 7 of 7) sorted by relevance
/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/ |
D | px_sem_open.c | 139 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()
|
D | px_mq_open.c | 98 case O_CREAT: in mq_open() 100 case (O_EXCL | O_CREAT): in mq_open()
|
D | fcntl.h | 55 #define O_CREAT 0x0100 macro
|
D | posix_demo.c | 161 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()
|
D | posix_signal_self_send_test.c | 186 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()
|
D | posix_signal_suspended_thread_test.c | 103 sem = sem_open("Sem0", O_CREAT | O_EXCL,0,1); in tx_application_define()
|
D | posix_signal_resume_thread_test.c | 103 sem = sem_open("Sem0", O_CREAT | O_EXCL,0,1); in tx_application_define()
|