1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-05-13 15:13:36 +00:00

Implement thread control primitives for Win32.

This commit is contained in:
Bruno Haible
2008-08-18 02:23:32 +02:00
parent d4005415c6
commit ecbcf1d92d
4 changed files with 237 additions and 1 deletions

View File

@@ -3,16 +3,18 @@ Creating and controlling threads.
Files:
lib/glthread/thread.h
lib/glthread/thread.c
m4/thread.m4
Depends-on:
threadlib
lock
configure.ac:
gl_THREAD
Makefile.am:
lib_SOURCES += glthread/thread.h
lib_SOURCES += glthread/thread.h glthread/thread.c
Include:
"glthread/thread.h"