]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: Implement pthread_tryjoin_np and pthread_timedjoin_np
authorCorinna Vinschen <corinna@vinschen.de>
Wed, 27 Jun 2018 15:56:59 +0000 (17:56 +0200)
committerCorinna Vinschen <corinna@vinschen.de>
Wed, 27 Jun 2018 15:56:59 +0000 (17:56 +0200)
commit732e0b395ddad021a9667aecca6a387e8a8a598d
tree06f7dfcf6e166c9f6eff450dfb302a072f403181
parent006520ca2b7a23ea21dcbb7ddd276ac51badb7fd
Cygwin: Implement pthread_tryjoin_np and pthread_timedjoin_np

- Move pthread_join to thread.cc to have all `join' calls in
  the same file (pthread_timedjoin_np needs pthread_convert_abstime
  which is static inline in thread.cc)
- Bump API version

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
winsup/cygwin/common.din
winsup/cygwin/include/cygwin/version.h
winsup/cygwin/include/pthread.h
winsup/cygwin/pthread.cc
winsup/cygwin/release/2.11.0
winsup/cygwin/thread.cc
winsup/cygwin/thread.h
This page took 0.030684 seconds and 5 git commands to generate.