Home
last modified time | relevance | path

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

/dragonfly/lib/libthread_xu/thread/
H A Dthr_private.h228 struct __pthread_attr_s { struct
229 int sched_policy;
230 int sched_inherit;
231 int prio;
232 int suspend;
235 int flags;
236 void *stackaddr_attr;
237 size_t stacksize_attr;
238 size_t guardsize_attr;
239 cpumask_t cpumask;