src/hotspot/os/posix/os_posix.hpp
changeset 53461 08d6edeb3145
parent 53244 9807daeb47c4
child 53646 043ae846819f
equal deleted inserted replaced
53460:65c813da7c65 53461:08d6edeb3145
   130 #else
   130 #else
   131 
   131 
   132   static bool supports_monotonic_clock() { return false; }
   132   static bool supports_monotonic_clock() { return false; }
   133 
   133 
   134 #endif
   134 #endif
       
   135 
       
   136   static void to_RTC_abstime(timespec* abstime, int64_t millis);
   135 };
   137 };
   136 
   138 
   137 /*
   139 /*
   138  * Crash protection for the watcher thread. Wrap the callback
   140  * Crash protection for the watcher thread. Wrap the callback
   139  * with a sigsetjmp and in case of a SIGSEGV/SIGBUS we siglongjmp
   141  * with a sigsetjmp and in case of a SIGSEGV/SIGBUS we siglongjmp