mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-16 01:22:18 +03:00
* 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.
30 lines
355 B
Plaintext
30 lines
355 B
Plaintext
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
|
|
|