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

Conversation

bnoordhuis
Copy link
Contributor

Uses the pthread_key_{create,delete} and pthread_{get,set}specific
functions on UNIX platforms, TlsAlloc/TlsFree/TlsGetValue/TlsSetValue
on Windows.

Fixes #904.

Suggested reviewer: @piscisaureus

Uses the pthread_key_{create,delete} and pthread_{get,set}specific
functions on UNIX platforms, TlsAlloc/TlsFree/TlsGetValue/TlsSetValue
on Windows.

Fixes #904.
@bnoordhuis bnoordhuis closed this Aug 26, 2013
@bnoordhuis
Copy link
Contributor Author

Landed in 5d2434b.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant