Searched refs:O_EXCL (Results 1 – 7 of 7) sorted by relevance
| /ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/ |
| D | px_sem_open.c | 130 if( oflag == O_EXCL ) in sem_open() 140 if( (oflag == O_CREAT) || ( (oflag & (O_CREAT|O_EXCL )) == (O_CREAT|O_EXCL) ) ) in sem_open() 225 if( (oflag == O_EXCL) || (oflag & (O_CREAT|O_EXCL )) == (O_CREAT|O_EXCL) ) in sem_open()
|
| D | px_mq_open.c | 101 case (O_EXCL | O_CREAT): in mq_open() 159 case O_EXCL: in mq_open()
|
| D | fcntl.h | 58 #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()
|