>From 0dbc0378bf27549034a43acb123a36e29866e399 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Thu, 20 Jun 2019 04:41:03 +0200 Subject: [PATCH 26/26] threads: New module. * modules/threads: New file. --- ChangeLog | 5 +++++ modules/threads | 27 +++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 modules/threads diff --git a/ChangeLog b/ChangeLog index 4f1d724..0807690 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2019-06-20 Bruno Haible + threads: New module. + * modules/threads: New file. + +2019-06-20 Bruno Haible + tss: Add tests. * tests/test-tss.c: New file, based on tests/test-tls.c. * modules/tss-tests: New file. diff --git a/modules/threads b/modules/threads new file mode 100644 index 0000000..2693bd5 --- /dev/null +++ b/modules/threads @@ -0,0 +1,27 @@ +Description: +ISO C 11 multithreading functions. + +Files: + +Depends-on: +threads-h +thrd +mtx +cnd +tss + +configure.ac: + +Makefile.am: + +Include: + + +Link: +$(LTLIBSTDTHREAD) when linking with libtool, $(LIBSTDTHREAD) otherwise + +License: +LGPLv2+ + +Maintainer: +all -- 2.7.4