view modules/lock @ 10320:984531f1792d

New module 'threadlib'.
author Bruno Haible <bruno@clisp.org>
date Sun, 17 Aug 2008 15:49:29 +0200
parents 8a3539888308
children 08883714ab3e
line wrap: on
line source

Description:
Locking in multithreaded situations.

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

Depends-on:
threadlib

configure.ac:
gl_LOCK

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

Include:
"glthread/lock.h"

Link:
$(LTLIBTHREAD) when linking with libtool, $(LIBTHREAD) otherwise

License:
LGPLv2+

Maintainer:
Bruno Haible