This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
__gthread_key_create(&key,::_M_destroy_thread_key);
__gthread_setspecific(key, (void*)_M_id);
__gthread_key_delete(key);
__gthread_setspecific(key, (void*)_M_id);Thanks. Laurent
Attachment:
deallocate_global_thread-5.cc
Description: Text document
Attachment:
illegal_thread_key_used.patch
Description: Text document
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |