1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
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