Searched refs:thread_2 (Results 1 – 3 of 3) sorted by relevance
122 pthread_t thread_2; in test_posix_recursive_mutex() local157 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()
221 int32_t z_sched_prio_cmp(struct k_thread *thread_1, struct k_thread *thread_2);
86 struct k_thread *thread_2) in z_sched_prio_cmp() argument90 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()