| /third_party/mesa3d/src/android_stub/ |
| D | log_stub.cpp | 5 int __android_log_print(int prio, const char* tag, const char* fmt, ...) in __android_log_print() 10 int __android_log_vprint(int prio, const char* tag, const char* fmt, va_list ap) in __android_log_vprint()
|
| /third_party/mesa3d/include/android_stub/log/ |
| D | log_main.h | 82 #define android_writeLog(prio, tag, text) __android_log_write(prio, tag, text) argument 84 #define android_printLog(prio, tag, ...) \ argument 87 #define android_vprintLog(prio, cond, tag, ...) \ argument 367 #define android_testLog(prio, tag) \ argument 370 #define android_testLog(prio, tag) \ argument
|
| /third_party/musl/src/unistd/ |
| D | nice.c | 9 int prio = inc; in nice() local
|
| /third_party/musl/src/misc/ |
| D | setpriority.c | 4 int setpriority(int which, id_t who, int prio) in setpriority()
|
| /third_party/ltp/testcases/kernel/syscalls/ioprio/ |
| D | ioprio.h | 50 static inline int prio_in_range(int prio) in prio_in_range() 65 static inline void ioprio_check_setting(int class, int prio, int report) in ioprio_check_setting()
|
| D | ioprio_get01.c | 18 int prio, class; in run() local
|
| D | ioprio_set02.c | 19 int class, prio; in run() local
|
| D | ioprio_set01.c | 22 int class = orig_class, prio = orig_prio; in run() local
|
| /third_party/musl/src/mq/ |
| D | mq_receive.c | 3 ssize_t mq_receive(mqd_t mqd, char *msg, size_t len, unsigned *prio) in mq_receive()
|
| D | mq_send.c | 3 int mq_send(mqd_t mqd, const char *msg, size_t len, unsigned prio) in mq_send()
|
| D | mq_timedsend.c | 8 int mq_timedsend(mqd_t mqd, const char *msg, size_t len, unsigned prio, const struct timespec *at) in mq_timedsend()
|
| D | mq_timedreceive.c | 8 ssize_t mq_timedreceive(mqd_t mqd, char *restrict msg, size_t len, unsigned *restrict prio, const s… in mq_timedreceive()
|
| /third_party/musl/src/thread/ |
| D | pthread_setschedprio.c | 4 int pthread_setschedprio(pthread_t t, int prio) in pthread_setschedprio()
|
| /third_party/musl/compat/time32/ |
| D | mq_timedsend_time32.c | 5 int __mq_timedsend_time32(mqd_t mqd, const char *msg, size_t len, unsigned prio, const struct times… in __mq_timedsend_time32()
|
| D | mq_timedreceive_time32.c | 5 ssize_t __mq_timedreceive_time32(mqd_t mqd, char *restrict msg, size_t len, unsigned *restrict prio… in __mq_timedreceive_time32()
|
| /third_party/musl/porting/liteos_a/user/src/thread/ |
| D | pthread_setschedprio.c | 4 int pthread_setschedprio(pthread_t t, int prio) in pthread_setschedprio()
|
| /third_party/ltp/testcases/realtime/lib/ |
| D | librttest.c | 288 int create_thread(void *(*func) (void *), void *arg, int prio, int policy) in create_thread() 330 int create_fifo_thread(void *(*func) (void *), void *arg, int prio) in create_fifo_thread() 335 int create_rr_thread(void *(*func) (void *), void *arg, int prio) in create_rr_thread() 345 int set_thread_priority(pthread_t pthread, int prio) in set_thread_priority() 356 int set_priority(int prio) in set_priority()
|
| /third_party/libdrm/freedreno/msm/ |
| D | msm_pipe.c | 99 static int open_submitqueue(struct fd_pipe *pipe, uint32_t prio) in open_submitqueue() 169 enum fd_pipe_id id, uint32_t prio) in msm_pipe_new()
|
| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/ |
| D | 1-6.c | 67 static void init_attr(pthread_attr_t *attr, int sched_policy, int prio) in init_attr() 182 int prio; member
|
| /third_party/mesa3d/src/freedreno/drm/virtio/ |
| D | virtio_pipe.c | 146 open_submitqueue(struct fd_pipe *pipe, uint32_t prio) in open_submitqueue() 226 virtio_pipe_new(struct fd_device *dev, enum fd_pipe_id id, uint32_t prio) in virtio_pipe_new()
|
| /third_party/FreeBSD/sys/dev/usb/ |
| D | usb_process.c | 160 usb_os_task_creat(pthread_t *taskid, TSK_ENTRY_FUNC func, uint32_t prio, const char *nm, UINTPTR pa… in usb_os_task_creat() 208 const char *pmesg, uint8_t prio) in usb_proc_create()
|
| /third_party/toybox/toys/pending/ |
| D | klogd.c | 66 int prio, size, used = 0; in klogd_main() local
|
| /third_party/FreeBSD/sys/dev/usb/implementation/ |
| D | _thread_ref.h | 56 #define sched_prio(td,prio) argument
|
| /third_party/mesa3d/src/freedreno/drm/msm/ |
| D | msm_pipe.c | 156 open_submitqueue(struct fd_pipe *pipe, uint32_t prio) in open_submitqueue() 237 msm_pipe_new(struct fd_device *dev, enum fd_pipe_id id, uint32_t prio) in msm_pipe_new()
|
| /third_party/toybox/toys/other/ |
| D | ionice.c | 53 int prio = ((int)TT.c << 13) | (int)TT.n; in ioprio_set() local
|