Home
last modified time | relevance | path

Searched refs:uv_thread (Results 1 – 3 of 3) sorted by relevance

/third_party/node/test/node-api/test_fatal/
Dtest_fatal.c10 static uv_thread_t uv_thread; variable
25 (uv_thread_create(&uv_thread, work_thread, NULL) == 0), in TestThread()
/third_party/libwebsockets/lib/event-libs/libuv/
Dprivate-lib-event-libs-libuv.h61 uv_thread_t uv_thread; member
Dlibuv.c109 ptpriv->uv_thread = uv_thread_self(); in lws_io_cb()
503 ptpriv->uv_thread = uv_thread_self(); in elops_accept_uv()
907 return !uv_thread_equal(&th, &ptpriv->uv_thread); in elops_foreign_thread_uv()