Home
last modified time | relevance | path

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

/third_party/libuv/include/uv/
H A Ddarwin.h51 struct uv__queue cf_events; \
/third_party/node/deps/uv/include/uv/
H A Ddarwin.h51 void* cf_events[2]; \
/third_party/libuv/src/unix/
H A Dfsevents.c159 uv__queue_move(&(handle)->cf_events, &events); \
203 uv__queue_add(&handle->cf_events, events); in uv__fsevents_push_event()
810 uv__queue_init(&handle->cf_events); in uv__fsevents_init()
/third_party/node/deps/uv/src/unix/
H A Dfsevents.c161 QUEUE_MOVE(&(handle)->cf_events, &events); \
205 QUEUE_ADD(&handle->cf_events, events); in uv__fsevents_push_event()
821 QUEUE_INIT(&handle->cf_events); in uv__fsevents_init()

Completed in 4 milliseconds