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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
10329
b4b925d625c0 New module 'yield'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
b4b925d625c0 New module 'yield'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 Yielding the processor to other threads.
b4b925d625c0 New module 'yield'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
b4b925d625c0 New module 'yield'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Files:
b4b925d625c0 New module 'yield'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 lib/glthread/yield.h
b4b925d625c0 New module 'yield'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 m4/yield.m4
b4b925d625c0 New module 'yield'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7
b4b925d625c0 New module 'yield'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 Depends-on:
b4b925d625c0 New module 'yield'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 threadlib
b4b925d625c0 New module 'yield'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10
b4b925d625c0 New module 'yield'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 configure.ac:
b4b925d625c0 New module 'yield'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 gl_YIELD
b4b925d625c0 New module 'yield'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13
b4b925d625c0 New module 'yield'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 Makefile.am:
10562
ebbb50a36a9f remove trailing spaces
Jim Meyering <meyering@redhat.com>
parents: 10329
diff changeset
15 lib_SOURCES += glthread/yield.h
10329
b4b925d625c0 New module 'yield'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16
b4b925d625c0 New module 'yield'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17 Include:
b4b925d625c0 New module 'yield'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18 "glthread/yield.h"
b4b925d625c0 New module 'yield'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19
b4b925d625c0 New module 'yield'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20 Link:
b4b925d625c0 New module 'yield'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
21 $(LTLIBTHREAD) when linking with libtool, $(LIBTHREAD) otherwise
b4b925d625c0 New module 'yield'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22 $(YIELD_LIB)
b4b925d625c0 New module 'yield'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23
b4b925d625c0 New module 'yield'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
24 License:
b4b925d625c0 New module 'yield'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
25 LGPLv2+
b4b925d625c0 New module 'yield'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
26
b4b925d625c0 New module 'yield'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
27 Maintainer:
b4b925d625c0 New module 'yield'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
28 Yoann Vandoorselaere
b4b925d625c0 New module 'yield'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
29