chiark / gitweb /
doc: reword "shared per-thread" wording
authorJan Engelhardt <jengelh@inai.de>
Mon, 17 Feb 2014 14:31:28 +0000 (15:31 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 18 Feb 2014 00:03:07 +0000 (19:03 -0500)
Either it is shared across threads, or it is per-thread: decide.

Reading the source code, I see a thread_local identifier, so that's
that. But that does not yet preclude that a program may pass around
the pointer returned from the function among its own threads.

Do a best effort at saying so.


No differences found