OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ASSERT_EQ
(Results
1 - 2
of
2
) sorted by relevancy
/src/tests/kernel/
t_zombie.c
62
* wrapped with
ASSERT_EQ
()/ASSERT_NEQ() as that is guaranteed to work.
64
#define
ASSERT_EQ
(x, y) \
111
ASSERT_EQ
(sysctl(name, namelen, &p, &len, NULL, 0), 0);
122
ASSERT_EQ
(usleep(100), 0);
/src/tests/lib/libc/sys/
t_fork.c
60
* wrapped with
ASSERT_EQ
()/ASSERT_NEQ() as that is guaranteed to work.
62
#define
ASSERT_EQ
(x, y) \
106
ASSERT_EQ
(sysctl(name, namelen, 0, &len, NULL, 0), 0);
108
ASSERT_EQ
(reallocarr(&p, len, sizeof(struct kinfo_proc2)), 0);
112
ASSERT_EQ
(sysctl(name, namelen, p, &len, NULL, 0), 0);
128
ASSERT_EQ
(usleep(1000), 0);
132
ASSERT_EQ
(reallocarr(&p, 0, sizeof(struct kinfo_proc2)), 0);
174
ASSERT_EQ
(rv, 0);
175
ASSERT_EQ
(errno, 0);
196
ASSERT_EQ
(rv, 0)
[
all
...]
Completed in 12 milliseconds
Indexes created Wed Sep 24 05:09:52 GMT 2025