Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/unix/sysv/linux/bits/
Dsched.h56 # define CLONE_SYSVSEM 0x00040000 /* Set to shared SVID SEM_UNDO semantics. */ macro
/glibc-2.36/nptl/
Dpthread_create.c277 const int clone_flags = (CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_SYSVSEM in create_thread()
/glibc-2.36/ChangeLog.old/
DChangeLog.nptl9775 * sysdeps/pthread/createthread.c (create_thread): Use CLONE_SYSVSEM