summaryrefslogtreecommitdiff
path: root/hrtime.h
Commit message (Expand)AuthorAgeFilesLines
* Fix per-instance Regexp timeout (#6621)Yusuke Endoh2022-10-241-0/+1
* Implement Queue#pop(timeout: sec)Jean Boussier2022-08-021-0/+10
* thread.c: Move double2hrtime and hrtime2double to hrtime.hYusuke Endoh2022-03-301-0/+48
* hrtime.h: fix typo in non-builtin overflow checknormal2018-08-301-1/+1
* hrtime.h: add note explaining current use of uint64_t [ci skip]normal2018-08-271-1/+2
* hrtime.h: missing parennobu2018-08-271-1/+1
* hrtime.h: explicit casts to time_tnobu2018-08-271-2/+2
* hrtime.h: add documentationnormal2018-08-251-1/+48
* thread.c: use rb_hrtime_t scalar for high-resolution time operationsnormal2018-08-251-0/+120