Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_bionic
/
14545d4ce3dd446f20a14dcff37d60ff8d756f7a
/
libc
/
bionic
/
pthread_detach.cpp
673b15e
Let g_thread_list_lock only protect g_thread_list.
by Yabin Cui
· 10 years ago
bbb0432
Return EINVAL when calling pthread_detach for joined thread.
by Yabin Cui
· 10 years ago
aec2bb5
Fix two errors in pthread_detach.cpp.
by Yabin Cui
· 10 years ago
ecbfb25
Fix build: pthread_mutex/pthread_detach.
by Yabin Cui
· 10 years ago
58cf31b
Make pthread join_state not protected by g_thread_list_lock.
by Yabin Cui
· 10 years ago
19e246d
Fix possible leak in pthread_detach.
by Yabin Cui
· 10 years ago
8cf1b30
Use mmap to create the pthread_internal_t
by Yabin Cui
· 11 years ago
04620a3
Fix pthread_detach for already-exited threads.
by Elliott Hughes
· 11 years ago
0f020d1
Handles spurious wake-ups in pthread_join()
by msg555
· 12 years ago
9d23e04
Fix pthreads functions that should return ESRCH.
by Elliott Hughes
· 12 years ago