OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ATF_REQUIRE
(Results
1 - 4
of
4
) sorted by relevancy
/src/tests/lib/libpthread/dlopen/dso/
h_pthread_dlopen.c
41
#define
ATF_REQUIRE
(a) assert(a)
61
ATF_REQUIRE
(mtx != NULL);
62
ATF_REQUIRE
(pthread_mutex_lock(mtx) == 0);
70
ATF_REQUIRE
(mtx != NULL);
71
ATF_REQUIRE
(pthread_mutex_unlock(mtx) == 0);
83
ATF_REQUIRE
(ret == 0);
/src/external/bsd/atf/dist/atf-c++/
macros.hpp
102
#define
ATF_REQUIRE
(x) \
122
ATF_REQUIRE
((collection).find(element) != (collection).end())
125
ATF_REQUIRE
((collection).find(element) == (collection).end())
/src/tests/lib/libc/regex/
t_exhaust.c
47
# define
ATF_REQUIRE
(a) assert(a)
221
ATF_REQUIRE
(setrlimit(RLIMIT_VMEM, &limit) != -1);
/src/external/bsd/atf/dist/atf-c/
macros.h
146
#define
ATF_REQUIRE
(x) \
Completed in 26 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026