Lines Matching refs:uv_thread_t
77 /* Verify that uv_thread_t can be stored in a TLS slot. */
78 STATIC_ASSERT(sizeof(uv_thread_t) <= sizeof(void*));
93 uv_thread_t self;
114 int uv_thread_create(uv_thread_t *tid, void (*entry)(void *arg), void *arg) {
120 int uv_thread_create_ex(uv_thread_t* tid,
183 int uv_thread_setaffinity(uv_thread_t* tid,
226 int uv_thread_getaffinity(uv_thread_t* tid,
259 uv_thread_t uv_thread_self(void) {
260 uv_thread_t key;
277 int uv_thread_join(uv_thread_t *tid) {
289 int uv_thread_equal(const uv_thread_t* t1, const uv_thread_t* t2) {