Home
last modified time | relevance | path

Searched refs:thread_2 (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-2.7.6/tests/posix/common/src/
Dmutex.c122 pthread_t thread_2; in test_posix_recursive_mutex() local
157 ret = pthread_create(&thread_2, &attr2, &recursive_mutex_entry, NULL); in test_posix_recursive_mutex()
161 pthread_join(thread_2, NULL); in test_posix_recursive_mutex()
/Zephyr-Core-2.7.6/kernel/include/
Dksched.h221 int32_t z_sched_prio_cmp(struct k_thread *thread_1, struct k_thread *thread_2);
/Zephyr-Core-2.7.6/kernel/
Dsched.c86 struct k_thread *thread_2) in z_sched_prio_cmp() argument
90 int32_t b2 = thread_2->base.prio; in z_sched_prio_cmp()
105 uint32_t d2 = thread_2->base.prio_deadline; in z_sched_prio_cmp()