Home
last modified time | relevance | path

Searched defs:pthread (Results 1 – 4 of 4) sorted by relevance

/Zephyr-Core-3.7.0/tests/posix/common/src/
Dpthread.c223 ZTEST(pthread, test_pthread_priority_conversion) in ZTEST() argument
253 ZTEST(pthread, test_pthread_execution) in ZTEST() argument
344 ZTEST(pthread, test_pthread_termination) in ZTEST() argument
380 ZTEST(pthread, test_pthread_descriptor_leak) in ZTEST() argument
392 ZTEST(pthread, test_sched_getparam) in ZTEST() argument
401 ZTEST(pthread, test_sched_getscheduler) in ZTEST() argument
408 ZTEST(pthread, test_sched_setparam) in ZTEST() argument
419 ZTEST(pthread, test_sched_setscheduler) in ZTEST() argument
431 ZTEST(pthread, test_sched_rr_get_interval) in ZTEST() argument
443 ZTEST(pthread, test_pthread_equal) in ZTEST() argument
[all …]
/Zephyr-Core-3.7.0/tests/kernel/threads/thread_init/src/
Dmain.c148 k_tid_t pthread = k_thread_create(&thread_preempt, stack_preempt, in ZTEST_USER() local
185 k_tid_t pthread = k_thread_create(&thread_coop, stack_coop, in ZTEST() local
/Zephyr-Core-3.7.0/lib/posix/options/
Dpthread.c139 struct posix_thread *to_posix_thread(pthread_t pthread) in to_posix_thread()
790 int pthread_cancel(pthread_t pthread) in pthread_cancel()
828 int pthread_setschedparam(pthread_t pthread, int policy, const struct sched_param *param) in pthread_setschedparam()
943 int pthread_getschedparam(pthread_t pthread, int *policy, struct sched_param *param) in pthread_getschedparam()
1037 int pthread_join(pthread_t pthread, void **status) in pthread_join()
1106 int pthread_detach(pthread_t pthread) in pthread_detach()
/Zephyr-Core-3.7.0/include/zephyr/portability/
Dcmsis_os.h167 os_pthread pthread; ///< start address of thread function member