Searched defs:c_info (Results 1 - 2 of 2) sorted by relevance

/external/ltp/testcases/kernel/sched/pthreads/
H A Dpth_str01.h36 typedef struct child_info c_info; typedef in typeref:struct:child_info
H A Dpth_str03.c58 typedef struct kid_info c_info; typedef in typeref:struct:kid_info
67 c_info *child_info; /* pointer to info array */
74 int synchronize_children(c_info *);
188 int synchronize_children(c_info * parent)
191 c_info *info_p;
324 c_info *parent = (c_info *) param;
327 c_info *info_p;
553 if ((child_info = malloc(total * sizeof(c_info))) == NULL) {
557 memset(child_info, 0x00, total * sizeof(c_info));
[all...]

Completed in 99 milliseconds