Home
last modified time | relevance | path

Searched refs:sem_t (Results 151 - 175 of 215) sorted by relevance

123456789

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_unlink/
H A D6-1.c88 sem_t *sem1, *sem2; in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/
H A D23-1.c49 static sem_t *sem;
/third_party/musl/libc-test/src/functional/
H A Dpthread_cancel.c64 sem_t sem1; in main()
H A Dsem_open.c19 sem_t *sem, *sem2; in main()
H A Dpthread_cancel-points.c17 static sem_t sem_seq, sem_test;
H A Dpthread_mutex_pi.c34 sem_t s; in test_relock()
/third_party/pulseaudio/src/pulsecore/
H A Dsemaphore-osx.c44 sem_t *sem;
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/
H A Dwaiter.h125 sem_t sem_;
/third_party/NuttX/fs/vfs/
H A Dfs_poll.c81 sem_t sem;
95 static int poll_semtake(sem_t *sem) in poll_semtake()
/third_party/NuttX/include/nuttx/net/
H A Dnet.h353 int net_timedwait(sem_t *sem, FAR const struct timespec *abstime);
375 int net_lockedwait(sem_t *sem);
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/
H A D2-6.c56 sem_t semA;
57 sem_t semB;
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/fork/
H A Ds-c1.c102 static sem_t *sem_synchro;
103 static sem_t *sem_ending;
/third_party/musl/src/mq/
H A Dmq_notify.c15 sem_t sem;
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_detach/
H A D2-2.c95 static sem_t sem_sync;
/third_party/ltp/testcases/open_posix_testsuite/functional/semaphores/
H A Dsem_readerwriter.c31 static sem_t r_lock, w_lock;
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_lock/
H A D5-1.c90 static sem_t semsig, semstart;
H A D4-1.c90 static sem_t sem;
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
H A D16-1.c85 static sem_t sem;
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/sem_getvalue/
H A Dstress.c119 sem_t unnamed, *named; in main()
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/
H A Dmod.rs120 pub struct sem_t { structure names
/third_party/NuttX/drivers/pipes/
H A Dpipe.c81 static sem_t g_pipesem = {NULL};
/third_party/NuttX/fs/driver/
H A Dfs_devsyslog.c92 sem_t sl_sem; /* Enforces mutually exclusive access */
/third_party/NuttX/fs/vfs/include/
H A Dfile.h112 sem_t fl_sem; /* Manage access to the file list */
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_init/
H A D1-2.c92 static sem_t semA, semB;
H A D3-2.c98 static sem_t semA, semB;

Completed in 11 milliseconds

123456789