Home
last modified time | relevance | path

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

/third_party/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
/third_party/f2fs-tools/fsck/
Dfsck.h68 struct child_info { struct
69 u32 state;
70 u32 links;
71 u32 files;
72 u32 pgofs;
73 u8 dots;
74 u8 dir_level;
75 u32 p_ino; /* parent ino */
76 char p_name[F2FS_NAME_LEN + 1]; /* parent name */
77 u32 pp_ino; /* parent parent ino*/
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcordz_info_test.cc97 CordzInfo* child_info = child.data.cordz_info(); in TEST() local
/third_party/node/deps/v8/src/d8/
Dd8-posix.cc355 siginfo_t child_info; in WaitForChild() local