Searched refs:pthread_attr_setschedparam (Results 1 – 9 of 9) sorted by relevance
/Zephyr-Core-2.7.6/tests/posix/common/src/ |
D | mutex.c | 81 pthread_attr_setschedparam(&attr, &schedparam); in test_posix_normal_mutex() 140 pthread_attr_setschedparam(&attr2, &schedparam2); in test_posix_recursive_mutex()
|
D | pthread_key.c | 151 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()
|
D | pthread.c | 260 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, ¶m), 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, ¶m), in test_sched_policy()
|
D | semaphore.c | 44 pthread_attr_setschedparam(attr, &schedparam); in initialize_thread_attr()
|
D | posix_rwlock.c | 90 pthread_attr_setschedparam(&attr[i], &schedparam); in test_posix_rw_lock()
|
/Zephyr-Core-2.7.6/arch/posix/include/ |
D | posix_cheats.h | 143 #define pthread_attr_setschedparam(...) \ macro
|
/Zephyr-Core-2.7.6/include/posix/ |
D | pthread.h | 503 int pthread_attr_setschedparam(pthread_attr_t *attr,
|
/Zephyr-Core-2.7.6/lib/posix/ |
D | pthread.c | 86 int pthread_attr_setschedparam(pthread_attr_t *attr, in pthread_attr_setschedparam() function
|
/Zephyr-Core-2.7.6/doc/guides/portability/ |
D | posix.rst | 134 pthread_attr_setschedparam(),+
|