Home
last modified time | relevance | path

Searched refs:cleanup_function (Results 1 – 15 of 15) sorted by relevance

/external/ltp/testcases/kernel/syscalls/nftw/
Dtest.c59 cleanup_function(); in test1A()
64 cleanup_function(); in test1A()
75 cleanup_function(); in test1A()
94 cleanup_function(); in test1A()
121 cleanup_function(); in test2A()
126 cleanup_function(); in test2A()
134 cleanup_function(); in test2A()
164 cleanup_function(); in test3A()
168 cleanup_function(); in test3A()
176 cleanup_function(); in test3A()
[all …]
Dtest64.c57 cleanup_function(); in test1A()
62 cleanup_function(); in test1A()
73 cleanup_function(); in test1A()
92 cleanup_function(); in test1A()
119 cleanup_function(); in test2A()
124 cleanup_function(); in test2A()
132 cleanup_function(); in test2A()
163 cleanup_function(); in test3A()
167 cleanup_function(); in test3A()
175 cleanup_function(); in test3A()
[all …]
Dlib.c68 cleanup_function(); in get_long_name_buffer()
75 cleanup_function(); in get_long_name_buffer()
83 cleanup_function(); in get_long_name_buffer()
90 cleanup_function(); in get_long_name_buffer()
114 cleanup_function(); in execute_function()
121 cleanup_function(); in execute_function()
127 cleanup_function(); in execute_function()
186 cleanup_function(); in test_ENAMETOOLONG_path()
197 cleanup_function(); in test_ENAMETOOLONG_path()
231 cleanup_function(); in test_ENAMETOOLONG_path()
[all …]
Dlib64.c68 cleanup_function(); in get_long_name_buffer()
75 cleanup_function(); in get_long_name_buffer()
83 cleanup_function(); in get_long_name_buffer()
90 cleanup_function(); in get_long_name_buffer()
114 cleanup_function(); in execute_function()
121 cleanup_function(); in execute_function()
127 cleanup_function(); in execute_function()
186 cleanup_function(); in test_ENAMETOOLONG_path()
197 cleanup_function(); in test_ENAMETOOLONG_path()
231 cleanup_function(); in test_ENAMETOOLONG_path()
[all …]
Dtools.c47 void cleanup_function(void) in cleanup_function() function
86 cleanup_function(); in setup_path()
96 cleanup_function(); in setup_path()
106 cleanup_function(); in setup_path()
115 cleanup_function(); in setup_path()
127 cleanup_function(); in setup_path()
135 cleanup_function(); in setup_path()
143 cleanup_function(); in setup_path()
Dtools64.c46 void cleanup_function(void) in cleanup_function() function
85 cleanup_function(); in setup_path()
95 cleanup_function(); in setup_path()
105 cleanup_function(); in setup_path()
114 cleanup_function(); in setup_path()
126 cleanup_function(); in setup_path()
134 cleanup_function(); in setup_path()
142 cleanup_function(); in setup_path()
Dnftw.h135 void cleanup_function(void);
Dnftw64.h134 extern void cleanup_function(void);
Dnftw.c661 cleanup_function(); in main()
Dnftw64.c686 cleanup_function(); in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cancel/
D2-3.c49 void cleanup_function() in cleanup_function() function
82 pthread_cleanup_push(cleanup_function, NULL); in a_thread_func()
/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Dcluster_function_library_runtime.cc274 CleanupFunctionOp* cleanup_function = in CleanUp() local
276 cleanup_function->set_step_id(step_id); in CleanUp()
Deager_service_impl.cc586 s = CleanupFunction(item.cleanup_function()); in Enqueue()
670 const CleanupFunctionOp& cleanup_function) { in CleanupFunction() argument
671 env_->rendezvous_mgr->Cleanup(cleanup_function.step_id()); in CleanupFunction()
Deager_service_impl.h220 Status CleanupFunction(const CleanupFunctionOp& cleanup_function);
/external/tensorflow/tensorflow/core/protobuf/
Deager_service.proto67 CleanupFunctionOp cleanup_function = 5; field