Searched refs:sem_open (Results 1 – 7 of 7) sorted by relevance
| /ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/ |
| D | px_sem_open.c | 77 sem_t * sem_open(const CHAR * name, ULONG oflag, ...) in sem_open() function
|
| 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()
|
| D | tx_posix.h | 493 sem_t *sem_open(const char * name, ULONG oflag, ...);
|
| D | readme_threadx_posix.txt | 109 sem_t *sem_open(const char * name, ULONG oflag, ...); 310 semaphore before creating or opening (sem_open()) the named semaphore, erratic
|