Home
last modified time | relevance | path

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

/Zephyr-latest/lib/posix/options/
Dposix_internal.h25 struct posix_thread_attr { struct
26 void *stack;
28 uint32_t stacksize : CONFIG_POSIX_PTHREAD_ATTR_STACKSIZE_BITS;
29 uint16_t guardsize : CONFIG_POSIX_PTHREAD_ATTR_GUARDSIZE_BITS;
30 int8_t priority;
31 uint8_t schedpolicy: 2;
32 bool contentionscope: 1;
33 bool inheritsched: 1;
57 struct posix_thread_attr attr; argument