HomeSort by: relevance | last modified time | path
    Searched refs:threading (Results 1 - 25 of 48) sorted by relevancy

1 2

  /src/external/bsd/flex/dist/tests/
tableopts.sh 18 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)
  /src/external/mpl/bind/dist/bin/tests/system/ssutoctou/
tests_ssutoctou.py 24 import threading namespace
76 stop = threading.Event()
78 update_thread = threading.Thread(
82 reconfig_thread = threading.Thread(
  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/
mingw.py 80 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][exceptions].keys()
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/benchmark/
mingw.py 80 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][exceptions].keys()
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/dap/
startup.py 21 import threading namespace
36 _gdb_thread = threading.current_thread()
93 _dap_thread = threading.current_thread()
112 assert threading.current_thread() is _gdb_thread
123 assert threading.current_thread() is _dap_thread
157 lock = threading.Lock()
191 if threading.current_thread() is _gdb_thread:
194 thread_name = threading.current_thread().name
  /src/external/gpl3/gdb/dist/gdb/python/lib/gdb/dap/
startup.py 21 import threading namespace
36 _gdb_thread = threading.current_thread()
93 _dap_thread = threading.current_thread()
112 assert threading.current_thread() is _gdb_thread
123 assert threading.current_thread() is _dap_thread
157 lock = threading.Lock()
191 if threading.current_thread() is _gdb_thread:
194 thread_name = threading.current_thread().name
  /src/external/bsd/wpa/dist/wpa_supplicant/examples/p2p/
p2p_disconnect.py 10 import threading
30 class P2P_Disconnect (threading.Thread):
56 threading.Thread.__init__(self)
p2p_find.py 11 import threading
34 class P2P_Find (threading.Thread):
60 threading.Thread.__init__(self)
p2p_flush.py 11 import threading
30 class P2P_Flush (threading.Thread):
56 threading.Thread.__init__(self)
p2p_group_add.py 10 import threading
40 class P2P_Group_Add (threading.Thread):
74 threading.Thread.__init__(self)
p2p_invite.py 10 import threading
39 class P2P_Invite (threading.Thread):
71 threading.Thread.__init__(self)
p2p_listen.py 11 import threading
31 class P2P_Listen(threading.Thread):
57 threading.Thread.__init__(self)
p2p_stop_find.py 9 import threading
32 class P2P_Stop_Find (threading.Thread):
58 threading.Thread.__init__(self)
  /src/lib/librumpuser/
Makefile 43 .error Unsupported rumpuser threading type: ${RUMPUSER_THREADS}
  /src/crypto/external/cpl/trousers/dist/src/include/
threads.h 48 #error No threading library defined! (Cannot find pthread.h)
  /src/external/apache2/llvm/dist/clang/tools/scan-view/bin/
scan-view 12 import threading
145 threading.Thread(target=start_browser, args=(port, args)).start()
  /src/external/bsd/zstd/lib/
Makefile 31 threading.c \
  /src/external/bsd/wpa/dist/wpa_supplicant/
eapol_test.py 14 import threading
145 t[i] = threading.Thread(target=run, args=(str(i), iter,
  /src/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/
__init__.py 19 import threading namespace
260 class Thread(threading.Thread):
261 """A GDB-specific wrapper around threading.Thread
  /src/external/apache2/llvm/dist/clang/utils/analyzer/
SATestBuild.py 57 import threading
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):
  /src/external/bsd/unbound/dist/pythonmod/examples/
avahi-resolver.py 181 import threading
197 thread_local = threading.local()
397 dbus_thread = threading.Thread(target=dbus_main)
  /src/external/apache2/llvm/dist/libcxx/utils/libcxx/
util.py 17 import threading
218 timerObject = threading.Timer(timeout, killProcess)
  /src/external/bsd/file/dist/python/
magic.py 8 import threading
312 threadlocal = threading.local()
  /src/external/gpl3/gdb/dist/gdb/python/lib/gdb/
__init__.py 19 import threading namespace
265 class Thread(threading.Thread):
266 """A GDB-specific wrapper around threading.Thread
  /src/external/bsd/zstd/dist/programs/
Makefile 69 THREAD_MSG := ==> building with threading support
208 zstd-nomt : THREAD_MSG := - multi-threading disabled
227 zstd-dll : ZSTDLIB_LOCAL_SRC = xxhash.c pool.c threading.c

Completed in 56 milliseconds

1 2