Home
last modified time | relevance | path

Searched defs:child_info (Results 1 – 5 of 5) sorted by relevance

/external/ltp/testcases/kernel/sched/pthreads/
Dpth_str01.h20 struct child_info { struct
32 struct child_info **child_ptrs; /* dynamic array of ptrs */ argument
Dpth_str01.c48 c_info *child_info; /* pointer to info array */ variable
Dpth_str03.c67 c_info *child_info; /* pointer to info array */ variable
/external/f2fs-tools/fsck/
Dfsck.h46 struct child_info { struct
47 u32 state;
48 u32 links;
49 u32 files;
50 u32 pgofs;
51 u8 dots;
52 u8 dir_level;
53 u32 p_ino; /*parent ino*/
54 u32 pp_ino; /*parent parent ino*/
55 struct extent_info ei;
[all …]
/external/v8/src/
Dd8-posix.cc382 siginfo_t child_info; in WaitForChild() local