Home
last modified time | relevance | path

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

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