Lines Matching full:other
18 /* other process */ in test__thread_mg_share()
19 struct thread *other, *other_leader; in test__thread_mg_share() local
28 * other group (pid: 4, tids: 4, 5) in test__thread_mg_share()
41 other = machine__findnew_thread(machine, 4, 5); in test__thread_mg_share()
44 leader && t1 && t2 && t3 && other); in test__thread_mg_share()
55 * Verify the other leader was created by previous call. in test__thread_mg_share()
60 TEST_ASSERT_VAL("failed to find other leader", other_leader); in test__thread_mg_share()
71 machine__remove_thread(machine, other); in test__thread_mg_share()
74 other_mg = other->mg; in test__thread_mg_share()
91 /* release other group */ in test__thread_mg_share()
95 thread__put(other); in test__thread_mg_share()