Searched refs:test_clone3_set_tid (Results 1 – 2 of 2) sorted by relevance
/linux/tools/testing/selftests/clone3/ |
A D | clone3_set_tid.c | 119 static void test_clone3_set_tid(pid_t *set_tid, in test_clone3_set_tid() function 211 test_clone3_set_tid(set_tid, 1, 0, -EINVAL, 0, 0); in main() 214 test_clone3_set_tid(set_tid, 1, 0, -EINVAL, 0, 0); in main() 217 test_clone3_set_tid(set_tid, 2, 0, -EINVAL, 0, 0); in main() 228 test_clone3_set_tid(set_tid, 1, 0, -EEXIST, 0, 0); in main() 240 test_clone3_set_tid(set_tid, 1, 0, -EINVAL, 0, 0); in main() 267 test_clone3_set_tid(set_tid, 1, 0, 0, 0, 0); in main() 289 test_clone3_set_tid(set_tid, 1, 0, -EINVAL, 0, 0); in main() 300 test_clone3_set_tid(set_tid, 2, 0, -EINVAL, 0, 0); in main() 304 test_clone3_set_tid(set_tid, 2, 0, 0, 43, 0); in main() [all …]
|
A D | clone3_cap_checkpoint_restore.c | 83 static int test_clone3_set_tid(struct __test_metadata *_metadata, in test_clone3_set_tid() function 175 ASSERT_EQ(test_clone3_set_tid(_metadata, set_tid, 1), -EPERM); in TEST() 179 ASSERT_EQ(test_clone3_set_tid(_metadata, set_tid, 1), 0); in TEST()
|
Completed in 5 milliseconds