Searched refs:pthread_attr_getschedparam (Results 1 – 5 of 5) sorted by relevance
274 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, ¶m), EINVAL, in test_posix_pthread_error_condition()
126 #define pthread_attr_getschedparam(...) \ macro
487 int pthread_attr_getschedparam(const pthread_attr_t *attr,
579 int pthread_attr_getschedparam(const pthread_attr_t *attr, in pthread_attr_getschedparam() function
131 pthread_attr_getschedparam(),+