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_create_ex
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/mit/libuv/dist/test/
test-thread.c
258
ASSERT_OK(
uv_thread_create_ex
(&thread, &options,
263
ASSERT_OK(
uv_thread_create_ex
(&thread, &options,
268
ASSERT_OK(
uv_thread_create_ex
(&thread, &options,
273
ASSERT_OK(
uv_thread_create_ex
(&thread, &options,
279
ASSERT_OK(
uv_thread_create_ex
(&thread, &options,
284
ASSERT_OK(
uv_thread_create_ex
(&thread, &options,
291
ASSERT_OK(
uv_thread_create_ex
(&thread, &options,
/src/external/mit/libuv/dist/src/win/
thread.c
98
return
uv_thread_create_ex
(tid, ¶ms, entry, arg);
110
int
uv_thread_create_ex
(uv_thread_t* tid,
function
/src/external/mit/libuv/dist/src/unix/
thread.c
129
return
uv_thread_create_ex
(tid, ¶ms, entry, arg);
138
int
uv_thread_create_ex
(uv_thread_t* tid,
function
/src/external/mit/libuv/dist/src/
threadpool.c
235
if (
uv_thread_create_ex
(threads + i, &config, worker, &sem))
/src/external/mit/libuv/dist/include/
uv.h
1903
UV_EXTERN int
uv_thread_create_ex
(uv_thread_t* tid,
Completed in 29 milliseconds
Indexes created Tue May 26 00:24:38 UTC 2026