Searched refs:do_plain_tests (Results 1 - 3 of 3) sorted by relevance
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | waitndk.cpp | 28 int do_plain_tests(int (*fn1)(void *arg), void *arg1, int (*fn2)(void *arg), void *arg2)
in do_plain_tests() function 55 do_plain_tests(waittest, test, nullptr, nullptr);
in Wait() 76 do_plain_tests(wait4test, test, nullptr, nullptr);
in Wait4() 94 do_plain_tests(Wait3test, test, nullptr, nullptr);
in Wait3() 114 do_plain_tests(waitidtest, test, nullptr, nullptr);
in Waitid() 135 do_plain_tests(waitpidtest, test, nullptr, nullptr);
in Waitpid()
|
H A D | otherstestndk.cpp | 568 int do_plain_tests(int (*fn1)(void *arg), void *arg1, int (*fn2)(void *arg), void *arg2)
in do_plain_tests() function 600 do_plain_tests(cndwaittest, test, nullptr, nullptr);
in CndWait()
|
H A D | unistdndk.cpp | 2018 int do_plain_tests(int (*fn1)(void *arg), void *arg1, int (*fn2)(void *arg), void *arg2)
in do_plain_tests() function 2046 do_plain_tests(Msggettest, test1, nullptr, nullptr);
in Daemon()
|
Completed in 9 milliseconds