view modules/thread @ 40205:9e8fb35d4032

relocatable-prog: Revert "Use wrapper-free installation on Mac OS X." * build-aux/install-reloc: Revert change. * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Likewise.
author Bruno Haible <bruno@clisp.org>
date Mon, 04 Mar 2019 17:25:04 +0100
parents 28cbdb16b8cf
children
line wrap: on
line source

Description:
Creating and controlling threads.

Files:
lib/glthread/thread.h
lib/glthread/thread.c
m4/thread.m4

Depends-on:
threadlib
extern-inline
lock
pthread_sigmask [test $gl_threads_api = posix]

configure.ac:
gl_THREAD

Makefile.am:
lib_SOURCES += glthread/thread.h glthread/thread.c

Include:
"glthread/thread.h"

Link:
$(LTLIBMULTITHREAD) when linking with libtool, $(LIBMULTITHREAD) otherwise

License:
LGPLv2+

Maintainer:
Yoann Vandoorselaere