34 lines
515 B
Plaintext
34 lines
515 B
Plaintext
Description:
|
|
POSIX once-only control.
|
|
|
|
Files:
|
|
lib/pthread-once.c
|
|
m4/pthread-once.m4
|
|
|
|
Depends-on:
|
|
pthread-h
|
|
windows-once [test $gl_threads_api = windows]
|
|
|
|
configure.ac:
|
|
gl_PTHREAD_ONCE
|
|
gl_CONDITIONAL([GL_COND_OBJ_PTHREAD_ONCE],
|
|
[test $HAVE_PTHREAD_ONCE = 0 || test $REPLACE_PTHREAD_ONCE = 1])
|
|
gl_PTHREAD_MODULE_INDICATOR([pthread-once])
|
|
|
|
Makefile.am:
|
|
if GL_COND_OBJ_PTHREAD_ONCE
|
|
lib_SOURCES += pthread-once.c
|
|
endif
|
|
|
|
Include:
|
|
<pthread.h>
|
|
|
|
Link:
|
|
$(LIBPMULTITHREAD)
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
all
|