Searched refs:exit_thread (Results 1 – 8 of 8) sorted by relevance
60 static void exit_thread(void) __attribute__ ((noreturn));62 static void exit_thread(void) in exit_thread() function80 exit_thread(); in map_write_unmap()83 exit_thread(); in map_write_unmap()99 exit_thread(); in map_write_unmap()166 exit_thread(); in cleanup()
11 extern int exit_thread(int);141 exit_thread(0); in PyThread_exit_thread()
161 exit_thread( B_NO_ERROR ); in PyThread_exit_thread()
924 self.exit_thread = None963 self.exit_thread = threading.Thread(target=self.run_delayed_exit)964 self.exit_thread.start()
1835 static void exit_thread(void *value) in exit_thread() function1881 VERIFY(AEE_SUCCESS == (nErr = pthread_key_create(&tlsKey, exit_thread))); in fastrpc_apps_user_init()
741 pub fn exit_thread(status: status_t); in exit_thread() function
15169 - The thread.exit_thread() function now raises SystemExit so that
32548 - The thread.exit_thread() function now raises SystemExit so that