index
:
bionic.git
replicant-6.0
Android's bionic
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libc
/
bionic
/
pthread_internals.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove PTHREAD_ATTR_FLAG_USER_ALLOCATED_STACK.
Yabin Cui
2015-01-06
1
-5
/
+3
*
Reserve enough user request stack space in pthread_create.
Yabin Cui
2015-01-02
1
-3
/
+3
*
Use mmap to create the pthread_internal_t
Yabin Cui
2014-12-19
1
-24
/
+6
*
Use mmap to create the pthread_internal_t.
Yabin Cui
2014-12-02
1
-1
/
+24
*
Revert "Use mmap to create the pthread_internal_t."
Nicolas Geoffray
2014-11-26
1
-24
/
+1
*
Use mmap to create the pthread_internal_t.
Yabin Cui
2014-11-25
1
-1
/
+24
*
Move some pthread functions to signal.h.
Dan Albert
2014-11-21
1
-0
/
+2
*
Add semaphore tests, fix sem_destroy.
Elliott Hughes
2014-09-19
1
-16
/
+0
*
Add pthread_gettid_np and re-expose __get_thread for LP32.
Elliott Hughes
2014-09-11
1
-5
/
+0
*
Hide most of the private futex functions.
Elliott Hughes
2014-05-21
1
-8
/
+0
*
Switch to g_ for globals.
Elliott Hughes
2014-05-14
1
-6
/
+6
*
Implement POSIX pthread_mutex_timedlock.
Elliott Hughes
2014-03-04
1
-1
/
+1
*
Clean up pthread_internal_t.
Elliott Hughes
2013-11-19
1
-1
/
+1
*
Clean up forking and cloning.
Elliott Hughes
2013-11-19
1
-8
/
+0
*
<pthread.h> fixes and pthread cleanup.
Elliott Hughes
2013-10-31
1
-4
/
+42
*
Fix x86_64 build, clean up intermediate libraries.
Elliott Hughes
2013-10-09
1
-2
/
+2
*
Fix __errno for LP64 and clean up __get_tls.
Elliott Hughes
2013-10-09
1
-2
/
+1
*
Fix pthreads functions that should return ESRCH.
Elliott Hughes
2013-02-19
1
-0
/
+69