Searched refs:sem_t (Results 26 - 50 of 55) sorted by relevance

123

/freebsd-13-stable/contrib/apr/include/
H A Dapr_portable.h148 sem_t *psem_interproc;
/freebsd-13-stable/tests/sys/aio/
H A Dlio_test.c45 static sem_t completions;
H A Daio_test.c92 static sem_t completions;
/freebsd-13-stable/tests/sys/fs/fusefs/
H A Ddev_fuse_poll.cc120 sem_t sem0, sem1;
H A Dopen.cc110 sem_t sem;
H A Dunlink.cc201 sem_t sem;
H A Dgetattr.cc177 sem_t sem;
H A Dread.cc234 sem_t sem;
H A Dxattr.cc51 static sem_t killer_semaphore;
/freebsd-13-stable/contrib/apr/locks/unix/
H A Dproc_mutex.c124 sem_t *psem;
167 } while (psem == (sem_t *)SEM_FAILED && errno == EINTR);
168 if (psem == (sem_t *)SEM_FAILED) {
177 } while (psem == (sem_t *)SEM_FAILED && errno == EINTR);
180 if (psem == (sem_t *)SEM_FAILED) {
/freebsd-13-stable/contrib/netbsd-tests/fs/ffs/
H A Dh_quota2_tests.c370 static sem_t sigsem;
/freebsd-13-stable/tests/sys/kern/
H A Dkcov.c143 static sem_t sem1, sem2;
/freebsd-13-stable/sys/contrib/openzfs/etc/systemd/system-generators/
H A Dzfs-mount-generator.c90 sem_t noauto_not_on_sem;
92 sem_t noauto_names_sem;
575 sem_t *our_sem = (strcmp(p_canmount, "on") == 0) ?
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.cpp364 CHECK_TYPE_SIZE(sem_t); variable
H A Dsanitizer_platform_limits_freebsd.cpp528 CHECK_TYPE_SIZE(sem_t); variable
H A Dsanitizer_platform_limits_posix.cpp1268 CHECK_TYPE_SIZE(sem_t); variable
/freebsd-13-stable/usr.sbin/pppctl/
H A Dpppctl.c74 static sem_t sem_select; /* select() co-ordination between threads */
/freebsd-13-stable/usr.bin/sort/
H A Dradixsort.c96 static sem_t mtsem;
H A Dfile.c118 static sem_t tmp_files_sem;
1296 static sem_t mtsem;
/freebsd-13-stable/tests/sys/netmap/
H A Dctrl-api-test.c158 sem_t *sem; /* for thread synchronization */
1552 sem_t sem;
/freebsd-13-stable/contrib/ofed/librdmacm/examples/
H A Drping.c142 sem_t sem;
/freebsd-13-stable/tools/tools/syscall_timing/
H A Dsyscall_timing.c622 sem_t *buf;
/freebsd-13-stable/contrib/ofed/librdmacm/
H A Dpreload.c679 sem_t *sem;
/freebsd-13-stable/tests/sys/cddl/zfs/tests/txg_integrity/
H A Dfsync_integrity.c281 static sem_t chunk_sems[NUM_THREADS - 1][NUM_CHUNKS];
H A Dtxg_integrity.c310 static sem_t chunk_sems[NUM_CHUNKS];

Completed in 387 milliseconds

123