- 12 Feb, 2013 1 commit
-
-
Elliott Hughes authored
This reverts commit 2a1bb4e6 Change-Id: Ia443d0748015c8e9fc3121e40e68258616767b51
-
- 11 Feb, 2013 1 commit
-
-
Elliott Hughes authored
POSIX says pthread_create returns EAGAIN, not ENOMEM. Also pull pthread_attr_t functions into their own file. Also pull pthread_setname_np into its own file. Also remove unnecessary #includes from pthread_key.cpp. Also account for those pthread keys used internally by bionic, so they don't count against the number of keys available to user code. (They do with glibc, but glibc's limit is the much more generous 1024.) Also factor out the common errno-restoring idiom to reduce gotos. Bug: 6702535 Change-Id: I555e66efffcf2c1b5a2873569e91489156efca42
-
- 08 Jun, 2010 1 commit
-
-
David 'Digit' Turner authored
Change-Id: I534e36a7171cd37037ae03b910ba71ea6968286d Note: previously, sem_init() would return an error if pshared != 0.
-
- 09 Feb, 2010 1 commit
-
-
David 'Digit' Turner authored
-
- 03 Mar, 2009 2 commits
-
-
The Android Open Source Project authored
-
The Android Open Source Project authored
-
- 21 Oct, 2008 1 commit
-
-
The Android Open Source Project authored
-