1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-06-15 23:35:50 +00:00
Files
gnulib/modules/pthread-thread
T
Bruno Haible fdff0fd122 pthread-thread: New module.
* lib/pthread.in.h (pthread_create, pthread_exit, pthread_join): Remove
inline definitions.
* lib/pthread-thread.c: New file.
* m4/pthread-thread.m4: New file.
* modules/pthread-thread: New file.
* doc/posix-functions/pthread_create.texi: Mention the new module.
* doc/posix-functions/pthread_attr_init.texi: Likewise.
* doc/posix-functions/pthread_attr_getdetachstate.texi: Likewise.
* doc/posix-functions/pthread_attr_setdetachstate.texi: Likewise.
* doc/posix-functions/pthread_attr_destroy.texi: Likewise.
* doc/posix-functions/pthread_self.texi: Likewise.
* doc/posix-functions/pthread_equal.texi: Likewise.
* doc/posix-functions/pthread_detach.texi: Likewise.
* doc/posix-functions/pthread_join.texi: Likewise.
* doc/posix-functions/pthread_exit.texi: Likewise.
2019-07-15 02:37:38 +02:00

32 lines
458 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
if test $HAVE_PTHREAD_CREATE = 0 || test $REPLACE_PTHREAD_CREATE = 1; then
AC_LIBOBJ([pthread-thread])
fi
gl_PTHREAD_MODULE_INDICATOR([pthread-thread])
Makefile.am:
Include:
<pthread.h>
Link:
$(LIBMULTITHREAD)
License:
LGPLv2+
Maintainer:
all