1Description: 2Yielding the processor to other threads. 3 4Files: 5lib/glthread/yield.h 6m4/yield.m4 7 8Depends-on: 9threadlib 10 11configure.ac: 12gl_YIELD 13 14Makefile.am: 15lib_SOURCES += glthread/yield.h 16 17Include: 18"glthread/yield.h" 19 20Link: 21$(LTLIBTHREAD) when linking with libtool, $(LIBTHREAD) otherwise 22$(YIELD_LIB) 23 24License: 25LGPLv2+ 26 27Maintainer: 28Yoann Vandoorselaere 29 30