Searched defs:clean_up (Results 1 - 10 of 10) sorted by relevance

/external/ltp/testcases/open_posix_testsuite/stress/threads/fork/
H A Ddo-plot18 function clean_up function
26 clean_up
30 trap clean_up EXIT
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
H A Ddo-plot18 function clean_up function
26 clean_up
30 trap clean_up EXIT
/external/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/
H A Ddo-plot18 function clean_up function
26 clean_up
30 trap clean_up EXIT
/external/ltp/testcases/open_posix_testsuite/stress/threads/sem_open/
H A Ddo-plot18 function clean_up function
26 clean_up
30 trap clean_up EXIT
/external/ltp/testcases/kernel/tracing/ftrace_test/
H A Dftrace_lib.sh43 TST_CLEANUP=clean_up
155 clean_up() function
/external/autotest/venv/lucifer/
H A Dhandoffs.py43 def clean_up(job_ids): function
/external/tensorflow/tensorflow/core/kernels/
H A Dconditional_accumulator_base.cc134 std::vector<CleanUp>* clean_up) {
149 clean_up->emplace_back(std::move(cur_attempt->done_callback),
164 std::vector<CleanUp> clean_up; local
170 changed = TryAttemptLocked(&clean_up);
174 for (const auto& to_clean : clean_up) {
133 TryAttemptLocked( std::vector<CleanUp>* clean_up) argument
H A Dqueue_base.cc265 std::vector<CleanUp>* clean_up) {
303 clean_up->emplace_back(std::move(cur_attempt->done_callback),
315 std::vector<CleanUp> clean_up; local
321 changed = TryAttemptLocked(kEnqueue, &clean_up);
322 changed = TryAttemptLocked(kDequeue, &clean_up) || changed;
326 for (const auto& to_clean : clean_up) {
264 TryAttemptLocked(Action action, std::vector<CleanUp>* clean_up) argument
/external/autotest/client/site_tests/power_Thermal/
H A Dpower_Thermal.py63 def clean_up(obj): function
323 self.register_after_iteration_hook(clean_up)
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/Finder/
H A DFinder_items.py39 def clean_up(self, _object, _attributes={}, **_arguments): member in class:Finder_items_Events

Completed in 327 milliseconds