Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dtop.c397 DIR *proc_dir, *thr_dir; in read_procs() local
428 if ((thr_dir = opendir(filename))) { in read_procs()
429 while ((t_dir = readdir(thr_dir))) { in read_procs()
438 closedir(thr_dir); in read_procs()