/netbsd-src/external/apache2/llvm/dist/libcxx/docs/DesignDocs/ |
H A D | ThreadingSupportAPI.rst | 11 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 D | 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, 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 D | 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, 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 D | 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)
|
/netbsd-src/external/mpl/bind/dist/bin/tests/system/pipelined/ans5/ |
H A D | ans.py | 44 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 D | CRYPTO_THREAD_run_once.pod | 28 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 D | README.compileopts | 17 effect: Define the way threading is implemented in the rumpuser hypercall 20 pthread - use pthreads to implement threading
|
H A D | Makefile | 43 .error Unsupported rumpuser threading type: ${RUMPUSER_THREADS} target
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/ |
H A D | lynx.opt | 23 Support legacy multi-threading. 31 Support multi-threading.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ |
H A D | lynx.opt | 23 Support legacy multi-threading. 31 Support multi-threading.
|
/netbsd-src/external/apache2/llvm/dist/clang/utils/analyzer/ |
H A D | 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):
|
/netbsd-src/external/public-domain/xz/dist/doc/ |
H A D | faq.txt | 161 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 D | scan-view | 12 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 D | enable.gni | 2 # Whether to enable threading.
|
/netbsd-src/external/bsd/unbound/dist/pythonmod/examples/ |
H A D | avahi-resolver.py | 181 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 D | api.rst | 33 threading
|
/netbsd-src/external/bsd/libevent/dist/ |
H A D | libevent_pthreads.pc.in | 9 Description: libevent_pthreads adds pthreads-based threading support to libevent
|
H A D | evconfig-private.h.cmake | 11 /* Enable threading extensions on Solaris. */
|
/netbsd-src/external/bsd/ntp/dist/sntp/libevent/ |
H A D | libevent_pthreads.pc.in | 9 Description: libevent_pthreads adds pthreads-based threading support to libevent
|
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/libcxx/ |
H A D | util.py | 17 import threading 218 timerObject = threading.Timer(timeout, killProcess)
|
/netbsd-src/external/bsd/file/dist/python/ |
H A D | magic.py | 8 import threading 312 threadlocal = threading.local()
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/ |
H A D | threads.h | 48 #error No threading library defined! (Cannot find pthread.h)
|
/netbsd-src/external/mit/libcbor/dist/doc/source/ |
H A D | index.rst | 16 - No shared global state - threading friendly [#]_
|
/netbsd-src/external/bsd/unbound/dist/libunbound/python/doc/examples/ |
H A D | example2.rst | 17 from threading import Thread
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/ |
H A D | util.py | 12 import threading 357 timerObject = threading.Timer(timeout, killProcess)
|