Home
last modified time | relevance | path

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

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cancel/
D3-1.c29 static void cleanup_func(PTS_ATTRIBUTE_UNUSED void *unused) in cleanup_func() function
52 pthread_cleanup_push(cleanup_func, NULL); in thread_func()
/third_party/python/Lib/multiprocessing/
Dresource_tracker.py200 cleanup_func = _CLEANUP_FUNCS.get(rtype, None)
201 if cleanup_func is None:
/third_party/python/Lib/test/
Dtest_traceback.py304 def check_traceback_format(self, cleanup_func=None): argument
310 if cleanup_func is not None:
312 cleanup_func(tb.tb_next)