Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/lib/libpthread



On Nov 21, 10:51pm, yamt%mwd.biglobe.ne.jp@localhost (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


Home | Main Index | Thread Index | Old Index