Home
last modified time | relevance | path

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

/system/netd/libnetdutils/include/netdutils/
DThreadUtil.h28 struct scoped_pthread_attr { struct
29 scoped_pthread_attr() { pthread_attr_init(&attr); } in scoped_pthread_attr() function
30 ~scoped_pthread_attr() { pthread_attr_destroy(&attr); } in ~scoped_pthread_attr() argument
50 scoped_pthread_attr scoped_attr; in threadLaunch() argument