HomeSort by: relevance | last modified time | path
    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, &params, 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, &params, 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