Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

unix, windows: add thread-local storage API #906

Closed
wants to merge 2 commits into from
Closed

unix, windows: add thread-local storage API #906

wants to merge 2 commits into from

Commits on Aug 25, 2013

  1. Copy the full SHA
    79be185 View commit details
    Browse the repository at this point in the history
  2. unix, windows: add thread-local storage API

    Uses the pthread_key_{create,delete} and pthread_{get,set}specific
    functions on UNIX platforms, TlsAlloc/TlsFree/TlsGetValue/TlsSetValue
    on Windows.
    
    Fixes #904.
    bnoordhuis committed Aug 25, 2013
    Copy the full SHA
    ebfd752 View commit details
    Browse the repository at this point in the history