Home
last modified time | relevance | path

Searched refs:msg_prio (Results 1 – 7 of 7) sorted by relevance

/external/ltp/testcases/open_posix_testsuite/conformance/definitions/mqueue_h/
D10-1-buildonly.c18 unsigned msg_prio; in test_mq_timedsend_prototype() local
23 msg_prio = 0; in test_mq_timedsend_prototype()
25 err = mq_timedsend(mqdes, msgp, msg_len, msg_prio, &timeout); in test_mq_timedsend_prototype()
D7-1-buildonly.c16 unsigned msg_prio; in test_mq_send_prototype() local
18 err = mq_receive(mqdes, msgp, msg_len, &msg_prio); in test_mq_send_prototype()
D6-1-buildonly.c16 unsigned msg_prio; in test_mq_receive_prototype() local
18 msg_size = mq_receive(mqdes, msgp, msg_len, &msg_prio); in test_mq_receive_prototype()
D9-1-buildonly.c18 unsigned msg_prio; in test_mq_timedreceive_prototype() local
20 size = mq_timedreceive(mqdes, msgp, msg_len, &msg_prio, &abstime); in test_mq_timedreceive_prototype()
/external/compiler-rt/include/sanitizer/
Dlinux_syscall_hooks.h1369 msg_prio, abs_timeout) \ argument
1371 (long)(msg_len), (long)(msg_prio), \
1374 msg_prio, abs_timeout) \ argument
1376 res, (long)(mqdes), (long)(msg_ptr), (long)(msg_len), (long)(msg_prio), \
1379 msg_prio, abs_timeout) \ argument
1381 (long)(mqdes), (long)(msg_ptr), (long)(msg_len), (long)(msg_prio), \
1384 msg_prio, abs_timeout) \ argument
1386 res, (long)(mqdes), (long)(msg_ptr), (long)(msg_len), (long)(msg_prio), \
2780 long msg_len, long msg_prio,
2784 long msg_prio,
[all …]
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_syscalls.inc2177 long msg_prio, const void *abs_timeout) {
2183 long msg_len, long msg_prio,
2187 void *msg_prio, const void *abs_timeout) {
2192 int *msg_prio, const void *abs_timeout) {
2195 if (msg_prio) POST_WRITE(msg_prio, sizeof(*msg_prio));
/external/strace/
DChangeLog24324 mq: print msg_prio as a pointer, not as an immediate value.
24326 msg_prio argument.
24339 mq: Print msg_prio parameter as unsigned int in mq_timedsend.