Home
last modified time | relevance | path

Searched refs:do_clone (Results 1 – 5 of 5) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/test/unistd/
A Dclone_cruft.h3 #undef do_clone
11 # define do_clone(fn, stack, flags, arg) \ macro
16 # define do_clone(fn, stack, flags, arg) \ macro
21 # define do_clone(fn, stack, flags, arg) \ macro
A Dclone.c44 if ((clone1 = do_clone(clone_main, clone1_stack, 0, (void*)11)) == -1) { in main()
48 if ((clone2 = do_clone(clone_main, clone2_stack, 0, (void*)22)) == -1) { in main()
52 if ((clone3 = do_clone(clone_main, clone3_stack, 0, (void*)33)) == -1) { in main()
A Derrno.c20 r_clone = do_clone(child_fn, NULL, 0, NULL); in main()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/pthread/
A Dcreatethread.c50 do_clone (struct pthread *pd, const struct pthread_attr *attr, in do_clone() function
204 int res = do_clone (pd, attr, clone_flags, start_thread, in create_thread()
248 int res = do_clone (pd, attr, clone_flags, start_thread, in create_thread()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/
A DChangeLog633 * sysdeps/pthread/createthread.c (do_clone): Pass accurate length
826 * sysdeps/pthread/createthread.c (do_clone): Translate clone error
1368 * sysdeps/pthread/createthread.c (do_clone, create_thread):
4290 * sysdeps/pthread/createthread.c (do_clone): Increment __nptl_nthreads
4441 * sysdeps/pthread/createthread.c (do_clone): Free stack here if clone
6568 * sysdeps/pthread/createthread.c (do_clone): Move error handling
6574 * sysdeps/pthread/createthread.c (do_clone): If __ASSUME_CLONE_STOPPED
6587 * sysdeps/pthread/createthread.c (do_clone): Only use

Completed in 18 milliseconds