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

/freebsd-current/tools/regression/posixsem2/
H A Dsemtest.c63 if (s == SEM_FAILED)
66 if (s2 == SEM_FAILED)
105 if (s == SEM_FAILED)
108 if (s2 != SEM_FAILED)
114 if (s3 == SEM_FAILED)
/freebsd-current/include/
H A Dsemaphore.h49 #define SEM_FAILED ((sem_t *)0) macro
/freebsd-current/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-current/contrib/netbsd-tests/lib/libpthread/
H A Dt_sem.c130 ATF_REQUIRE_MSG(semp != SEM_FAILED, "%s", strerror(errno));
/freebsd-current/contrib/netbsd-tests/lib/librt/
H A Dt_sem.c119 ATF_REQUIRE(sem_b != SEM_FAILED);
165 ATF_REQUIRE(sem_a != SEM_FAILED);
/freebsd-current/contrib/ofed/librdmacm/
H A Dpreload.c696 if (sem == SEM_FAILED) {
/freebsd-current/contrib/sqlite3/
H A Dsqlite3.c[all...]

Completed in 637 milliseconds