On Nov 21, 10:51pm, y...@mwd.biglobe.ne.jp (YAMAMOTO Takashi) wrote:
-- Subject: Re: CVS commit: src/lib/libpthread

| > Replace the simple implementation of pthread_key_{create,destroy}
| > and pthread_{g,s}etspecific functions, to one that invalidates
| > values of keys in other threads when pthread_key_delete() is called.
| > This fixes chromium, which expects pthread_key_delete() to do
| > cleanup in all threads.
| 
| i think pthread_key_delete should not call dtor.

Ok, that's simple to change. But where is the documentation for how this
is supposed to work, so I can put a cross-reference to it.

christos

Reply via email to