Home
last modified time | relevance | path

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

/system/netd/server/
DDnsProxyListener.cpp66 struct scoped_pthread_attr { struct
67 scoped_pthread_attr() { pthread_attr_init(&attr); } in scoped_pthread_attr() argument
68 ~scoped_pthread_attr() { pthread_attr_destroy(&attr); } in ~scoped_pthread_attr() argument
81 scoped_pthread_attr scoped_attr; in threadLaunch()