]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: pthreads: merge pthread.cc into thread.cc
authorCorinna Vinschen <corinna@vinschen.de>
Tue, 9 Aug 2022 20:48:43 +0000 (22:48 +0200)
committerCorinna Vinschen <corinna@vinschen.de>
Tue, 9 Aug 2022 20:48:43 +0000 (22:48 +0200)
commit34872ce1a11e3c24154dc2d2ab90c5eb6da47edb
tree1fccd97cc4685385fbda077b07df86e472d7ebbd
parent1556b96b1b3b03112f271dfe30e043ed538354fd
Cygwin: pthreads: merge pthread.cc into thread.cc

provide entire internal and external pthread API from inside the
same file.

While I dislike to have another even larger file, this is basically
cleaning up the source and grouping the external API into useful
chunks. Splitting the file cleanly is tricky due to usage of inline
methods is_good_object and verifyable_object_isvalid.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
winsup/cygwin/Makefile.am
winsup/cygwin/pthread.cc [deleted file]
winsup/cygwin/thread.cc
This page took 0.029158 seconds and 5 git commands to generate.