Dmitry Chagin 5c2748d5e7 Linux nanosleep() and clock_nanosleep() system calls always
writes the remaining time into the structure pointed to by rmtp
unless rmtp is NULL. The value of *rmtp can then be used to call
nanosleep() again and complete the specified pause if the previous
call was interrupted.

Note. clock_nanosleep() with an absolute time value does not write
the remaining time.

While here fix whitespaces and typo in SDT_PROBE.
2015-05-24 18:14:38 +00:00
..
2015-05-24 18:09:01 +00:00
2015-05-23 14:59:27 +00:00
2015-05-24 18:09:01 +00:00
2015-05-24 16:36:29 +00:00
2015-04-22 14:38:58 +00:00
2015-04-18 16:08:06 +00:00
2015-03-16 00:10:03 +00:00
2015-05-24 16:49:14 +00:00