Home
last modified time | relevance | path

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

/third_party/ulib/musl/src/misc/
A Dsyslog.c72 static void _vsyslog(int priority, const char* message, va_list ap) { in _vsyslog() argument
86 if (!(priority & LOG_FACMASK)) in _vsyslog()
87 priority |= log_facility; in _vsyslog()
94 l = snprintf(buf, sizeof buf, "<%d>%s %n%s%s%.0d%s: ", priority, timebuf, &hlen, log_ident, in _vsyslog()
120 void __vsyslog(int priority, const char* message, va_list ap) { in __vsyslog() argument
121 if (!(log_mask & LOG_MASK(priority & 7)) || (priority & ~0x3ff)) in __vsyslog()
124 _vsyslog(priority, message, ap); in __vsyslog()
128 void syslog(int priority, const char* message, ...) { in syslog() argument
131 __vsyslog(priority, message, ap); in syslog()
/third_party/ulib/jemalloc/
A DChangeLog17 is higher priority than address, so that the allocation policy prefers older
/third_party/ulib/musl/
A DWHATSNEW792 - thread priority scheduling

Completed in 5 milliseconds