No description
Find a file
Jurijs Oniscuks 2932f04832 Fix race condition in pthread_create()
Save thread id to *thread_out before new
thread is allowed to run else there's a
risk that the thread has finished and
been deleted when *thread_out is assigned.

Change-Id: I6b84c61a8df06840877d4ab036f26feace3192d8
2012-08-17 16:18:32 -07:00
libc Fix race condition in pthread_create() 2012-08-17 16:18:32 -07:00
libdl Regenerate all NOTICE files with the latest version of the script. 2012-08-15 15:43:13 -07:00
libm Regenerate all NOTICE files with the latest version of the script. 2012-08-15 15:43:13 -07:00
libstdc++ Regenerate all NOTICE files with the latest version of the script. 2012-08-15 15:43:13 -07:00
libthread_db Add dependencies on all the makefiles. 2012-08-13 14:06:05 -07:00
linker Add link.h for all platforms with dl_phdr_info 2012-08-17 12:44:23 -07:00
tests Don't over-generalize makefiles. Host modules always build. This isn't needed on eng builds. 2012-08-16 22:36:36 -07:00
.gitignore Merge memory checking functionality from sandbox 2010-02-16 11:43:18 -08:00
Android.mk Remove the simulator target from all makefiles. 2011-07-11 22:11:41 -07:00
CleanSpec.mk Add an empty CleanSpec.mk 2010-03-08 18:04:02 -08:00