Home
last modified time | relevance | path

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

/bionic/libc/kernel/uapi/linux/
Dsched.h31 #define CLONE_THREAD 0x00010000 macro
/bionic/libc/bionic/
Dpthread_create.cpp248 int flags = CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_SIGHAND | CLONE_THREAD | CLONE_SYSVSEM | in pthread_create()
/bionic/tests/
Dsched_test.cpp58 ASSERT_EQ(-1, clone(NULL, &fake_child_stack[16], CLONE_THREAD, NULL)); in TEST()