热门标签
更多>
搜索结果
查询Tags标签: getMonotonicUs,共有 2条记录-
漫话Redis源码之四十四
这里主要是跟时钟相关的一些函数,其实不是特别需要仔细阅读。 #include "monotonic.h" #include <stddef.h> #include <stdlib.h> #include <stdio.h> #include <time.h>#undef NDEBUG #include <assert.h>/* The function poin…
2022/1/3 2:07:52 人评论 次浏览 -
漫话Redis源码之四十四
这里主要是跟时钟相关的一些函数,其实不是特别需要仔细阅读。 #include "monotonic.h" #include <stddef.h> #include <stdlib.h> #include <stdio.h> #include <time.h>#undef NDEBUG #include <assert.h>/* The function poin…
2022/1/3 2:07:52 人评论 次浏览