Mercurial > hg > octave-jordi > gnulib-hg
annotate modules/yield @ 18079:4c948fd76734 default tip master
autoupdate
author | Karl Berry <karl@freefriends.org> |
---|---|
date | Mon, 24 Aug 2015 06:09:19 -0700 |
parents | ebbb50a36a9f |
children |
rev | line source |
---|---|
10329 | 1 Description: |
2 Yielding the processor to other threads. | |
3 | |
4 Files: | |
5 lib/glthread/yield.h | |
6 m4/yield.m4 | |
7 | |
8 Depends-on: | |
9 threadlib | |
10 | |
11 configure.ac: | |
12 gl_YIELD | |
13 | |
14 Makefile.am: | |
10562
ebbb50a36a9f
remove trailing spaces
Jim Meyering <meyering@redhat.com>
parents:
10329
diff
changeset
|
15 lib_SOURCES += glthread/yield.h |
10329 | 16 |
17 Include: | |
18 "glthread/yield.h" | |
19 | |
20 Link: | |
21 $(LTLIBTHREAD) when linking with libtool, $(LIBTHREAD) otherwise | |
22 $(YIELD_LIB) | |
23 | |
24 License: | |
25 LGPLv2+ | |
26 | |
27 Maintainer: | |
28 Yoann Vandoorselaere | |
29 |