Searched refs:DoPlainTests (Results 1 - 3 of 3) sorted by relevance
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | mountndk.cpp | 37 int DoPlainTests(int (*fn1)(void *arg), void *arg1, int (*fn2)(void *arg), void *arg2)
in DoPlainTests() function 90 DoPlainTests(Mounttest, test1, nullptr, nullptr);
in Mount() 113 DoPlainTests(umounttest, test1, nullptr, nullptr);
in Umount() 135 DoPlainTests(umount2test, test1, nullptr, nullptr);
in Umount2()
|
H A D | mntentndk.cpp | 49 int DoPlainTests(int (*fn1)(void *arg), void *arg1, int (*fn2)(void *arg), void *arg2)
in DoPlainTests() function 83 DoPlainTests(getmntenttest, test, nullptr, nullptr);
in GetMnTent() 108 DoPlainTests(GetmntentRtest, test, nullptr, nullptr);
in GetMnTentR()
|
H A D | threadsndk.cpp | 331 int DoPlainTests(int (*fn1)(void *arg), void *arg1, int (*fn2)(void *arg), void *arg2)
in DoPlainTests() function 363 DoPlainTests(Cndtimewaittest, test, nullptr, nullptr);
in Cnd_timedWait()
|
Completed in 4 milliseconds