thread_atoms_search
out_events = thread_atoms_search(&sched->atom_root, sched_out, &sched->cmp_pid);
out_events = thread_atoms_search(&sched->atom_root, sched_out, &sched->cmp_pid);
in_events = thread_atoms_search(&sched->atom_root, sched_in, &sched->cmp_pid);
in_events = thread_atoms_search(&sched->atom_root, sched_in, &sched->cmp_pid);
atoms = thread_atoms_search(&sched->atom_root, thread, &sched->cmp_pid);
atoms = thread_atoms_search(&sched->atom_root, thread, &sched->cmp_pid);
atoms = thread_atoms_search(&sched->atom_root, wakee, &sched->cmp_pid);
atoms = thread_atoms_search(&sched->atom_root, wakee, &sched->cmp_pid);
atoms = thread_atoms_search(&sched->atom_root, migrant, &sched->cmp_pid);
atoms = thread_atoms_search(&sched->atom_root, migrant, &sched->cmp_pid);