Searched refs:scoped_attr (Results 1 – 1 of 1) sorted by relevance
81 scoped_pthread_attr scoped_attr; in threadLaunch() local83 int rval = scoped_attr.detach(); in threadLaunch()87 rval = pthread_create(&thread, &scoped_attr.attr, &threadMain<T>, self); in threadLaunch()