Home
last modified time | relevance | path

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

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