Searched defs:prio (Results 1 - 7 of 7) sorted by relevance

/bionic/libc/upstream-netbsd/libc/gen/
H A Dnice.c58 int prio; local
61 prio = getpriority(PRIO_PROCESS, 0);
62 if (prio == -1 && errno)
64 if (setpriority(PRIO_PROCESS, 0, prio + incr) == -1) {
/bionic/libc/kernel/common/linux/
H A Dplist.h31 int prio; member in struct:plist_node
37 #define PLIST_NODE_INIT(node, __prio) { .prio = (__prio), .plist = PLIST_HEAD_INIT((node).plist, NULL), }
H A Dpkt_sched.h215 __u8 prio; member in struct:tc_gred_qopt
244 __u32 prio; member in struct:tc_htb_opt
/bionic/libc/bionic/
H A Dlogd_write.c146 int __libc_android_log_write(int prio, const char *tag, const char *msg) argument
157 vec[0].iov_base = (unsigned char *) &prio;
172 int __libc_android_log_vprint(int prio, const char *tag, const char *fmt, argument
179 return __libc_android_log_write(prio, tag, buf);
183 int __libc_android_log_print(int prio, const char *tag, const char *fmt, ...) argument
192 return __libc_android_log_write(prio, tag, buf);
H A Dmalloc_debug_qemu.cpp229 static void qemu_log(int prio, const char* fmt, ...);
493 * prio - Message priority (debug, info, or error)
496 static void qemu_log(int prio, const char* fmt, ...) { argument
502 switch (prio) {
/bionic/libthread_db/
H A Dlibthread_db.c217 td_thr_state_e state, int32_t prio, sigset_t * sigmask, uint32_t user_flags)
216 td_ta_thr_iter(td_thragent_t const * agent, td_thr_iter_f * func, void * cookie, td_thr_state_e state, int32_t prio, sigset_t * sigmask, uint32_t user_flags) argument
/bionic/linker/
H A Dlinker_format.c279 static int log_vprint(int prio, const char *tag, const char *fmt, va_list args) argument
297 vec[0].iov_base = (unsigned char *) &prio;
315 extern "C" int __libc_android_log_vprint(int prio, const char* tag, const char* format, va_list ap);
320 format_log(int prio, const char *tag, const char *format, ...) argument
325 ret = __libc_android_log_vprint(prio, tag, format, args);

Completed in 106 milliseconds