Searched defs:pthread (Results 1 – 2 of 2) sorted by relevance
/tests/posix/common/src/ |
A D | pthread.c | 229 ZTEST(pthread, test_pthread_priority_conversion) in ZTEST() argument 259 ZTEST(pthread, test_pthread_execution) in ZTEST() argument 349 ZTEST(pthread, test_pthread_termination) in ZTEST() argument 379 ZTEST(pthread, test_pthread_tryjoin) in ZTEST() argument 399 ZTEST(pthread, test_pthread_timedjoin) in ZTEST() argument 447 ZTEST(pthread, test_pthread_descriptor_leak) in ZTEST() argument 459 ZTEST(pthread, test_pthread_equal) in ZTEST() argument 487 ZTEST(pthread, test_pthread_cleanup) in ZTEST() argument 525 ZTEST(pthread, test_pthread_testcancel) in ZTEST() argument 553 ZTEST(pthread, test_pthread_setschedprio) in ZTEST() argument
|
/tests/kernel/threads/thread_init/src/ |
A D | main.c | 148 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
|
Completed in 14 milliseconds