KqueueMonitor.h 458 B

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