Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_a/user/src/mq/
Dmq_close.c6 return syscall(SYS_mqclose, mqd); in mq_close()
/third_party/musl/porting/liteos_m/user/include/bits/
Dsyscall.h805 #define SYS_mqclose (__NR_OHOS_BEGIN + 15) macro