view modules/thread @ 12751:78eebabdbcd9

sqrt: Make gl_FUNC_SQRT requirable.
author Bruno Haible <bruno@clisp.org>
date Tue, 19 Jan 2010 01:50:01 +0100
parents 392ab85684a6
children 10268a7a6854
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
lock

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