Home
last modified time | relevance | path

Searched refs:cleanup4 (Results 1 - 5 of 5) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/getpeername/
H A Dgetpeername01.c50 static void cleanup4(int);
69 cleanup4, "EINVAL"},
71 {-1, (struct sockaddr *)-1, &sinlen, -1, EFAULT, setup4, cleanup4,
74 cleanup4, "EFAULT"},
76 cleanup4, "EFAULT"},
174 static void cleanup4(int i) in cleanup4() function
/third_party/musl/libc-test/src/functional/
H A Dpthread_cancel.c33 static void cleanup4(void *arg) in cleanup4() function
52 pthread_cleanup_push(cleanup4, foo+3); in start_nested()
/third_party/ltp/testcases/kernel/syscalls/sendmsg/
H A Dsendmsg01.c81 static void cleanup4(void);
304 .cleanup = cleanup4,
338 .cleanup = cleanup4,
355 .cleanup = cleanup4,
633 tst_brkm(TBROK, cleanup4, "socket setup failed: %s", in setup4()
645 static void cleanup4(void) in cleanup4() function
/third_party/ltp/testcases/kernel/syscalls/setns/
H A Dsetns01.c69 static void cleanup4(LTP_ATTRIBUTE_UNUSED struct testcase_t *t) in cleanup4() function
106 .cleanup = cleanup4,
/third_party/python/Lib/unittest/test/
H A Dtest_runner.py190 test.addCleanup(cleanup4)
201 def cleanup4(): function
202 ordering.append('cleanup4')
205 self.assertEqual(ordering, ['setUp', 'test', 'tearDown', 'cleanup4',

Completed in 4 milliseconds