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

  /external/ltp/testcases/kernel/containers/pidns/
pidns32.c 47 static int child_fn1(void *arg) function
56 (void *)child_fn1, (void *)(level + 1));
80 (void *)child_fn1, (void *)1);
pidns01.c 68 * child_fn1() - Inside container
70 int child_fn1(void *ttype LTP_ATTRIBUTE_UNUSED) function
102 TEST(do_clone_unshare_test(T_CLONE, CLONE_NEWPID, child_fn1, NULL));
pidns02.c 64 * child_fn1() - Inside container
66 int child_fn1(void *vtest) function
99 TEST(do_clone_unshare_test(T_CLONE, CLONE_NEWPID, child_fn1, NULL));
pidns04.c 73 * child_fn1() - Inside container
75 static int child_fn1(void *ttype) function
117 TEST(do_clone_unshare_test(T_CLONE, CLONE_NEWPID, child_fn1, NULL));
  /external/ltp/testcases/kernel/containers/userns/
userns05.c 44 * child_fn1() - Inside a new user namespace
46 static int child_fn1(void) function
74 cpid1 = ltp_clone_quick(SIGCHLD, (void *)child_fn1,
88 (void *)child_fn1, NULL);
userns07.c 47 static int child_fn1(void *arg) function
60 (void *)child_fn1, (void *)(level + 1));
97 (void *)child_fn1, (void *)0);
userns01.c 49 * child_fn1() - Inside a new user namespace
51 static int child_fn1(void *arg LTP_ATTRIBUTE_UNUSED) function
109 child_fn1, NULL));
userns02.c 40 * child_fn1() - Inside a new user namespace
42 static int child_fn1(void) function
85 (void *)child_fn1, NULL);
userns04.c 48 static int child_fn1(void *arg LTP_ATTRIBUTE_UNUSED) function
81 (void *)child_fn1, NULL);
userns06.c 47 * child_fn1() - Inside a new user namespace
49 static int child_fn1(void) function
126 (void *)child_fn1, NULL);
userns03.c 66 * child_fn1() - Inside a new user namespace
68 static int child_fn1(void) function
139 printf("child_fn1 checks /proc/cpid1/gid_map:\n");
180 (void *)child_fn1, NULL);
  /external/valgrind/helgrind/tests/
locked_vs_unlocked3.c 23 void* child_fn1 ( void* arg ) function
54 r= pthread_create(&child1, NULL, child_fn1, NULL); assert(!r);
tc22_exit_w_lock.c 16 void* child_fn1 ( void* arg ) function
42 r= pthread_create(&child1, NULL, child_fn1, NULL); assert(!r);
locked_vs_unlocked2.c 22 void* child_fn1 ( void* arg ) function
62 r= pthread_create(&child1, NULL, child_fn1, NULL); assert(!r);
locked_vs_unlocked3.stderr.exp 30 at 0x........: child_fn1 (locked_vs_unlocked3.c:28)
locked_vs_unlocked2.stderr.exp 40 at 0x........: child_fn1 (locked_vs_unlocked2.c:29)

Completed in 1052 milliseconds