Home
last modified time | relevance | path

Searched refs:threading (Results 1 – 25 of 262) sorted by relevance

1234567891011

/netbsd-src/external/apache2/llvm/dist/libcxx/docs/DesignDocs/
H A DThreadingSupportAPI.rst11 Libc++ supports using multiple different threading models and configurations
12 to implement the threading parts of libc++, including ``<thread>`` and ``<mutex>``.
14 other. To address this libc++ wraps the underlying threading API in a new and
15 consistent API, which it uses internally to implement threading primitives.
18 threading interface. It contains forward declarations of the internal threading
24 In order to support vendors with custom threading API's libc++ allows the
25 entire internal threading interface to be provided by an external,
36 libc++ can be compiled with its internal threading API delegating to an external
39 expected to provide the implementation of the libc++ internal threading API.
42 ``<__external_threading>`` header, which declares the libc++ internal threading
[all …]
/netbsd-src/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, argument
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 …]
/netbsd-src/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, argument
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 …]
/netbsd-src/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-src/external/mpl/bind/dist/bin/tests/system/pipelined/ans5/
H A Dans.py44 import threading
64 class TCPDelayer(threading.Thread):
73 threading.Thread.__init__(self)
114 class UDPDelayer(threading.Thread):
121 threading.Thread.__init__(self)
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DCRYPTO_THREAD_run_once.pod28 support for the underlying OS threading API is built-in. Currently, OpenSSL
30 any multi-threading support, for example on platforms that don't provide
31 any threading support or that provide a threading API that is not yet
34 The following multi-threading function are provided:
/netbsd-src/lib/librumpuser/
H A DREADME.compileopts17 effect: Define the way threading is implemented in the rumpuser hypercall
20 pthread - use pthreads to implement threading
H A DMakefile43 .error Unsupported rumpuser threading type: ${RUMPUSER_THREADS} target
/netbsd-src/external/gpl3/gcc/dist/gcc/config/
H A Dlynx.opt23 Support legacy multi-threading.
31 Support multi-threading.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/
H A Dlynx.opt23 Support legacy multi-threading.
31 Support multi-threading.
/netbsd-src/external/apache2/llvm/dist/clang/utils/analyzer/
H A DSATestBuild.py57 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):
/netbsd-src/external/public-domain/xz/dist/doc/
H A Dfaq.txt161 of threading, each method having its own advantages and disadvantages.
177 Match finder parallelization is another threading method. It has
179 memory usage significantly. Among the three threading methods, only
184 The third method is pigz-style threading (I use that name, because
195 Combining the threading methods will be possible and also useful.
196 E.g. combining match finder parallelization with pigz-style threading
201 pigz-style threading has been implemented in liblzma.
/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-view/bin/
H A Dscan-view12 import threading
145 threading.Thread(target=start_browser, args=(port, args)).start()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/build/libs/pthread/
H A Denable.gni2 # Whether to enable threading.
/netbsd-src/external/bsd/unbound/dist/pythonmod/examples/
H A Davahi-resolver.py181 import threading
197 thread_local = threading.local()
397 dbus_thread = threading.Thread(target=dbus_main)
/netbsd-src/external/mit/libuv/dist/docs/src/
H A Dapi.rst33 threading
/netbsd-src/external/bsd/libevent/dist/
H A Dlibevent_pthreads.pc.in9 Description: libevent_pthreads adds pthreads-based threading support to libevent
H A Devconfig-private.h.cmake11 /* Enable threading extensions on Solaris. */
/netbsd-src/external/bsd/ntp/dist/sntp/libevent/
H A Dlibevent_pthreads.pc.in9 Description: libevent_pthreads adds pthreads-based threading support to libevent
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/libcxx/
H A Dutil.py17 import threading
218 timerObject = threading.Timer(timeout, killProcess)
/netbsd-src/external/bsd/file/dist/python/
H A Dmagic.py8 import threading
312 threadlocal = threading.local()
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/
H A Dthreads.h48 #error No threading library defined! (Cannot find pthread.h)
/netbsd-src/external/mit/libcbor/dist/doc/source/
H A Dindex.rst16 - No shared global state - threading friendly [#]_
/netbsd-src/external/bsd/unbound/dist/libunbound/python/doc/examples/
H A Dexample2.rst17 from threading import Thread
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/
H A Dutil.py12 import threading
357 timerObject = threading.Timer(timeout, killProcess)

1234567891011