Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_bionic
/
198d13e8c25e69f7dbda3f5e1a3258b13fe8db5d
/
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
· 10 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