repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
select: Fix "warning: no previous prototype for function".
[gnulib.git]
/
modules
/
sched_yield
blob
69aa94c53a0964c7ba856add5f5537f92b4001be
1
Description:
2
Schedule other threads to run.
3
4
Files:
5
lib/sched_yield.c
6
m4/sched_yield.m4
7
m4/threadlib.m4
8
9
Depends-on:
10
sched
11
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])
16
fi
17
gl_SCHED_MODULE_INDICATOR([sched_yield])
18
19
Makefile.am:
20
21
Include:
22
<sched.h>
23
24
Link:
25
$(LIB_SCHED_YIELD)
26
27
License:
28
LGPLv2+
29
30
Maintainer:
31
all