Home
last modified time | relevance | path

Searched refs:newlogline (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.81.4/libkern/os/
H A Dlog.c630 static bool newlogline = true; in _os_log_to_msgbuf_internal() local
702 if (newlogline && (msgbufp->msg_size > MSGBUF_TIMESTAMP_THRESHOLD)) { in _os_log_to_msgbuf_internal()
713 newlogline = vprintf_log_locked(format, args_copy, addcr); in _os_log_to_msgbuf_internal()