Edit

kc3-lang/gnulib/modules/tls

Branch :

  • Show log

    Commit

  • Author : Bruno Haible
    Date : 2008-08-17 15:49:29
    Hash : 76bc00ad
    Message : New module 'threadlib'.

  • modules/tls
  • Description:
    Thread-local storage in multithreaded situations.
    
    Files:
    lib/glthread/tls.h
    lib/glthread/tls.c
    m4/tls.m4
    
    Depends-on:
    threadlib
    
    configure.ac:
    gl_TLS
    
    Makefile.am:
    lib_SOURCES += glthread/tls.h glthread/tls.c
    
    Include:
    "glthread/tls.h"
    
    Link:
    $(LTLIBTHREAD) when linking with libtool, $(LIBTHREAD) otherwise
    
    License:
    LGPLv2+
    
    Maintainer:
    Bruno Haible