Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
Dsched.h136 #define CLONE_SYSVSEM 0x00040000 macro
/device/soc/rockchip/common/sdk_linux/ipc/
Dsem.c2348 if (clone_flags & CLONE_SYSVSEM) { in copy_semundo()