Lines Matching full:other
17 /* other process */ in test__thread_maps_share()
18 struct thread *other, *other_leader; in test__thread_maps_share() local
27 * other group (pid: 4, tids: 4, 5) in test__thread_maps_share()
40 other = machine__findnew_thread(machine, 4, 5); in test__thread_maps_share()
43 leader && t1 && t2 && t3 && other); in test__thread_maps_share()
54 * Verify the other leader was created by previous call. in test__thread_maps_share()
59 TEST_ASSERT_VAL("failed to find other leader", other_leader); in test__thread_maps_share()
70 machine__remove_thread(machine, other); in test__thread_maps_share()
73 other_maps = other->maps; in test__thread_maps_share()
90 /* release other group */ in test__thread_maps_share()
94 thread__put(other); in test__thread_maps_share()