Home
last modified time | relevance | path

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

/qemu/linux-user/
H A Dsyscall.c12917 struct mq_attr *pposix_mq_attr; in _syscall2() local
12921 pposix_mq_attr = NULL; in _syscall2()
12926 pposix_mq_attr = &posix_mq_attr; in _syscall2()
12932 ret = get_errno(mq_open(p, host_flags, arg3, pposix_mq_attr)); in _syscall2()