Home
last modified time | relevance | path

Searched refs:threadLaunch (Results 1 – 3 of 3) sorted by relevance

/system/netd/libnetdutils/
DThreadUtilTest.cpp89 threadLaunch(obj); in TEST()
114 threadLaunch(obj1); in TEST()
115 threadLaunch(obj2); in TEST()
116 threadLaunch(obj3); in TEST()
/system/netd/libnetdutils/include/netdutils/
DThreadUtil.h58 inline int threadLaunch(T* obj) { in threadLaunch() function
/system/netd/server/
DMDnsSdListener.cpp530 const int rval = ::android::netdutils::threadLaunch(this); in Monitor()