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.
32 lines
350 B
Plaintext
32 lines
350 B
Plaintext
Description:
|
|
Condition variables for multithreading.
|
|
|
|
Files:
|
|
lib/glthread/cond.h
|
|
lib/glthread/cond.c
|
|
m4/cond.m4
|
|
|
|
Depends-on:
|
|
threadlib
|
|
lock
|
|
errno
|
|
extern-inline
|
|
stdbool
|
|
time
|
|
gettimeofday
|
|
|
|
configure.ac:
|
|
gl_COND
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += glthread/cond.h glthread/cond.c
|
|
|
|
Include:
|
|
"glthread/cond.h"
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Yoann Vandoorselaere
|