@@ -703,7 +703,7 @@ static void read_event(int timeout_ms) {
}
static inline int64_t time_us(void) {
struct timespec ts = {};
struct timespec ts = {0};
clock_gettime(CLOCK_MONOTONIC, &ts);
return ts.tv_sec * 1000000 + ts.tv_nsec / 1000;
The note is not visible to the blocked user.