No description
Find a file
Yousong Zhou e90c595d20 utils: use clock_get_time() for clock_gettime() on Apple.
It turns out that mach_absolute_time() is not monotonic at all.  While
at it, convert the CLOCK_REALTIME implementation to using
clock_get_time() as well.

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2015-01-21 20:11:30 +01:00
.gitignore add a cmake file for the examples and add the binaries to .gitignore 2012-10-21 23:01:30 +02:00
blob.c blob: improve out-of-memory handling 2014-07-26 03:50:50 +02:00
blob.h blob: improve out-of-memory handling 2014-07-26 03:50:50 +02:00
blobmsg.c blobmsg: remove unneeded assignment in blobmsg_alloc_string_buffer(). 2014-12-11 17:58:29 +01:00
blobmsg.h blobmsg: accept NULL attr in blobmsg_get_string() 2014-08-03 15:00:54 +02:00
blobmsg_json.c blobmsg_json: include json.h inside blobmsg_json.c instead of the public header file 2014-09-23 12:03:32 +02:00
blobmsg_json.h blobmsg_json: avoid redefinition of json_object 2014-10-24 13:40:14 +02:00
utils.c utils: use clock_get_time() for clock_gettime() on Apple. 2015-01-21 20:11:30 +01:00
utils.h utils: use clock_get_time() for clock_gettime() on Apple. 2015-01-21 20:11:30 +01:00