Mercurial > hg > octave-jordi > gnulib-hg
diff modules/yield @ 10329:b4b925d625c0
New module 'yield'.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sun, 17 Aug 2008 21:02:11 +0200 (2008-08-17) |
parents | |
children | ebbb50a36a9f |
line wrap: on
line diff
new file mode 100644 --- /dev/null +++ b/modules/yield @@ -0,0 +1,29 @@ +Description: +Yielding the processor to other threads. + +Files: +lib/glthread/yield.h +m4/yield.m4 + +Depends-on: +threadlib + +configure.ac: +gl_YIELD + +Makefile.am: +lib_SOURCES += glthread/yield.h + +Include: +"glthread/yield.h" + +Link: +$(LTLIBTHREAD) when linking with libtool, $(LIBTHREAD) otherwise +$(YIELD_LIB) + +License: +LGPLv2+ + +Maintainer: +Yoann Vandoorselaere +