OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uv_thread_t
(Results
1 - 25
of
40
) sorted by relevancy
1
2
/src/external/mit/libuv/dist/test/
test-thread-equal.c
25
uv_thread_t
main_thread_id;
26
uv_thread_t
subthreads[2];
29
uv_thread_t
*thread_id = arg;
30
uv_thread_t
self_id = uv_thread_self();
39
uv_thread_t
threads[2];
benchmark-thread.c
43
uv_thread_t
tid;
test-barrier.c
50
uv_thread_t
thread;
72
uv_thread_t
thread;
94
uv_thread_t
thread;
132
uv_thread_t
threads[4];
test-process-title-threadsafe.c
82
uv_thread_t
setter_threads[4];
83
uv_thread_t
getter_thread;
test-thread.c
34
uv_thread_t
thread_id;
42
uv_thread_t
thread_id;
50
uv_thread_t
thread_id;
147
uv_thread_t
tid;
203
uv_thread_t
threads[2];
246
uv_thread_t
thread;
253
uv_thread_t
thread;
301
uv_thread_t
thread;
test-async-null-cb.c
29
static
uv_thread_t
thread;
test-semaphore.c
51
uv_thread_t
thread;
75
uv_thread_t
thread;
test-thread-name.c
37
uv_thread_t
thread;
63
uv_thread_t
threads[2];
160
uv_thread_t
thread = uv_thread_self();
test-thread-affinity.c
33
uv_thread_t
tid;
57
uv_thread_t
threads[3];
benchmark-async-pummel.c
65
uv_thread_t
* tids;
test-async.c
27
static
uv_thread_t
thread;
test-condvar.c
129
uv_thread_t
thread;
148
uv_thread_t
thread;
193
uv_thread_t
thread;
212
uv_thread_t
thread;
test-eintr-handling.c
66
uv_thread_t
thread;
test-embed.c
49
uv_thread_t
thread;
test-thread-priority.c
55
uv_thread_t
task_id;
benchmark-million-async.c
32
static
uv_thread_t
thread_id;
benchmark-async.c
32
uv_thread_t
thread;
test-mutexes.c
140
uv_thread_t
thread;
test-pipe-set-non-blocking.c
70
uv_thread_t
thread;
/src/external/mit/libuv/dist/docs/code/thread-create/
main.c
27
uv_thread_t
hare_id;
28
uv_thread_t
tortoise_id;
/src/external/mit/libuv/dist/include/uv/
darwin.h
38
uv_thread_t
cf_thread; \
/src/external/mit/libuv/dist/src/win/
thread.c
55
/* Verify that
uv_thread_t
can be stored in a TLS slot. */
56
STATIC_ASSERT(sizeof(
uv_thread_t
) <= sizeof(void*));
74
uv_thread_t
self;
95
int uv_thread_create(
uv_thread_t
*tid, void (*entry)(void *arg), void *arg) {
102
int uv_thread_detach(
uv_thread_t
*tid) {
110
int uv_thread_create_ex(
uv_thread_t
* tid,
173
int uv_thread_setaffinity(
uv_thread_t
* tid,
216
int uv_thread_getaffinity(
uv_thread_t
* tid,
249
uv_thread_t
uv_thread_self(void) {
250
uv_thread_t
key
[
all
...]
/src/external/mit/libuv/dist/docs/code/locks/
main.c
44
uv_thread_t
threads[3];
/src/external/mit/libuv/dist/src/unix/
thread.c
126
int uv_thread_create(
uv_thread_t
*tid, void (*entry)(void *arg), void *arg) {
133
int uv_thread_detach(
uv_thread_t
*tid) {
138
int uv_thread_create_ex(
uv_thread_t
* tid,
191
int uv_thread_setaffinity(
uv_thread_t
* tid,
230
int uv_thread_getaffinity(
uv_thread_t
* tid,
261
int uv_thread_setaffinity(
uv_thread_t
* tid,
269
int uv_thread_getaffinity(
uv_thread_t
* tid,
290
uv_thread_t
uv_thread_self(void) {
294
int uv_thread_join(
uv_thread_t
*tid) {
299
int uv_thread_equal(const
uv_thread_t
* t1, const uv_thread_t* t2)
[
all
...]
/src/external/mit/libuv/dist/docs/code/signal/
main.c
58
uv_thread_t
thread1, thread2;
Completed in 35 milliseconds
1
2
Indexes created Mon Aug 31 00:24:02 UTC 2026