Home
last modified time | relevance | path

Searched refs:uv_loop_data (Results 1 - 4 of 4) sorted by relevance

/third_party/libuv/src/
H A Dthreadpool.c636 if (uv_check_data_valid((struct uv_loop_data*)(w->loop->data)) == 0) { in uv__work_cancel()
638 struct uv_loop_data* addr = (struct uv_loop_data*)((uint64_t)w->loop->data - in uv__work_cancel()
784 if (uv_check_data_valid((struct uv_loop_data*)(loop->data)) == 0) { in uv__ffrt_work()
786 struct uv_loop_data* addr = (struct uv_loop_data*)((uint64_t)loop->data - in uv__ffrt_work()
H A Dtimer.c101 if (uv_check_data_valid((struct uv_loop_data*)handle->loop->data) == 0) { in uv_timer_start()
/third_party/libuv/src/unix/
H A Dcore.c1937 struct uv_loop_data* data = (struct uv_loop_data*)malloc(sizeof(struct uv_loop_data)); in uv_register_task_to_event()
1946 (void)memset(data, 0, sizeof(struct uv_loop_data)); in uv_register_task_to_event()
1949 data = (struct uv_loop_data*)((uint64_t)data | (UV_EVENT_MAGIC_OFFSET << UV_EVENT_MAGIC_OFFSETBITS)); in uv_register_task_to_event()
1964 loop->data = (struct uv_loop_data*)((uint64_t)loop->data - in uv_unregister_task_to_event()
1975 int uv_check_data_valid(struct uv_loop_data* data) { in uv_check_data_valid()
1980 struct uv_loop_data* addr = (struct uv_loop_data*)((uint64_t)data - in uv_check_data_valid()
/third_party/libuv/include/
H A Duv.h1930 struct uv_loop_data { struct
1956 UV_EXTERN int uv_check_data_valid(struct uv_loop_data* data);

Completed in 7 milliseconds