Home
last modified time | relevance | path

Searched refs:clean_up (Results 1 – 17 of 17) sorted by relevance

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_post/
D8-1.c147 goto clean_up; in main()
154 goto clean_up; in main()
165 goto clean_up; in main()
178 goto clean_up; in main()
199 goto clean_up; in main()
229 goto clean_up; in main()
234 goto clean_up; in main()
241 goto clean_up; in main()
249 goto clean_up; in main()
252 clean_up: in main()
/external/tensorflow/tensorflow/core/kernels/
Dconditional_accumulator_base.cc134 std::vector<CleanUp>* clean_up) { in TryAttemptLocked() argument
149 clean_up->emplace_back(std::move(cur_attempt->done_callback), in TryAttemptLocked()
164 std::vector<CleanUp> clean_up; in FlushUnlocked() local
170 changed = TryAttemptLocked(&clean_up); in FlushUnlocked()
174 for (const auto& to_clean : clean_up) { in FlushUnlocked()
Dqueue_base.cc265 std::vector<CleanUp>* clean_up) { in TryAttemptLocked() argument
303 clean_up->emplace_back(std::move(cur_attempt->done_callback), in TryAttemptLocked()
315 std::vector<CleanUp> clean_up; in FlushUnlocked() local
321 changed = TryAttemptLocked(kEnqueue, &clean_up); in FlushUnlocked()
322 changed = TryAttemptLocked(kDequeue, &clean_up) || changed; in FlushUnlocked()
326 for (const auto& to_clean : clean_up) { in FlushUnlocked()
Dconditional_accumulator_base.h150 bool TryAttemptLocked(std::vector<CleanUp>* clean_up)
Dqueue_base.h128 bool TryAttemptLocked(Action action, std::vector<CleanUp>* clean_up)
/external/ltp/testcases/open_posix_testsuite/stress/threads/sem_open/
Ddo-plot18 function clean_up function
26 clean_up
30 trap clean_up EXIT
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
Ddo-plot18 function clean_up
26 clean_up
30 trap clean_up EXIT
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
Ddo-plot18 function clean_up function
26 clean_up
30 trap clean_up EXIT
/external/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/
Ddo-plot18 function clean_up function
26 clean_up
30 trap clean_up EXIT
/external/ltp/testcases/open_posix_testsuite/stress/threads/fork/
Ddo-plot18 function clean_up function
26 clean_up
30 trap clean_up EXIT
/external/ltp/testcases/kernel/tracing/ftrace_test/
Dftrace_lib.sh43 TST_CLEANUP=clean_up
155 clean_up() function
/external/libvpx/libvpx/tools/
Dtiny_ssim.c592 goto clean_up; in main()
605 goto clean_up; in main()
620 goto clean_up; in main()
628 goto clean_up; in main()
642 goto clean_up; in main()
650 goto clean_up; in main()
675 goto clean_up; in main()
786 clean_up: in main()
/external/autotest/client/site_tests/power_Thermal/
Dpower_Thermal.py63 def clean_up(obj): function
323 self.register_after_iteration_hook(clean_up)
/external/autotest/venv/lucifer/
Dhandoffs.py43 def clean_up(job_ids): function
/external/autotest/venv/lucifer/cmd/
Djob_aborter.py105 handoffs.clean_up(job_ids)
/external/curl/lib/
Dhostip.c626 goto clean_up; in Curl_resolv_timeout()
671 clean_up: in Curl_resolv_timeout()
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/Finder/
DFinder_items.py39 def clean_up(self, _object, _attributes={}, **_arguments): member in Finder_items_Events