gnulib-tool.py: Make --megatest behaviour more similar to shell impl.
[gnulib.git] / modules / sched_yield
blobad29bcafb99a79f8184fe6d52b713607cc65f879
1 Description:
2 Schedule other threads to run.
4 Files:
5 lib/sched_yield.c
6 m4/sched_yield.m4
7 m4/threadlib.m4
9 Depends-on:
10 sched
12 configure.ac:
13 gl_FUNC_SCHED_YIELD
14 gl_CONDITIONAL([GL_COND_OBJ_SCHED_YIELD],
15                [test $HAVE_SCHED_YIELD = 0 || test $REPLACE_SCHED_YIELD = 1])
16 gl_SCHED_MODULE_INDICATOR([sched_yield])
18 Makefile.am:
19 if GL_COND_OBJ_SCHED_YIELD
20 lib_SOURCES += sched_yield.c
21 endif
23 Include:
24 <sched.h>
26 Link:
27 $(SCHED_YIELD_LIB)
29 License:
30 LGPLv2+
32 Maintainer:
33 all