Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/metag/
A Dclone.S12 #define CLONE_THREAD 0x00010000 macro
57 MOVT D0FrT, #HI(CLONE_THREAD)
58 ADD D0FrT, D0FrT, #LO(CLONE_THREAD)
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/x86_64/
A Dclone.S27 #define CLONE_THREAD 0x00010000 macro
93 testq $CLONE_THREAD, %rdi
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/sparc/
A Dclone.S29 #define CLONE_THREAD 0x00010000 macro
85 sethi %hi(CLONE_THREAD), %l0
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/sparc/sparcv9/
A Dclone.S28 #define CLONE_THREAD 0x00010000 macro
81 sethi %hi(CLONE_THREAD), %l0
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/powerpc/
A Dclone.S25 #define CLONE_THREAD 0x00010000 macro
105 andis. r0,r28,CLONE_THREAD>>16
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/mips/
A Dclone.S32 #define CLONE_THREAD 0x00010000 macro
135 and a1,a0,CLONE_THREAD
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/pthread/
A Dcreatethread.c30 #define CLONE_SIGNAL (CLONE_SIGHAND | CLONE_THREAD)
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/bits/
A Dsched.h48 # define CLONE_THREAD 0x00010000 /* Set to add to same thread group. */ macro

Completed in 8 milliseconds