Searched refs:CLONE_SYSVSEM (Results 1 – 2 of 2) sorted by relevance
21 #define CLONE_SYSVSEM 0x00040000 macro
433 int flags = CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_SIGHAND | CLONE_THREAD | CLONE_SYSVSEM | in pthread_create()