HomeSort by: relevance | last modified time | path
    Searched defs:concurrent (Results 1 - 6 of 6) sorted by relevancy

  /src/external/mpl/bind/dist/bin/tests/system/addzone/
tests_rndc_deadlock.py 12 import concurrent.futures namespace
69 with concurrent.futures.ThreadPoolExecutor() as executor:
tests_rndc_deadlock.py 12 import concurrent.futures namespace
69 with concurrent.futures.ThreadPoolExecutor() as executor:
  /src/external/mpl/bind/dist/bin/tests/system/stress/
tests_stress_update.py 12 import concurrent.futures namespace
58 with concurrent.futures.ThreadPoolExecutor() as executor:
72 unfinished_tasks = concurrent.futures.wait(updaters, timeout=300).not_done
tests_stress_update.py 12 import concurrent.futures namespace
58 with concurrent.futures.ThreadPoolExecutor() as executor:
72 unfinished_tasks = concurrent.futures.wait(updaters, timeout=300).not_done
  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_rtl_access.cpp 331 // (reads from different sids can be concurrent).
375 const m128 concurrent = _mm_cmplt_epi32(thread_epochs, shadow_epochs); local
376 const int concurrent_mask = _mm_movemask_epi8(concurrent);
tsan_rtl_access.cpp 331 // (reads from different sids can be concurrent).
375 const m128 concurrent = _mm_cmplt_epi32(thread_epochs, shadow_epochs); local
376 const int concurrent_mask = _mm_movemask_epi8(concurrent);

Completed in 79 milliseconds