Glenn Kasten 9dbd7d8189 Remove redundant memory barrier
pthread_create already includes the necessary memory barriers:
 - parent at pthread_create : pthread_mutex_unlock(start_mutex)
 - child at __thread_entry : pthread_mutex_lock(start_mutex)

Add lock around uses of mThread.

Added comments:
 - uses of mThread require lock
 - androidCreateRawThreadEtc returned ID is not safe for direct use from non-parent threads.

Change-Id: I18cb296b41ddaf64cf127b57aab31154319b5970
2011-06-10 17:07:46 -07:00
2011-06-10 09:37:17 -07:00
2011-06-07 15:57:11 -07:00
2011-06-10 17:07:46 -07:00
2011-06-09 21:11:06 -07:00
2011-06-10 17:07:46 -07:00
2011-05-23 17:48:36 -07:00
2011-06-09 18:19:07 +08:00
2011-01-20 12:51:43 +08:00
2011-06-09 21:11:06 -07:00
2011-06-09 21:11:06 -07:00
Description
No description provided
5.1 GiB
Languages
Java 77.3%
Kotlin 9.2%
PowerBuilder 6.6%
C++ 5.5%
AIDL 1%