Home
last modified time | relevance | path

Searched defs:h (Results 1 – 3 of 3) sorted by relevance

/test/xts/acts/kernel_lite/dyload_posix/
DDlopenTest.cpp50 void* h = dlopen(newSO, RTLD_NOW); variable
103 void* h = dlopen("./target/libdso1.so", RTLD_NOW); variable
163 void* h = dlopen("not_exist_dso1.so", RTLD_NOW); variable
DDlopenApiTest.cpp52 void* h = dlopen(0, 0); variable
/test/xts/acts/kernel_lite/ipc_posix/signal/
DSignalTestUtils.cpp196 void IpcSignalTest::SignalFailTest(int signum, handler_type h, int expectErrno) in SignalFailTest()