Home
last modified time | relevance | path

Searched refs:assert_with_errno (Results 1 – 20 of 20) sorted by relevance

/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/os/posix/
H A Dsemaphore_posix.cpp39 #define assert_with_errno(cond, msg) check_with_errno(assert, cond, msg) macro
50 assert_with_errno(ret == 0, "sem_destroy failed"); in ~PosixSemaphore()
57 assert_with_errno(ret == 0, "sem_post failed"); in signal()
68 assert_with_errno(ret == 0, "sem_wait failed"); in wait()
78 assert_with_errno(ret == 0 || errno == EAGAIN, "trywait failed"); in trywait()
99 assert_with_errno(false, "timedwait failed"); in timedwait()
H A Dos_posix.cpp101 #define assert_with_errno(cond, msg) check_with_errno(assert, cond, msg) macro
244 assert_with_errno(ret == 0, "unlink returned error"); in create_file_for_heap()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/os/posix/vm/
H A Dsemaphore_posix.cpp39 #define assert_with_errno(cond, msg) check_with_errno(assert, cond, msg) macro
56 assert_with_errno(ret == 0, "sem_post failed"); in signal()
67 assert_with_errno(ret == 0, "sem_wait failed"); in wait()
77 assert_with_errno(ret == 0 || errno == EAGAIN, "trywait failed"); in trywait()
92 assert_with_errno(false, "timedwait failed"); in timedwait()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/os/posix/vm/
H A Dsemaphore_posix.cpp39 #define assert_with_errno(cond, msg) check_with_errno(assert, cond, msg) macro
56 assert_with_errno(ret == 0, "sem_post failed"); in signal()
67 assert_with_errno(ret == 0, "sem_wait failed"); in wait()
77 assert_with_errno(ret == 0 || errno == EAGAIN, "trywait failed"); in trywait()
92 assert_with_errno(false, "timedwait failed"); in timedwait()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/os/posix/
H A Dsemaphore_posix.cpp39 #define assert_with_errno(cond, msg) check_with_errno(assert, cond, msg) macro
56 assert_with_errno(ret == 0, "sem_post failed"); in signal()
67 assert_with_errno(ret == 0, "sem_wait failed"); in wait()
77 assert_with_errno(ret == 0 || errno == EAGAIN, "trywait failed"); in trywait()
92 assert_with_errno(false, "timedwait failed"); in timedwait()
H A Dos_posix.cpp85 #define assert_with_errno(cond, msg) check_with_errno(assert, cond, msg) macro
198 assert_with_errno(ret == 0, "sigfillset returned error"); in create_file_for_heap()
214 assert_with_errno(ret == 0, "unlink returned error"); in create_file_for_heap()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/os/posix/
H A Dsemaphore_posix.cpp39 #define assert_with_errno(cond, msg) check_with_errno(assert, cond, msg) macro
56 assert_with_errno(ret == 0, "sem_post failed"); in signal()
67 assert_with_errno(ret == 0, "sem_wait failed"); in wait()
77 assert_with_errno(ret == 0 || errno == EAGAIN, "trywait failed"); in trywait()
92 assert_with_errno(false, "timedwait failed"); in timedwait()
H A Dos_posix.cpp85 #define assert_with_errno(cond, msg) check_with_errno(assert, cond, msg) macro
198 assert_with_errno(ret == 0, "sigfillset returned error"); in create_file_for_heap()
214 assert_with_errno(ret == 0, "unlink returned error"); in create_file_for_heap()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/os/posix/
H A Dsemaphore_posix.cpp39 #define assert_with_errno(cond, msg) check_with_errno(assert, cond, msg) macro
56 assert_with_errno(ret == 0, "sem_post failed"); in signal()
67 assert_with_errno(ret == 0, "sem_wait failed"); in wait()
77 assert_with_errno(ret == 0 || errno == EAGAIN, "trywait failed"); in trywait()
92 assert_with_errno(false, "timedwait failed"); in timedwait()
H A Dos_posix.cpp83 #define assert_with_errno(cond, msg) check_with_errno(assert, cond, msg) macro
208 assert_with_errno(ret == 0, "sigfillset returned error"); in create_file_for_heap()
224 assert_with_errno(ret == 0, "unlink returned error"); in create_file_for_heap()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/os/posix/
H A Dsemaphore_posix.cpp39 #define assert_with_errno(cond, msg) check_with_errno(assert, cond, msg) macro
56 assert_with_errno(ret == 0, "sem_post failed"); in signal()
67 assert_with_errno(ret == 0, "sem_wait failed"); in wait()
77 assert_with_errno(ret == 0 || errno == EAGAIN, "trywait failed"); in trywait()
98 assert_with_errno(false, "timedwait failed"); in timedwait()
H A Dos_posix.cpp86 #define assert_with_errno(cond, msg) check_with_errno(assert, cond, msg) macro
224 assert_with_errno(ret == 0, "unlink returned error"); in create_file_for_heap()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/os/posix/
H A Dsemaphore_posix.cpp39 #define assert_with_errno(cond, msg) check_with_errno(assert, cond, msg) macro
56 assert_with_errno(ret == 0, "sem_post failed"); in signal()
67 assert_with_errno(ret == 0, "sem_wait failed"); in wait()
77 assert_with_errno(ret == 0 || errno == EAGAIN, "trywait failed"); in trywait()
98 assert_with_errno(false, "timedwait failed"); in timedwait()
H A Dos_posix.cpp91 #define assert_with_errno(cond, msg) check_with_errno(assert, cond, msg) macro
234 assert_with_errno(ret == 0, "unlink returned error"); in create_file_for_heap()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/os/posix/
H A Dsemaphore_posix.cpp39 #define assert_with_errno(cond, msg) check_with_errno(assert, cond, msg) macro
56 assert_with_errno(ret == 0, "sem_post failed"); in signal()
67 assert_with_errno(ret == 0, "sem_wait failed"); in wait()
77 assert_with_errno(ret == 0 || errno == EAGAIN, "trywait failed"); in trywait()
98 assert_with_errno(false, "timedwait failed"); in timedwait()
H A Dos_posix.cpp88 #define assert_with_errno(cond, msg) check_with_errno(assert, cond, msg) macro
231 assert_with_errno(ret == 0, "unlink returned error"); in create_file_for_heap()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/os/posix/
H A Dsemaphore_posix.cpp39 #define assert_with_errno(cond, msg) check_with_errno(assert, cond, msg) macro
56 assert_with_errno(ret == 0, "sem_post failed"); in signal()
67 assert_with_errno(ret == 0, "sem_wait failed"); in wait()
77 assert_with_errno(ret == 0 || errno == EAGAIN, "trywait failed"); in trywait()
98 assert_with_errno(false, "timedwait failed"); in timedwait()
H A Dos_posix.cpp88 #define assert_with_errno(cond, msg) check_with_errno(assert, cond, msg) macro
221 assert_with_errno(ret == 0, "unlink returned error"); in create_file_for_heap()
/dports/shells/fish/fish-3.3.1/src/
H A Dcommon.h245 #define assert_with_errno(e) (e) ? ((void)0) : __fish_assert(#e, __FILE__, __LINE__, errno) macro
H A Dcommon.cpp1751 assert_with_errno(gettimeofday(&tv, nullptr) != -1); in timef()