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

  /external/valgrind/helgrind/tests/
locked_vs_unlocked3.c 35 void* child_fn2 ( void* arg ) function
53 r= pthread_create(&child2, NULL, child_fn2, NULL); assert(!r);
tc22_exit_w_lock.c 23 void* child_fn2 ( void* arg ) function
39 r= pthread_create(&child2, NULL, child_fn2, NULL); assert(!r);
locked_vs_unlocked2.c 37 void* child_fn2 ( void* arg ) function
61 r= pthread_create(&child2, NULL, child_fn2, NULL); assert(!r);
locked_vs_unlocked3.stderr.exp 24 at 0x........: child_fn2 (locked_vs_unlocked3.c:38)
locked_vs_unlocked2.stderr.exp 34 at 0x........: child_fn2 (locked_vs_unlocked2.c:45)
  /external/ltp/testcases/kernel/containers/userns/
userns04.c 54 static int child_fn2(void *arg) function
89 (void *)child_fn2, (void *)((long)fd));
userns06.c 66 * child_fn2() - Inside a new user namespace
68 static int child_fn2(void) function
132 (void *)child_fn2, NULL);
userns03.c 74 * child_fn2() - Inside a new user namespace
76 static int child_fn2(void) function
94 /*Get the uid parameters of the child_fn2 process.*/
103 printf("child_fn2 checks /proc/cpid2/uid_map:\n");
117 printf("child_fn2 checks /proc/cpid1/uid_map:\n");
128 printf("child_fn2 checks /proc/cpid2/gid_map:\n");
185 (void *)child_fn2, NULL);

Completed in 1076 milliseconds