HomeSort by relevance Sort by last modified time
    Searched refs:child_ptrs (Results 1 - 3 of 3) sorted by null

  /external/ltp/testcases/kernel/sched/pthreads/
pth_str01.h 32 struct child_info **child_ptrs; /* dynamic array of ptrs */ member in struct:child_info
pth_str03.c 56 struct kid_info **child_ptrs; /* dynamic array of ptrs to kids */ member in struct:kid_info
231 parent->child_ptrs[parent->child_count++] = info_p;
421 info_p->sum += info_p->child_ptrs[child]->sum;
425 info_p->child_ptrs[child]->index,
442 if (parent->child_ptrs[child] != info_p) {
451 child_ptrs[child]->
453 if (++parent->child_ptrs[child]->
464 child_ptrs[child]->
480 child_ptrs
575 if ((child_info[ind].child_ptrs = malloc(breadth * sizeof(c_info *))) == NULL)
    [all...]
pth_str01.c 218 parent->child_ptrs[parent->child_count++] = info_p;
457 if (parent->child_ptrs[child] != info_p) {
466 child_ptrs[child]->
468 if (++parent->child_ptrs[child]->
479 child_ptrs[child]->
495 child_ptrs
600 if ((child_info[ind].child_ptrs = malloc(breadth * sizeof(c_info *))) == NULL) {
601 perror("malloc child_ptrs");
604 memset(child_info[ind].child_ptrs, 0x00,

Completed in 579 milliseconds