Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/tests/posix/common/src/
Dpthread.c274 ret = pthread_attr_getschedparam(&attr[0], &getschedparam); in test_posix_pthread_execution()
335 pthread_attr_getschedparam(&attr[i], &getschedparam); in test_posix_pthread_execution()
418 zassert_equal(pthread_attr_getschedparam(NULL, &param), EINVAL, in test_posix_pthread_error_condition()
/Zephyr-Core-2.7.6/arch/posix/include/
Dposix_cheats.h126 #define pthread_attr_getschedparam(...) \ macro
/Zephyr-Core-2.7.6/include/posix/
Dpthread.h487 int pthread_attr_getschedparam(const pthread_attr_t *attr,
/Zephyr-Core-2.7.6/lib/posix/
Dpthread.c579 int pthread_attr_getschedparam(const pthread_attr_t *attr, in pthread_attr_getschedparam() function
/Zephyr-Core-2.7.6/doc/guides/portability/
Dposix.rst131 pthread_attr_getschedparam(),+