Searched refs:child_id (Results 1 – 4 of 4) sorted by relevance
91 int child_id; /* Id of the first child */ member492 ctx->struct_obj->child_id = -1; in j2s_parse()715 if (ctx->struct_obj->child_id < 0) { in j2s_parse()716 ctx->struct_obj->child_id = obj->id; in j2s_parse()923 struct_obj->id, struct_obj->child_id); in j2s_dump()
1010 int i, fd, child_id; in test_mutliproc() local1027 for (child_id = 0; child_id < n_children; child_id++) { in test_mutliproc()1047 if (child_id < n_readers) { in test_mutliproc()
3060 pid_t child_id;3070 child_id = fork ();3071 if (child_id == 0)