aboutsummaryrefslogtreecommitdiff
path: root/libc/bionic/clone.cpp
AgeCommit message (Expand)Author
2018-09-20[hwasan] Tweak process and thread initialization.Evgenii Stepanov
2017-10-27Mark __BIONIC_WEAK_FOR_NATIVE_BRIDGE symbolsdimitry
2017-10-05Add directives to force stop unwinding.Christopher Ferris
2017-06-20Shave another uninteresting stack frame off aborts.Elliott Hughes
2016-11-04Set __get_thread()->tid as part of clone().Robert Sesek
2016-10-28Fix gettid() after clone().Robert Sesek
2016-05-06Generalize the clone function slightly.Elliott Hughes
2016-03-24clone: check for NULL child stackGreg Hackmann
2014-08-18Fix <features.h> (_BSD_SOURCE and _GNU_SOURCE).Elliott Hughes
2014-06-23Fix getpid caching across a clone.Elliott Hughes
2014-06-06Rename __bionic_clone_entry to __start_thread.Elliott Hughes
2014-05-30Add some missing __noreturn attributes.Elliott Hughes
2014-05-09Align the child stack in clone(2).Elliott Hughes
2014-05-08Hide the __bionic_clone and __bionic_clone_entry implementation details.Elliott Hughes
2013-11-19Clean up forking and cloning.Elliott Hughes