Home
last modified time | relevance | path

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

/Zephyr-latest/tests/posix/common/src/
Dpthread_attr.c242 int contentionscope = BIOS_FOOD; in ZTEST() local
262 int contentionscope = BIOS_FOOD; in ZTEST() local
/Zephyr-latest/lib/posix/options/
Dposix_internal.h32 bool contentionscope: 1; member
Dpthread.c378 int pthread_attr_getscope(const pthread_attr_t *_attr, int *contentionscope) in pthread_attr_getscope()
394 int pthread_attr_setscope(pthread_attr_t *_attr, int contentionscope) in pthread_attr_setscope()