git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@609
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL);
void* status = thread->Entry();
- // Delete the current thread from the list
- p_list_mutex.Lock();
- delete node_thread;
- p_list_mutex.Unlock();
-
thread->Exit(status);
return NULL;
pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL);
void* status = thread->Entry();
- // Delete the current thread from the list
- p_list_mutex.Lock();
- delete node_thread;
- p_list_mutex.Unlock();
-
thread->Exit(status);
return NULL;
pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL);
void* status = thread->Entry();
- // Delete the current thread from the list
- p_list_mutex.Lock();
- delete node_thread;
- p_list_mutex.Unlock();
-
thread->Exit(status);
return NULL;