Searched refs:threading (Results 1 - 25 of 33) sorted by relevance

12

/netbsd-current/external/bsd/flex/dist/tests/
H A Dtableopts.sh18 for threading in nr r ; do
20 testname=tableopts_${kind}_${threading}${opt}.${kind}
35 tableopts_${kind}_${threading}_${bare_opt}_${kind}_SOURCES = tableopts.l4
37 ${testname}\$(EXEEXT): tableopts_${kind}_${threading}${opt}.\$(OBJEXT)
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/google-benchmark/
H A Dmingw.py80 threading = arch.setdefault(value[2].strip(), {})
81 exceptions = threading.setdefault(value[3].strip(), {})
172 def root(location = None, arch = None, version = None, threading = None,
180 if not (arch and version and threading and exceptions and revision):
191 if not threading:
194 threading = 'posix'
196 threading = 'win32'
198 threading = keys[0]
200 keys = versions[version][arch][threading].keys()
208 revision = max(versions[version][arch][threading][exception
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/utils/benchmark/
H A Dmingw.py80 threading = arch.setdefault(value[2].strip(), {})
81 exceptions = threading.setdefault(value[3].strip(), {})
172 def root(location = None, arch = None, version = None, threading = None,
180 if not (arch and version and threading and exceptions and revision):
191 if not threading:
194 threading = 'posix'
196 threading = 'win32'
198 threading = keys[0]
200 keys = versions[version][arch][threading].keys()
208 revision = max(versions[version][arch][threading][exception
[all...]
/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/examples/p2p/
H A Dp2p_find.py11 import threading namespace
34 class P2P_Find (threading.Thread):
60 threading.Thread.__init__(self)
H A Dp2p_disconnect.py10 import threading namespace
30 class P2P_Disconnect (threading.Thread):
56 threading.Thread.__init__(self)
H A Dp2p_flush.py11 import threading namespace
30 class P2P_Flush (threading.Thread):
56 threading.Thread.__init__(self)
H A Dp2p_stop_find.py9 import threading namespace
32 class P2P_Stop_Find (threading.Thread):
58 threading.Thread.__init__(self)
H A Dp2p_listen.py11 import threading namespace
31 class P2P_Listen(threading.Thread):
57 threading.Thread.__init__(self)
H A Dp2p_group_add.py10 import threading namespace
40 class P2P_Group_Add (threading.Thread):
74 threading.Thread.__init__(self)
H A Dp2p_invite.py10 import threading namespace
39 class P2P_Invite (threading.Thread):
71 threading.Thread.__init__(self)
/netbsd-current/external/mpl/bind/dist/bin/tests/system/pipelined/ans5/
H A Dans.py44 import threading namespace
64 class TCPDelayer(threading.Thread):
73 threading.Thread.__init__(self)
114 class UDPDelayer(threading.Thread):
121 threading.Thread.__init__(self)
/netbsd-current/crypto/external/cpl/trousers/dist/src/include/
H A Dthreads.h48 #error No threading library defined! (Cannot find pthread.h)
/netbsd-current/lib/librumpuser/
H A DMakefile43 .error Unsupported rumpuser threading type: ${RUMPUSER_THREADS}
/netbsd-current/external/apache2/llvm/dist/clang/tools/scan-view/bin/
H A Dscan-view12 import threading namespace
145 threading.Thread(target=start_browser, args=(port, args)).start()
/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/
H A Deapol_test.py14 import threading namespace
129 t[i] = threading.Thread(target=run, args=(str(i), iter,
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/libcxx/
H A Dutil.py17 import threading namespace
218 timerObject = threading.Timer(timeout, killProcess)
/netbsd-current/external/apache2/llvm/dist/clang/utils/analyzer/
H A DSATestBuild.py57 import threading namespace
90 LOCAL = threading.local()
288 results_differ = threading.Event()
289 failure_flag = threading.Event()
667 class TestProjectThread(threading.Thread):
669 results_differ: threading.Event,
670 failure_flag: threading.Event):
/netbsd-current/external/bsd/unbound/dist/pythonmod/examples/
H A Davahi-resolver.py181 import threading namespace
197 thread_local = threading.local()
397 dbus_thread = threading.Thread(target=dbus_main)
/netbsd-current/external/apache2/llvm/dist/llvm/utils/lit/lit/
H A Dutil.py12 import threading namespace
357 timerObject = threading.Timer(timeout, killProcess)
H A DTestRunner.py12 import threading namespace
113 self._lock = threading.Lock()
114 self._timer = threading.Timer(self.timeout, self._handleTimeoutReached)
/netbsd-current/external/bsd/file/dist/python/
H A Dmagic.py8 import threading namespace
312 threadlocal = threading.local()
/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/examples/
H A Dwps-nfc.py13 import threading namespace
428 threading.Thread(target=llcp_worker, args=(llc,)).start()
H A Dp2p-nfc.py13 import threading namespace
531 threading.Thread(target=llcp_worker, args=(llc,)).start()
/netbsd-current/external/apache2/llvm/dist/llvm/utils/
H A Dllvm-compilers-check74 import threading
250 class Builder(threading.Thread):
/netbsd-current/external/apache2/llvm/dist/clang/tools/scan-view/share/
H A DScanView.py24 import threading namespace
102 class ReporterThread(threading.Thread):
104 threading.Thread.__init__(self)

Completed in 181 milliseconds

12