Searched refs:SEM_FAILED (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/tools/regression/posixsem2/
H A Dsemtest.c64 if (s == SEM_FAILED)
67 if (s2 == SEM_FAILED)
106 if (s == SEM_FAILED)
109 if (s2 != SEM_FAILED)
115 if (s3 == SEM_FAILED)
/freebsd-11-stable/include/
H A Dsemaphore.h49 #define SEM_FAILED ((sem_t *)0) macro
/freebsd-11-stable/lib/libc/gen/
H A Dsem.c95 #define SEM_FAILED ((sem_t *)0) macro
244 return (SEM_FAILED);
279 return (SEM_FAILED);
H A Dsem_new.c155 return (SEM_FAILED);
161 return (SEM_FAILED);
165 return (SEM_FAILED);
253 return (SEM_FAILED);
/freebsd-11-stable/contrib/netbsd-tests/lib/librt/
H A Dt_sem.c96 ATF_REQUIRE(sem_b != SEM_FAILED);
142 ATF_REQUIRE(sem_a != SEM_FAILED);
/freebsd-11-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_sem.c130 ATF_REQUIRE_MSG(semp != SEM_FAILED, "%s", strerror(errno));
/freebsd-11-stable/contrib/apr/locks/unix/
H A Dproc_mutex.c90 #ifndef SEM_FAILED
91 #define SEM_FAILED (-1) macro
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-11-stable/contrib/ofed/librdmacm/
H A Dpreload.c696 if (sem == SEM_FAILED) {
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c[all...]

Completed in 708 milliseconds