summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2008-08-17 21:02:11 +0200
committerBruno Haible <bruno@clisp.org>2008-08-17 21:02:11 +0200
commit5141c54dc384f9bdf4cf4561f603f2ddf13eebd8 (patch)
treebf41d59c5277d68030c1438f9048df40ac707413 /modules
parent99b064426f7a70b65f08ec3074ea8ce2074ac531 (diff)
downloadgnulib-5141c54dc384f9bdf4cf4561f603f2ddf13eebd8.tar.gz
New module 'yield'.
Diffstat (limited to 'modules')
-rw-r--r--modules/yield29
1 files changed, 29 insertions, 0 deletions
diff --git a/modules/yield b/modules/yield
new file mode 100644
index 0000000000..6eb7580e8d
--- /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
+