Home
last modified time | relevance | path

Searched defs:sigev (Results 1 – 6 of 6) sorted by relevance

/kernel/liteos_a/testsuites/unittest/libc/posix/mqueue/full/
DIt_posix_queue_205.cpp54 struct sigevent sigev; in Child() local
DIt_posix_queue_207.cpp55 struct sigevent sigev = {0}; in Child() local
DIt_posix_queue_208.cpp54 struct sigevent sigev; in Child() local
DIt_posix_queue_209.cpp72 struct sigevent sigev = {0}; in Child() local
/kernel/liteos_a/compat/posix/src/
Dmqueue.c868 STATIC INLINE BOOL MqNotifyParamCheck(mqd_t personal, const struct sigevent *sigev) in MqNotifyParamCheck()
891 int OsMqNotify(mqd_t personal, const struct sigevent *sigev) in OsMqNotify()
/kernel/liteos_a/syscall/
Dipc_syscall.c94 int SysMqNotify(mqd_t personal, const struct sigevent *sigev) in SysMqNotify()