KqueueMonitor.h 439 B

1234567891011121314151617181920212223
  1. #pragma once
  2. #include "il2cpp-object-internals.h"
  3. namespace il2cpp
  4. {
  5. namespace icalls
  6. {
  7. namespace System
  8. {
  9. namespace System
  10. {
  11. namespace IO
  12. {
  13. class LIBIL2CPP_CODEGEN_API KqueueMonitor
  14. {
  15. public:
  16. static int32_t kevent_notimeout(int32_t* kq, intptr_t ev, int32_t nchanges, intptr_t evtlist, int32_t nevents);
  17. };
  18. } // namespace IO
  19. } // namespace System
  20. } // namespace System
  21. } // namespace icalls
  22. } // namespace il2cpp