unistr/u8-strstr tests: Avoid test failure with ASAN.
[gnulib.git] / modules / thread
blobf416807b636a94a2f6495f0f59f67bb2cd3666be
1 Description:
2 Creating and controlling threads.
4 Files:
5 lib/glthread/thread.h
6 lib/glthread/thread.c
7 m4/thread.m4
9 Depends-on:
10 threadlib
11 stdint
12 extern-inline
13 lock
14 windows-thread  [test $gl_threads_api = windows]
15 pthread_sigmask [test $gl_threads_api = posix]
17 configure.ac:
18 gl_THREAD
20 Makefile.am:
21 lib_SOURCES += glthread/thread.h glthread/thread.c
23 Include:
24 "glthread/thread.h"
26 Link:
27 $(LIBMULTITHREAD)
29 License:
30 LGPLv2+
32 Maintainer:
33 Yoann Vandoorselaere