Searched refs:uv__fsevents_push_event (Results 1 - 2 of 2) sorted by relevance
/third_party/libuv/src/unix/ |
H A D | fsevents.c | 195 static void uv__fsevents_push_event(uv_fs_event_t* handle, in uv__fsevents_push_event() function 325 uv__fsevents_push_event(handle, &head, 0); in uv__fsevents_event_cb() 491 uv__fsevents_push_event(curr, NULL, err); in uv__fsevents_reschedule()
|
/third_party/node/deps/uv/src/unix/ |
H A D | fsevents.c | 197 static void uv__fsevents_push_event(uv_fs_event_t* handle, in uv__fsevents_push_event() function 327 uv__fsevents_push_event(handle, &head, 0); in uv__fsevents_event_cb() 500 uv__fsevents_push_event(curr, NULL, err); in uv__fsevents_reschedule()
|
Completed in 4 milliseconds