mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* lib/glthread/cond.c, lib/glthread/cond.h (_GLTHREAD_COND_INLINE): * lib/glthread/thread.c, lib/glthread/thread.h (_GLTHREAD_THREAD_INLINE): New macros. Use them instead of static inline, for header functions. * lib/glthread/cond.c (gl_waitqueue_init, gl_waitqueue_remove) (gl_waitqueue_notify_first, gl_waitqueue_notify_all): * lib/glthread/lock.c (gl_waitqueue_init) (gl_waitqueue_notify_first, gl_waitqueue_notify_all): * lib/glthread/thread.c (get_current_thread_handle): Change 'static inline' to 'inline'. * lib/glthread/cond.h, lib/glthread/thread.h: Use _GL_INLINE_HEADER_BEGIN, _GL_INLINE_HEADER_END. * m4/cond.m4 (gl_COND): * m4/lock.m4 (gl_PREREQ_LOCK): * m4/thread.m4 (gl_THREAD): Do not require AC_C_INLINE. * modules/cond, modules/thread (Depends-on): Add extern-inline.
31 lines
408 B
Plaintext
31 lines
408 B
Plaintext
Description:
|
|
Creating and controlling threads.
|
|
|
|
Files:
|
|
lib/glthread/thread.h
|
|
lib/glthread/thread.c
|
|
m4/thread.m4
|
|
|
|
Depends-on:
|
|
threadlib
|
|
extern-inline
|
|
lock
|
|
|
|
configure.ac:
|
|
gl_THREAD
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += glthread/thread.h glthread/thread.c
|
|
|
|
Include:
|
|
"glthread/thread.h"
|
|
|
|
Link:
|
|
$(LTLIBMULTITHREAD) when linking with libtool, $(LIBMULTITHREAD) otherwise
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Yoann Vandoorselaere
|