mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
31 lines
329 B
Plaintext
31 lines
329 B
Plaintext
Description:
|
|
Yielding the processor to other threads.
|
|
|
|
Files:
|
|
lib/glthread/yield.h
|
|
m4/yield.m4
|
|
|
|
Depends-on:
|
|
threadlib
|
|
sched_yield
|
|
|
|
configure.ac:
|
|
AC_REQUIRE([gl_YIELD])
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += glthread/yield.h
|
|
|
|
Include:
|
|
"glthread/yield.h"
|
|
|
|
Link:
|
|
$(LIBTHREAD)
|
|
$(YIELD_LIB)
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Yoann Vandoorselaere
|
|
|