putenv tests: Put the putenv() argument strings into writable memory.
[gnulib.git] / modules / yield
blob7317da62f33802024a46487fca2e891d9d1e9256
1 Description:
2 Yielding the processor to other threads.
4 Files:
5 lib/glthread/yield.h
6 m4/yield.m4
8 Depends-on:
9 threadlib
10 sched_yield
12 configure.ac:
13 AC_REQUIRE([gl_YIELD])
15 Makefile.am:
16 lib_SOURCES += glthread/yield.h
18 Include:
19 "glthread/yield.h"
21 Link:
22 $(LIBTHREAD)
23 $(YIELD_LIB)
25 License:
26 LGPLv2+
28 Maintainer:
29 Yoann Vandoorselaere