Home
last modified time | relevance | path

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

/tools/perf/util/
Dthreads.h30 void threads__remove(struct threads *threads, struct thread *thread);
Dthreads.c154 void threads__remove(struct threads *threads, struct thread *thread) in threads__remove() function
Dmachine.c515 threads__remove(&machine->threads, th); in __machine__findnew_thread()
1822 return threads__remove(&machine->threads, th); in machine__remove_thread()