view modules/yield @ 10562:ebbb50a36a9f

remove trailing spaces * NEWS: Likewise. * lib/poll.c (poll): Likewise. * lib/sys_socket.in.h (SHUT_RDWR): Likewise. * lib/winsock.c (rpl_close): Likewise. * m4/memcmp.m4 (gl_FUNC_MEMCMP): Likewise. * modules/yield: Likewise. * tests/test-poll.c (connect_to_socket, poll1): Likewise. * tests/test-sys_select.c (connect_to_socket): Likewise.
author Jim Meyering <meyering@redhat.com>
date Wed, 01 Oct 2008 09:43:40 +0200
parents b4b925d625c0
children
line wrap: on
line source

Description:
Yielding the processor to other threads.

Files:
lib/glthread/yield.h
m4/yield.m4

Depends-on:
threadlib

configure.ac:
gl_YIELD

Makefile.am:
lib_SOURCES += glthread/yield.h

Include:
"glthread/yield.h"

Link:
$(LTLIBTHREAD) when linking with libtool, $(LIBTHREAD) otherwise
$(YIELD_LIB)

License:
LGPLv2+

Maintainer:
Yoann Vandoorselaere