Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/
Dpx_sem_open.c129 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()
Dpx_mq_open.c100 case (O_EXCL | O_CREAT): in mq_open()
158 case O_EXCL: in mq_open()
Dfcntl.h57 #define O_EXCL 0x0400 macro
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()
Dposix_demo.c164 sem = sem_open("Sem0", O_CREAT | O_EXCL,0,1); in tx_application_define()
Dposix_signal_self_send_test.c189 sem = sem_open("Sem0", O_CREAT | O_EXCL,0,1); in tx_application_define()