Home
last modified time | relevance | path

Searched +full:no +full:- +full:threads (Results 1 – 25 of 1038) sorted by relevance

12345678910>>...42

/third_party/openssl/
DNOTES-NONSTOP.md5 -------------------
11 Specify the `--with-rand-seed=rdcpu` option to the `./Configure` script.
15 specify the `--with-rand-seed=egd` option to the `./Configure` script.
18 ------------------
27 ----------------
29 OpenSSL can be built using unthreaded, POSIX User Threads (PUT), or Standard
30 POSIX Threads (SPT). Select the following build configuration for each on
31 the TNS/X (L-Series) platform:
33 * `nonstop-nsx` or default will select an unthreaded build.
34 * `nonstop-nsx_put` selects the PUT build.
[all …]
/third_party/libwebsockets/READMEs/
DREADME.event-loops-intro.md5 - Chrome / Chromium, transmission, tmux, ntp SNTP... [libevent](https://libevent.org/)
6 - node.js / cjdns / Julia / cmake ... [libuv](https://archive.is/64pOt)
7- Gstreamer, Gnome / GTK apps ... [glib](https://people.gnome.org/~desrt/glib-docs/glib-The-Main-E…
8 - SystemD ... sdevent
9 - OpenWRT ... uloop
26 - they have a **single thread**, therefore they do not require locking
27 - they are **not threadsafe**
28 - they require **nonblocking IO**
29 - they **sleep** while there are no events (aka the "event wait")
30 - if one or more event seen, they call back into user code to handle each in
[all …]
/third_party/python/Doc/library/
Dthreading.rst1 :mod:`threading` --- Thread-based parallelism
5 :synopsis: Thread-based parallelism.
9 --------------
11 This module constructs higher-level threading interfaces on top of the lower
24 .. impl-detail::
28 can execute Python code at once (even though certain performance-oriented
31 resources of multi-core machines, you are advised to use
34 multiple I/O-bound tasks simultaneously.
80 exception is no longer needed.
102 integer. Its value has no direct meaning; it is intended as a magic cookie
[all …]
/third_party/mesa3d/src/panfrost/perf/
DT72x.xml1 <!--
2 Copyright © 2017-2020 ARM Limited.
3 Copyright © 2021-2022 Collabora, Ltd.
19 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
24 -->
26 <category name="Job Manager" per_cpu="no">
39 <category name="Tiler" per_cpu="no">
52 <category name="L2 Cache" per_cpu="no">
62 <category name="Shader Core" per_cpu="no">
67 …AG_THREADS" title="Fragment Threads" name="Fragment threads" description="Number of fragment threa…
[all …]
DT82x.xml1 <!--
2 Copyright © 2017-2020 ARM Limited.
3 Copyright © 2021-2022 Collabora, Ltd.
19 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
24 -->
26 <category name="Job Manager" per_cpu="no">
39 <category name="Tiler" per_cpu="no">
52 <category name="L2 Cache" per_cpu="no">
67 <category name="Shader Core" per_cpu="no">
72 …title="Core Cycles" name="Fragment cycles pre-pipe buffer not empty" description="Number of cycles…
[all …]
DT83x.xml1 <!--
2 Copyright © 2017-2020 ARM Limited.
3 Copyright © 2021-2022 Collabora, Ltd.
19 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
24 -->
26 <category name="Job Manager" per_cpu="no">
39 <category name="Tiler" per_cpu="no">
52 <category name="L2 Cache" per_cpu="no">
67 <category name="Shader Core" per_cpu="no">
72 …title="Core Cycles" name="Fragment cycles pre-pipe buffer not empty" description="Number of cycles…
[all …]
DT86x.xml1 <!--
2 Copyright © 2017-2020 ARM Limited.
3 Copyright © 2021-2022 Collabora, Ltd.
19 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
24 -->
26 <category name="Job Manager" per_cpu="no">
39 <category name="Tiler" per_cpu="no">
60 <category name="L2 Cache" per_cpu="no">
75 <category name="Shader Core" per_cpu="no">
80 …title="Core Cycles" name="Fragment cycles pre-pipe buffer not empty" description="Number of cycles…
[all …]
DT76x.xml1 <!--
2 Copyright © 2017-2020 ARM Limited.
3 Copyright © 2021-2022 Collabora, Ltd.
19 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
24 -->
26 <category name="Job Manager" per_cpu="no">
39 <category name="Tiler" per_cpu="no">
60 <category name="L2 Cache" per_cpu="no">
75 <category name="Shader Core" per_cpu="no">
80 …title="Core Cycles" name="Fragment cycles pre-pipe buffer not empty" description="Number of cycles…
[all …]
DT88x.xml1 <!--
2 Copyright © 2017-2020 ARM Limited.
3 Copyright © 2021-2022 Collabora, Ltd.
19 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
24 -->
26 <category name="Job Manager" per_cpu="no">
39 <category name="Tiler" per_cpu="no">
60 <category name="L2 Cache" per_cpu="no">
75 <category name="Shader Core" per_cpu="no">
80 …title="Core Cycles" name="Fragment cycles pre-pipe buffer not empty" description="Number of cycles…
[all …]
/third_party/gstreamer/gstreamer/docs/random/wtay/
Deos-190120012 --------
7 --------------
14 contain an arbitrary number of threads and other ASYNC and
19 The trick is to detect when all the elements/subbins/threads
21 threads and elements.
39 are basically worthless and there is no point in trying to schedule
43 have no clear relation between their input/output behaviour, like
54 ---------------------
57 the chains. This procedure continues until a bin/thread has no more
75 Other elements that do their own managing (like threads) are treated
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_tessellation_program5.txt51 consists of an array of vertices plus some associated per-patch state. It
59 variable-size input patch and produces a new fixed-size output patch. The
60 output patch consists of an array of vertices, and a set of per-patch
61 attributes. The per-patch attributes include tessellation levels that
64 -- one per output patch vertex. Each tessellation control program
66 vertex. A tessellation control program may also read the per-vertex
68 and write shared per-patch outputs. The tessellation control program
70 automatically synchronizes threads to ensure that when executing a given
82 triangular or quad-shaped patch into a set of triangles that cover the
83 original patch; ISOLINES_NV splits a quad-shaped patch into a set of line
[all …]
/third_party/openGLES/extensions/NV/
DNV_tessellation_program5.txt51 consists of an array of vertices plus some associated per-patch state. It
59 variable-size input patch and produces a new fixed-size output patch. The
60 output patch consists of an array of vertices, and a set of per-patch
61 attributes. The per-patch attributes include tessellation levels that
64 -- one per output patch vertex. Each tessellation control program
66 vertex. A tessellation control program may also read the per-vertex
68 and write shared per-patch outputs. The tessellation control program
70 automatically synchronizes threads to ensure that when executing a given
82 triangular or quad-shaped patch into a set of triangles that cover the
83 original patch; ISOLINES_NV splits a quad-shaped patch into a set of line
[all …]
/third_party/harfbuzz/m4/
Dax_pthread.m42 # https://www.gnu.org/software/autoconf-archive/ax_pthread.html
7 # AX_PTHREAD([ACTION-IF-FOUND[, ACTION-IF-NOT-FOUND]])
11 # This macro figures out how to build C programs using POSIX threads. It
12 # sets the PTHREAD_LIBS output variable to the threads library and linker
18 # multi-threaded programs (defaults to the value of CC otherwise). (This
32 # In addition, if the PTHREAD_CREATE_JOINABLE thread-attribute constant
40 # ACTION-IF-FOUND is a list of shell commands to run if a threads library
41 # is found, and ACTION-IF-NOT-FOUND is a list of commands to run it if it
42 # is not found. If ACTION-IF-FOUND is not specified, the default action
93 ax_pthread_ok=no
[all …]
/third_party/skia/third_party/externals/harfbuzz/m4/
Dax_pthread.m42 # https://www.gnu.org/software/autoconf-archive/ax_pthread.html
7 # AX_PTHREAD([ACTION-IF-FOUND[, ACTION-IF-NOT-FOUND]])
11 # This macro figures out how to build C programs using POSIX threads. It
12 # sets the PTHREAD_LIBS output variable to the threads library and linker
18 # multi-threaded programs (defaults to the value of CC otherwise). (This
32 # In addition, if the PTHREAD_CREATE_JOINABLE thread-attribute constant
40 # ACTION-IF-FOUND is a list of shell commands to run if a threads library
41 # is found, and ACTION-IF-NOT-FOUND is a list of commands to run it if it
42 # is not found. If ACTION-IF-FOUND is not specified, the default action
93 ax_pthread_ok=no
[all …]
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/
Dassertions.xml3 …ction duration does not depend on the number of mutex in use in the system -- for any type of mute…
5 <assertion id="2" files="pthread_mutex_init/s-c.c" tag="pt:THR">
6 Mutex initialization then destruction does not consume any system resource (memory leak, ...) -- fo…
9 With a large amount of threads contending for some mutexes (of several types) with pthread_mutex_lo…
11 <assertion id="4" files="pthread_mutex_lock/s-c1.c" tag="pt:THR">
12 There is no limit on the number of threads waiting to own the same mutex.
14 <assertion id="5" files="pthread_mutex_lock/s-c1.c" tag="pt:THR">
15 There is no limit on the number of different mutex having threads contending, at the same time.
17 <assertion id="6" files="pthread_cond_init/s-c.c" tag="pt:THR">
18 Condvar initialization then destruction does not consume any system resource -- for any kind of con…
[all …]
/third_party/pcre2/pcre2/m4/
Dax_pthread.m42 # http://www.gnu.org/software/autoconf-archive/ax_pthread.html
7 # AX_PTHREAD([ACTION-IF-FOUND[, ACTION-IF-NOT-FOUND]])
11 # This macro figures out how to build C programs using POSIX threads. It
12 # sets the PTHREAD_LIBS output variable to the threads library and linker
18 # multi-threaded programs (defaults to the value of CC otherwise). (This
25 # If you are only building threads programs, you may wish to use these
32 # In addition, if the PTHREAD_CREATE_JOINABLE thread-attribute constant
40 # ACTION-IF-FOUND is a list of shell commands to run if a threads library
41 # is found, and ACTION-IF-NOT-FOUND is a list of commands to run it if it
42 # is not found. If ACTION-IF-FOUND is not specified, the default action
[all …]
/third_party/skia/third_party/externals/freetype/builds/unix/
Dax_pthread.m42 # https://www.gnu.org/software/autoconf-archive/ax_pthread.html
7 # AX_PTHREAD([ACTION-IF-FOUND[, ACTION-IF-NOT-FOUND]])
11 # This macro figures out how to build C programs using POSIX threads. It
12 # sets the PTHREAD_LIBS output variable to the threads library and linker
18 # needed for multi-threaded programs (defaults to the value of CC
36 # In addition, if the PTHREAD_CREATE_JOINABLE thread-attribute constant
44 # ACTION-IF-FOUND is a list of shell commands to run if a threads library
45 # is found, and ACTION-IF-NOT-FOUND is a list of commands to run it if it
46 # is not found. If ACTION-IF-FOUND is not specified, the default action
98 ax_pthread_ok=no
[all …]
/third_party/freetype/builds/unix/
Dax_pthread.m42 # https://www.gnu.org/software/autoconf-archive/ax_pthread.html
7 # AX_PTHREAD([ACTION-IF-FOUND[, ACTION-IF-NOT-FOUND]])
11 # This macro figures out how to build C programs using POSIX threads. It
12 # sets the PTHREAD_LIBS output variable to the threads library and linker
18 # needed for multi-threaded programs (defaults to the value of CC
36 # In addition, if the PTHREAD_CREATE_JOINABLE thread-attribute constant
44 # ACTION-IF-FOUND is a list of shell commands to run if a threads library
45 # is found, and ACTION-IF-NOT-FOUND is a list of commands to run it if it
46 # is not found. If ACTION-IF-FOUND is not specified, the default action
98 ax_pthread_ok=no
[all …]
/third_party/skia/third_party/externals/libwebp/m4/
Dax_pthread.m42 # http://www.gnu.org/software/autoconf-archive/ax_pthread.html
7 # AX_PTHREAD([ACTION-IF-FOUND[, ACTION-IF-NOT-FOUND]])
11 # This macro figures out how to build C programs using POSIX threads. It
12 # sets the PTHREAD_LIBS output variable to the threads library and linker
18 # multi-threaded programs (defaults to the value of CC otherwise). (This
25 # If you are only building threads programs, you may wish to use these
32 # In addition, if the PTHREAD_CREATE_JOINABLE thread-attribute constant
40 # ACTION-IF-FOUND is a list of shell commands to run if a threads library
41 # is found, and ACTION-IF-NOT-FOUND is a list of commands to run it if it
42 # is not found. If ACTION-IF-FOUND is not specified, the default action
[all …]
/third_party/node/deps/cares/m4/
Dax_pthread.m42 # http://www.gnu.org/software/autoconf-archive/ax_pthread.html
7 # AX_PTHREAD([ACTION-IF-FOUND[, ACTION-IF-NOT-FOUND]])
11 # This macro figures out how to build C programs using POSIX threads. It
12 # sets the PTHREAD_LIBS output variable to the threads library and linker
18 # multi-threaded programs (defaults to the value of CC otherwise). (This
25 # If you are only building threads programs, you may wish to use these
32 # In addition, if the PTHREAD_CREATE_JOINABLE thread-attribute constant
40 # ACTION-IF-FOUND is a list of shell commands to run if a threads library
41 # is found, and ACTION-IF-NOT-FOUND is a list of commands to run it if it
42 # is not found. If ACTION-IF-FOUND is not specified, the default action
[all …]
/third_party/skia/third_party/externals/microhttpd/m4/
Dax_pthread.m42 # http://www.gnu.org/software/autoconf-archive/ax_pthread.html
7 # AX_PTHREAD([ACTION-IF-FOUND[, ACTION-IF-NOT-FOUND]])
11 # This macro figures out how to build C programs using POSIX threads. It
12 # sets the PTHREAD_LIBS output variable to the threads library and linker
18 # multi-threaded programs (defaults to the value of CC otherwise). (This
25 # If you are only building threads programs, you may wish to use these
32 # In addition, if the PTHREAD_CREATE_JOINABLE thread-attribute constant
40 # ACTION-IF-FOUND is a list of shell commands to run if a threads library
41 # is found, and ACTION-IF-NOT-FOUND is a list of commands to run it if it
42 # is not found. If ACTION-IF-FOUND is not specified, the default action
[all …]
/third_party/pulseaudio/m4/
Dax_pthread.m42 # http://www.gnu.org/software/autoconf-archive/ax_pthread.html
7 # AX_PTHREAD([ACTION-IF-FOUND[, ACTION-IF-NOT-FOUND]])
11 # This macro figures out how to build C programs using POSIX threads. It
12 # sets the PTHREAD_LIBS output variable to the threads library and linker
18 # multi-threaded programs (defaults to the value of CC otherwise). (This
25 # If you are only building threads programs, you may wish to use these
32 # In addition, if the PTHREAD_CREATE_JOINABLE thread-attribute constant
40 # ACTION-IF-FOUND is a list of shell commands to run if a threads library
41 # is found, and ACTION-IF-NOT-FOUND is a list of commands to run it if it
42 # is not found. If ACTION-IF-FOUND is not specified, the default action
[all …]
/third_party/python/Lib/
Dthreading.py59 """Set a profile function for all threads started from the threading module.
73 """Set a trace function for all threads started from the threading module.
138 def acquire(self, blocking=True, timeout=-1):
139 """Acquire a lock, blocking or non-blocking.
147 able to grab ownership of the lock. There is no return value in this
158 When invoked with the floating-point timeout argument set to a positive
180 by any thread), and if any other threads are blocked waiting for the
189 There is no return value.
193 raise RuntimeError("cannot release un-acquired lock")
194 self._count = count = self._count - 1
[all …]
/third_party/ltp/testcases/kernel/syscalls/tgkill/
Dtgkill01.c1 // SPDX-License-Identifier: GPL-2.0-or-later
7 * of threads in parallel, then one-by-one call tgkill(..., tid, SIGUSR1)
25 static struct thread_state *threads; variable
39 * There is no standard way to map pthread -> tid, so we will have the in thread_func()
43 thread->tid = sys_gettid(); in thread_func()
54 SAFE_PTHREAD_CREATE(&thread->thread, NULL, thread_func, thread); in start_thread()
66 if (threads[i].tid == -1) in stop_threads()
69 SAFE_PTHREAD_JOIN(threads[i].thread, NULL); in stop_threads()
70 threads[i].tid = -1; in stop_threads()
73 if (threads) in stop_threads()
[all …]
/third_party/selinux/libselinux/man/man3/
Dgetcon.33 getcon, getprevcon, getpidcon \- get SELinux security context of a process
5 freecon, freeconary \- free memory associated with SELinux security contexts
7 getpeercon \- get security context of a peer socket
9 setcon \- set current security context of a process
64 is NULL, no operation is performed.
72 is NULL, no operation is performed.
79 security contexts, unlike exec-based transitions performed via
99 A multi-threaded application can perform a
102 any child threads, in which case all of the child threads will inherit
106 threads running in the same process since this would yield
[all …]

12345678910>>...42