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

  /src/external/mpl/bind/dist/bin/tests/system/stress/
tests_stress_update.py 12 import concurrent.futures
56 with concurrent.futures.ThreadPoolExecutor() as executor:
70 unfinished_tasks = concurrent.futures.wait(updaters, timeout=300).not_done
  /src/external/mpl/bind/dist/bin/tests/system/addzone/
tests_rndc_deadlock.py 12 import concurrent.futures
69 with concurrent.futures.ThreadPoolExecutor() as executor:
  /src/sys/arch/sun2/sun2/
locore.s 546 * be concurrent-safe without disabling interrupts. Why you
  /src/external/apache2/llvm/dist/llvm/utils/
update_test_prefix.py 6 from concurrent.futures import ThreadPoolExecutor, as_completed
  /src/external/bsd/ntp/dist/sntp/
sntp-opts.def 74 name = concurrent;
88 The @option{-c} or @option{--concurrent} flag says that any IPs
90 different machines, so we can send concurrent queries.
  /src/external/mpl/bind/dist/bin/tests/system/shutdown/
tests_shutdown.py 14 from concurrent.futures import ThreadPoolExecutor, as_completed
  /src/external/apache2/llvm/dist/llvm/lib/Support/Unix/
Signals.inc 133 // Use a lock to avoid concurrent erase: the comparison would access
Path.inc 495 // Call mntctl; try more than twice in case of timing issues with a concurrent
  /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);
  /src/external/gpl2/xcvs/dist/contrib/
cvs_acls.in 191 Tested these restrictions with concurrent use of pserver and SSH

Completed in 29 milliseconds