Searched refs: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 Dbio.h112 #define bio_set_prio(bio, prio) do { WARN_ON(prio >= (1 << IOPRIO_BITS)); (bio)->bi_rw &= ((1UL << BIO_PRIO_SHIFT) - 1); (bio)->bi_rw |= ((unsigned long) (prio) << BIO_PRIO_SHIFT); } while (0)
H A Dpkt_sched.h215 __u8 prio; member in struct:tc_gred_qopt
244 __u32 prio; member in struct:tc_htb_opt
/bionic/libthread_db/include/
H A Dthread_db.h150 td_thr_state_e state, int32_t prio, sigset_t * sigmask, uint32_t user_flags);
/bionic/libc/bionic/
H A Dmalloc_debug_qemu.cpp229 static void qemu_log(int prio, const char* fmt, ...);
489 * prio - Message priority (debug, info, or error)
492 static void qemu_log(int prio, const char* fmt, ...) { argument
498 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

Completed in 174 milliseconds