/external/ltp/testcases/kernel/containers/pidns/ |
D | pidns32.c | 47 static int child_fn1(void *arg) in child_fn1() function 56 (void *)child_fn1, (void *)(level + 1)); in child_fn1() 80 (void *)child_fn1, (void *)1); in test_max_nest()
|
D | pidns02.c | 66 int child_fn1(void *vtest) in child_fn1() function 99 TEST(do_clone_unshare_test(T_CLONE, CLONE_NEWPID, child_fn1, NULL)); in main()
|
D | pidns01.c | 70 int child_fn1(void *ttype LTP_ATTRIBUTE_UNUSED) in child_fn1() function 102 TEST(do_clone_unshare_test(T_CLONE, CLONE_NEWPID, child_fn1, NULL)); in main()
|
D | pidns04.c | 75 static int child_fn1(void *ttype) in child_fn1() function 117 TEST(do_clone_unshare_test(T_CLONE, CLONE_NEWPID, child_fn1, NULL)); in main()
|
/external/ltp/testcases/kernel/containers/userns/ |
D | userns05.c | 46 static int child_fn1(void) in child_fn1() function 74 cpid1 = ltp_clone_quick(SIGCHLD, (void *)child_fn1, in test_userns_id() 88 (void *)child_fn1, NULL); in test_userns_id()
|
D | userns07.c | 47 static int child_fn1(void *arg) in child_fn1() function 60 (void *)child_fn1, (void *)(level + 1)); in child_fn1() 97 (void *)child_fn1, (void *)0); in test_max_nest()
|
D | userns01.c | 51 static int child_fn1(void *arg LTP_ATTRIBUTE_UNUSED) in child_fn1() function 109 child_fn1, NULL)); in main()
|
D | userns04.c | 48 static int child_fn1(void *arg LTP_ATTRIBUTE_UNUSED) in child_fn1() function 81 (void *)child_fn1, NULL); in test_cap_sys_admin()
|
D | userns02.c | 42 static int child_fn1(void) in child_fn1() function 85 (void *)child_fn1, NULL); in main()
|
D | userns06.c | 49 static int child_fn1(void) in child_fn1() function 126 (void *)child_fn1, NULL); in main()
|
D | userns03.c | 68 static int child_fn1(void) in child_fn1() function 180 (void *)child_fn1, NULL); in main()
|
/external/valgrind/helgrind/tests/ |
D | tc22_exit_w_lock.c | 16 void* child_fn1 ( void* arg ) in child_fn1() function 42 r= pthread_create(&child1, NULL, child_fn1, NULL); assert(!r); in main()
|
D | locked_vs_unlocked3.c | 23 void* child_fn1 ( void* arg ) in child_fn1() function 54 r= pthread_create(&child1, NULL, child_fn1, NULL); assert(!r); in main()
|
D | locked_vs_unlocked2.c | 22 void* child_fn1 ( void* arg ) in child_fn1() function 62 r= pthread_create(&child1, NULL, child_fn1, NULL); assert(!r); in main()
|
D | locked_vs_unlocked3.stderr.exp | 30 at 0x........: child_fn1 (locked_vs_unlocked3.c:28)
|
D | locked_vs_unlocked2.stderr.exp | 40 at 0x........: child_fn1 (locked_vs_unlocked2.c:29)
|
/external/valgrind/drd/tests/ |
D | tc22_exit_w_lock.stderr.exp-64bit | 6 by 0x........: child_fn1 (tc22_exit_w_lock.c:18)
|