From 04bf9d1e9594688db4a69c3660feef2efe23945b Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 15 Aug 2013 11:44:47 -0400 Subject: fix newly-appearing crash-at-close caused by muddled thinking in pbd/pthread_utils threads created with this code can now just return a value as they normally would, and the infrastructure will ensure cleanup. there is no longer any reason to call pthread_exit_pbd() and so that has been removed. --- libs/pbd/pbd/pthread_utils.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libs/pbd/pbd/pthread_utils.h') diff --git a/libs/pbd/pbd/pthread_utils.h b/libs/pbd/pbd/pthread_utils.h index 793c3a1980..0c7b5f3ac1 100644 --- a/libs/pbd/pbd/pthread_utils.h +++ b/libs/pbd/pbd/pthread_utils.h @@ -31,7 +31,6 @@ int pthread_create_and_store (std::string name, pthread_t *thread, void * (*st void pthread_cancel_one (pthread_t thread); void pthread_cancel_all (); void pthread_kill_all (int signum); -void pthread_exit_pbd (void* status); const char* pthread_name (); void pthread_set_name (const char* name); -- cgit v1.2.3