Home
last modified time | relevance | path

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

12345

/third_party/musl/src/thread/
H A Dpthread_setschedprio.c4 int pthread_setschedprio(pthread_t t, int prio) in pthread_setschedprio() argument
/third_party/musl/src/misc/
H A Dsetpriority.c4 int setpriority(int which, id_t who, int prio) in setpriority() argument
/third_party/musl/porting/liteos_a/user/src/thread/
H A Dpthread_setschedprio.c4 int pthread_setschedprio(pthread_t t, int prio) in pthread_setschedprio() argument
/third_party/musl/src/unistd/
H A Dnice.c9 int prio = inc; in nice() local
/third_party/ltp/testcases/kernel/syscalls/ioprio/
H A Dioprio_get01.c19 int prio, class; in run() local
H A Dioprio_set02.c20 int class, prio; in run() local
[all...]
H A Dioprio_set01.c23 int class = orig_class, prio = orig_prio; in run() local
[all...]
H A Dioprio.h31 static inline int prio_in_range(int prio) in prio_in_range() argument
46 static inline void ioprio_check_setting(int class, int prio, int report) in ioprio_check_setting() argument
/third_party/musl/src/mq/
H A Dmq_receive.c3 ssize_t mq_receive(mqd_t mqd, char *msg, size_t len, unsigned *prio) in mq_receive() argument
H A Dmq_send.c3 int mq_send(mqd_t mqd, const char *msg, size_t len, unsigned prio) in mq_send() argument
H A Dmq_timedreceive.c8 ssize_t mq_timedreceive(mqd_t mqd, char *restrict msg, size_t len, unsigned *restrict prio, const struct timespec *restrict at) in mq_timedreceive() argument
H A Dmq_timedsend.c8 int mq_timedsend(mqd_t mqd, const char *msg, size_t len, unsigned prio, const struct timespec *at) in mq_timedsend() argument
/third_party/mesa3d/src/android_stub/
H A Dlog_stub.cpp5 int __android_log_print(int prio, const char* tag, const char* fmt, ...) in __android_log_print() argument
10 int __android_log_vprint(int prio, const char* tag, const char* fmt, va_list ap) in __android_log_vprint() argument
/third_party/musl/compat/time32/
H A Dmq_timedreceive_time32.c5 ssize_t __mq_timedreceive_time32(mqd_t mqd, char *restrict msg, size_t len, unsigned *restrict prio, const struct timespec32 *restrict ts32) in __mq_timedreceive_time32() argument
H A Dmq_timedsend_time32.c5 int __mq_timedsend_time32(mqd_t mqd, const char *msg, size_t len, unsigned prio, const struct timespec32 *ts32) in __mq_timedsend_time32() argument
/third_party/toybox/toys/other/
H A Dionice.c53 int prio = ((int)TT.c << 13) | (int)TT.n; in ioprio_set() local
/third_party/rust/crates/nix/test/
H A Dtest_mq.rs49 let mut prio = 0u32; in test_mq_send_and_receive() variables
/third_party/libdrm/freedreno/
H A Dfreedreno_pipe.c37 fd_pipe_new2(struct fd_device *dev, enum fd_pipe_id id, uint32_t prio) in fd_pipe_new2() argument
/third_party/ltp/testcases/kernel/syscalls/utils/
H A Dmq.h60 unsigned int prio; in cleanup_queue() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedreceive/
H A D2-1.c37 int prio = 1; in main() local
H A D15-1.c38 int prio = 1; in main() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_notify/
H A D4-1.c56 unsigned int prio = 1; in main() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_receive/
H A D5-1.c45 int prio = 1; in main() local
H A D12-1.c37 int prio = 1; in main() local
H A D2-1.c36 int prio = 1; in main() local

Completed in 10 milliseconds

12345