posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / sched_yield
blob69aa94c53a0964c7ba856add5f5537f92b4001be
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 if test $HAVE_SCHED_YIELD = 0 || test $REPLACE_SCHED_YIELD = 1; then
15   AC_LIBOBJ([sched_yield])
17 gl_SCHED_MODULE_INDICATOR([sched_yield])
19 Makefile.am:
21 Include:
22 <sched.h>
24 Link:
25 $(LIB_SCHED_YIELD)
27 License:
28 LGPLv2+
30 Maintainer:
31 all