Searched refs:O_EXCL (Results 1 – 7 of 7) sorted by relevance
/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/ |
D | px_sem_open.c | 129 if( oflag == O_EXCL ) in sem_open() 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()
|
D | px_mq_open.c | 100 case (O_EXCL | O_CREAT): in mq_open() 158 case O_EXCL: in mq_open()
|
D | fcntl.h | 57 #define O_EXCL 0x0400 macro
|
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()
|
D | posix_demo.c | 164 sem = sem_open("Sem0", O_CREAT | O_EXCL,0,1); in tx_application_define()
|
D | posix_signal_self_send_test.c | 189 sem = sem_open("Sem0", O_CREAT | O_EXCL,0,1); in tx_application_define()
|