Home
last modified time | relevance | path

Searched refs:mq_notify (Results 1 – 25 of 30) sorted by relevance

12

/kernel/liteos_a/testsuites/unittest/libc/posix/mqueue/full/
DIt_posix_queue_206.cpp49 ret = mq_notify(mqueue, &notification); in Child()
55 ret = mq_notify(mqueue, &notification); in Child()
61 ret = mq_notify(-1, &notification); in Child()
65 ret = mq_notify(mqueue, &notification); in Child()
72 ret = mq_notify(mqueue, &notification); in Child()
84 ret = mq_notify(mqueue, nullptr); in Child()
93 ret = mq_notify(mqueue, &notification); in Child()
DIt_posix_queue_208.cpp83 ret = mq_notify(g_mqueue, &sigev); in Child()
107 ret = mq_notify(g_mqueue, &sigev); in Child()
DIt_posix_queue_205.cpp74 ret = mq_notify(g_mqueue, &sigev); in Child()
DIt_posix_queue_207.cpp73 ret = mq_notify(g_mqueue, &sigev); in Child()
DIt_posix_queue_209.cpp101 ret = mq_notify(g_mqueue, &sigev); in Child()
/kernel/liteos_a/compat/posix/include/
Dmqueue.h98 struct mqnotify mq_notify; member
/kernel/linux/linux-5.10/kernel/
Dsys_ni.c198 COND_SYSCALL(mq_notify);
199 COND_SYSCALL_COMPAT(mq_notify);
Daudit.h168 } mq_notify; member
Dauditsc.c1288 context->mq_notify.mqdes, in show_special()
1289 context->mq_notify.sigev_signo); in show_special()
2288 context->mq_notify.sigev_signo = notification->sigev_signo; in __audit_mq_notify()
2290 context->mq_notify.sigev_signo = 0; in __audit_mq_notify()
2292 context->mq_notify.mqdes = mqdes; in __audit_mq_notify()
/kernel/liteos_a/compat/posix/src/
Dmqueue.c124 mqueueCB->mq_notify.pid = 0; in DoMqueueDelete()
209 mqueueCB->mq_notify.pid = 0; in DoMqueueCreate()
726 struct mqnotify *mqnotify = &mqueueCB->mq_notify; in MqSendNotify()
913 mqnotify = &mqueueCB->mq_notify; in OsMqNotify()
/kernel/linux/linux-5.10/arch/x86/entry/syscalls/
Dsyscall_64.tbl255 244 64 mq_notify sys_mq_notify
387 527 x32 mq_notify compat_sys_mq_notify
/kernel/linux/linux-5.10/tools/perf/arch/x86/entry/syscalls/
Dsyscall_64.tbl255 244 64 mq_notify sys_mq_notify
387 527 x32 mq_notify compat_sys_mq_notify
/kernel/linux/linux-5.10/arch/mips/kernel/syscalls/
Dsyscall_n64.tbl245 234 n64 mq_notify sys_mq_notify
Dsyscall_n32.tbl249 238 n32 mq_notify compat_sys_mq_notify
Dsyscall_o32.tbl289 275 o32 mq_notify sys_mq_notify compat_sys_mq_notify
/kernel/linux/linux-5.10/arch/ia64/kernel/syscalls/
Dsyscall.tbl254 242 common mq_notify sys_mq_notify
/kernel/linux/linux-5.10/arch/xtensa/kernel/syscalls/
Dsyscall.tbl255 236 common mq_notify sys_mq_notify
/kernel/linux/linux-5.10/ipc/
Dmqueue.c1426 SYSCALL_DEFINE2(mq_notify, mqd_t, mqdes, in SYSCALL_DEFINE2() argument
1561 COMPAT_SYSCALL_DEFINE2(mq_notify, mqd_t, mqdes, in COMPAT_SYSCALL_DEFINE2() argument
/kernel/linux/linux-5.10/arch/microblaze/kernel/syscalls/
Dsyscall.tbl291 281 common mq_notify sys_mq_notify
/kernel/linux/linux-5.10/tools/perf/arch/s390/entry/syscalls/
Dsyscall.tbl284 275 common mq_notify sys_mq_notify compat_sys_mq_notify
/kernel/linux/linux-5.10/arch/sh/kernel/syscalls/
Dsyscall.tbl291 281 common mq_notify sys_mq_notify
/kernel/linux/linux-5.10/arch/parisc/kernel/syscalls/
Dsyscall.tbl261 233 common mq_notify sys_mq_notify compat_sys_mq_notify
/kernel/linux/linux-5.10/arch/m68k/kernel/syscalls/
Dsyscall.tbl285 275 common mq_notify sys_mq_notify
/kernel/linux/linux-5.10/arch/arm/tools/
Dsyscall.tbl295 278 common mq_notify sys_mq_notify
/kernel/linux/linux-5.10/arch/alpha/kernel/syscalls/
Dsyscall.tbl367 436 common mq_notify sys_mq_notify

12