34 lines
548 B
Plaintext
34 lines
548 B
Plaintext
Description:
|
|
Creating and controlling POSIX threads.
|
|
|
|
Files:
|
|
lib/pthread-thread.c
|
|
m4/pthread-thread.m4
|
|
|
|
Depends-on:
|
|
pthread-h
|
|
windows-thread [test $gl_threads_api = windows]
|
|
|
|
configure.ac:
|
|
gl_PTHREAD_THREAD
|
|
gl_CONDITIONAL([GL_COND_OBJ_PTHREAD_THREAD],
|
|
[test $HAVE_PTHREAD_CREATE = 0 || test $REPLACE_PTHREAD_CREATE = 1])
|
|
gl_PTHREAD_MODULE_INDICATOR([pthread-thread])
|
|
|
|
Makefile.am:
|
|
if GL_COND_OBJ_PTHREAD_THREAD
|
|
lib_SOURCES += pthread-thread.c
|
|
endif
|
|
|
|
Include:
|
|
<pthread.h>
|
|
|
|
Link:
|
|
$(LIBPMULTITHREAD)
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
all
|