
6 Aug
2004
6 Aug
'04
1:28 p.m.
On Fri, 06 Aug 2004 15:04:30 +0200 Alexander Terekhov <terekhov@web.de> wrote:
says "After all cancellation cleanup handlers have been executed, if the thread has any thread-specific data, appropriate destructor functions shall be called in an unspecified order. ... The process shall exit with an exit status of 0 after the last thread has been terminated. The behavior shall be as if the implementation called exit() with a zero argument at thread termination time."
shall print "atexit_func()" after "tsd_dtor" and before "~object()". read shall print "atexit_func()" after "~object()" and before "tsd_dtor".
Shouldn't the line then ? Roland