HomeSort by: relevance | last modified time | path
    Searched refs:FSEventStreamRef (Results 1 - 3 of 3) sorted by relevancy

  /src/external/mit/libuv/dist/src/unix/
darwin-stub.h 50 typedef void* FSEventStreamRef;
52 typedef void (*FSEventStreamCallback)(const FSEventStreamRef,
fsevents.c 98 FSEventStreamRef fsevent_stream;
136 static FSEventStreamRef (*pFSEventStreamCreate)(CFAllocatorRef,
143 static void (*pFSEventStreamInvalidate)(FSEventStreamRef);
144 static void (*pFSEventStreamRelease)(FSEventStreamRef);
145 static void (*pFSEventStreamScheduleWithRunLoop)(FSEventStreamRef,
148 static int (*pFSEventStreamStart)(FSEventStreamRef);
149 static void (*pFSEventStreamStop)(FSEventStreamRef);
215 static void uv__fsevents_event_cb(const FSEventStreamRef streamRef,
332 FSEventStreamRef ref;
  /src/external/apache2/llvm/dist/clang/lib/DirectoryWatcher/mac/
DirectoryWatcher-mac.cpp 24 static void stopFSEventStream(FSEventStreamRef);
49 dispatch_queue_t Queue, FSEventStreamRef EventStream,
75 FSEventStreamRef EventStream;
160 FSEventStreamRef createFSEventStream(
199 FSEventStreamRef Result = FSEventStreamCreate(
208 void stopFSEventStream(FSEventStreamRef EventStream) {

Completed in 62 milliseconds