Home
last modified time | relevance | path

Searched refs:pthread_attr_setschedparam (Results 1 – 9 of 9) sorted by relevance

/Zephyr-Core-2.7.6/tests/posix/common/src/
Dmutex.c81 pthread_attr_setschedparam(&attr, &schedparam); in test_posix_normal_mutex()
140 pthread_attr_setschedparam(&attr2, &schedparam2); in test_posix_recursive_mutex()
Dpthread_key.c151 pthread_attr_setschedparam(&attr[i], &schedparam); in test_posix_multiple_threads_single_key()
196 pthread_attr_setschedparam(&attr, &schedparam); in test_posix_single_thread_multiple_keys()
Dpthread.c260 ret = pthread_attr_setschedparam(&attr[0], &schedparam); in test_posix_pthread_execution()
334 pthread_attr_setschedparam(&attr[i], &schedparam); in test_posix_pthread_execution()
435 zassert_equal(pthread_attr_setschedparam(NULL, &param), EINVAL, in test_posix_pthread_error_condition()
496 pthread_attr_setschedparam(&attr[i], &schedparam); in test_posix_pthread_termination()
691 zassert_equal(0, pthread_attr_setschedparam(&attr, &param), in test_sched_policy()
Dsemaphore.c44 pthread_attr_setschedparam(attr, &schedparam); in initialize_thread_attr()
Dposix_rwlock.c90 pthread_attr_setschedparam(&attr[i], &schedparam); in test_posix_rw_lock()
/Zephyr-Core-2.7.6/arch/posix/include/
Dposix_cheats.h143 #define pthread_attr_setschedparam(...) \ macro
/Zephyr-Core-2.7.6/include/posix/
Dpthread.h503 int pthread_attr_setschedparam(pthread_attr_t *attr,
/Zephyr-Core-2.7.6/lib/posix/
Dpthread.c86 int pthread_attr_setschedparam(pthread_attr_t *attr, in pthread_attr_setschedparam() function
/Zephyr-Core-2.7.6/doc/guides/portability/
Dposix.rst134 pthread_attr_setschedparam(),+