Sha256: 7175bcd6e6fb0212a92e6e14a7994e7a8dc18c5c2c2c9ce3e931c50362d0fcb5
Contents?: true
Size: 342 Bytes
Versions: 7
Compression:
Stored size: 342 Bytes
Contents
#include "extconf.h" // This file is the dual of clock_id_from_pthread.c for systems where that info // is not available. #ifndef HAVE_PTHREAD_GETCPUCLOCKID #include <ruby.h> #include "clock_id.h" void self_test_clock_id() { } // Nothing to check VALUE clock_id_for(VALUE self, VALUE thread) { return Qnil; } // Nothing to return #endif
Version data entries
7 entries across 7 versions & 1 rubygems