platform_bionic/libc
Yabin Cui 799cb35f45 Fix in error handling in pthread_create.cpp.
It is due to a previous change "Let g_thread_list_lock only protect g_thread_list".
We need to add the newly created thread to thread_list even if
__init_thread fails, so the thread can exit successfully.

Change-Id: I0332df11acfdd181350bcc092b12d90d679057a4
2015-03-25 16:18:21 -07:00
..
arch-arm Use ALIAS_SYMBOL for assembler aliasing. 2015-03-25 09:12:00 -07:00
arch-arm64 Use ALIAS_SYMBOL for assembler aliasing. 2015-03-25 09:12:00 -07:00
arch-common/bionic Make .note.android.ident section type SH_NOTE 2015-02-12 21:37:20 -08:00
arch-mips Use ALIAS_SYMBOL for assembler aliasing. 2015-03-25 09:12:00 -07:00
arch-mips64 Make gensyscalls.py use the ALIAS_SYMBOL macro. 2015-03-24 21:08:26 -07:00
arch-x86 Use ALIAS_SYMBOL for assembler aliasing. 2015-03-25 09:12:00 -07:00
arch-x86_64 Use ALIAS_SYMBOL for assembler aliasing. 2015-03-25 09:12:00 -07:00
bionic Fix in error handling in pthread_create.cpp. 2015-03-25 16:18:21 -07:00
dns am c3307dc4: Merge "Better control of pthread keys used in bionic." 2015-03-05 18:33:31 +00:00
include Add test for pthread types alignment check. 2015-03-20 17:42:09 -07:00
kernel Define MAXHOSTNAMELEN explicitly in source files. 2015-02-09 19:56:47 -08:00
private For libm, use a macro for aliasing symbols. 2015-03-13 23:57:15 -07:00
stdio Fix fread returning bad data. 2015-02-27 18:22:45 -08:00
tools Make gensyscalls.py use the ALIAS_SYMBOL macro. 2015-03-24 21:08:26 -07:00
tzcode libc: Fix mktime returns an uncorrect time in empty TZ case 2014-11-14 18:13:07 -08:00
upstream-dlmalloc Return total footprint, not high water mark. 2014-10-13 12:45:35 -07:00
upstream-freebsd Clean up <stdlib.h> slightly. 2015-01-26 14:28:41 -08:00
upstream-netbsd Remove bogus transitive includes. 2014-12-29 13:29:50 -08:00
upstream-openbsd Fix memchr overflow. 2015-02-14 13:21:22 -08:00
zoneinfo Update tzdata to tzdata2015a 2015-02-17 17:05:48 +00:00
Android.mk Let g_thread_list_lock only protect g_thread_list. 2015-03-23 19:03:49 -07:00
crt.mk Make .note.android.ident section type SH_NOTE 2015-02-12 21:37:20 -08:00
MODULE_LICENSE_BSD
NOTICE Update bionic NOTICE files. 2014-12-18 16:27:30 -08:00
SYSCALLS.TXT Hide statfs/fstatfs' ST_VALID flag from userspace. 2015-03-18 15:46:48 -07:00