Home
last modified time | relevance | path

Searched refs:cleanup_func (Results 1 – 4 of 4) sorted by relevance

/external/ltp/testcases/kernel/syscalls/utime/
Dutime06.c71 void (*cleanup_func)(void); member
138 if (test->cleanup_func != NULL) in utime_verify()
139 test->cleanup_func(); in utime_verify()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cancel/
D3-1.c29 static void cleanup_func(LTP_ATTRIBUTE_UNUSED void *unused) in cleanup_func() function
44 pthread_cleanup_push(cleanup_func, NULL); in thread_func()
/external/python/cpython3/Lib/multiprocessing/
Dresource_tracker.py192 cleanup_func = _CLEANUP_FUNCS.get(rtype, None)
193 if cleanup_func is None:
/external/python/cpython3/Lib/test/
Dtest_traceback.py221 def check_traceback_format(self, cleanup_func=None): argument
227 if cleanup_func is not None:
229 cleanup_func(tb.tb_next)