index
:
musl
awilfox/monotonic-dns
lookup-serv
master
posix-compliance
ustat
The musl libc tree (WIP / dev branches)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
thread
/
pthread_join.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-09-12
overhaul internally-public declarations using wrapper headers
Rich Felker
1
-4
/
+0
2018-09-12
make inadvertently exposed __pthread_{timed,try}join_np functions static
Rich Felker
1
-2
/
+2
2018-05-05
improve joinable/detached thread state handling
Rich Felker
1
-5
/
+6
2018-05-02
use a dedicated futex object for pthread_join instead of tid field
Rich Felker
1
-3
/
+3
2017-08-11
trap UB from attempts to join a detached thread
Rich Felker
1
-0
/
+1
2016-06-30
pthread: implement try/timed join variants
Bobby Bingham
1
-3
/
+17
2015-10-15
add missing memory barrier to pthread_join
Bobby Bingham
1
-0
/
+1
2015-03-02
suppress masked cancellation in pthread_join
Rich Felker
1
-1
/
+5
2015-03-02
fix namespace issue in pthread_join affecting thrd_join
Rich Felker
1
-1
/
+2
2015-03-02
factor cancellation cleanup push/pop out of futex __timedwait function
Rich Felker
1
-5
/
+1
2014-09-06
use weak symbols for the POSIX functions that will be used by C threads
Jens Gustedt
1
-2
/
+6
2014-09-05
make non-waiting paths of sem_[timed]wait and pthread_join cancelable
Rich Felker
1
-0
/
+1
2012-11-08
clean up sloppy nested inclusion from pthread_impl.h
Rich Felker
1
-0
/
+1
2011-09-11
fix serious bug in pthread_join
Rich Felker
1
-2
/
+2
2011-09-09
fix pthread_join wait call: thread termination tid futex is not private
Rich Felker
1
-1
/
+1
2011-08-02
unify and overhaul timed futex waits
Rich Felker
1
-1
/
+5
2011-04-17
overhaul pthread cancellation
Rich Felker
1
-3
/
+1
2011-02-12
initial check-in, version 0.5.0
v0.5.0
Rich Felker
1
-0
/
+12