From 0dbc0378bf27549034a43acb123a36e29866e399 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Thu, 20 Jun 2019 04:41:03 +0200 Subject: [PATCH] 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 4f1d7245cd..08076909d4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2019-06-20 Bruno Haible + + threads: New module. + * modules/threads: New file. + 2019-06-20 Bruno Haible tss: Add tests. diff --git a/modules/threads b/modules/threads new file mode 100644 index 0000000000..2693bd5d30 --- /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.39.5