From 9209e57bd965964b3853d8affecea571e6021b58 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Fri, 13 Oct 2023 21:23:42 +0200 Subject: Various changes on pthread cancel and tls destructor, should be easier to maintain --- src/include/threads.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include/threads.h') diff --git a/src/include/threads.h b/src/include/threads.h index af58046b..8ed0e4c1 100644 --- a/src/include/threads.h +++ b/src/include/threads.h @@ -8,6 +8,7 @@ void CleanStackSize(box64context_t* context); void init_pthread_helper(void); void fini_pthread_helper(box64context_t* context); +void clean_current_emuthread(void); // prepare an "emuthread structure" in pet and return address of function pointer for a "thread creation routine" void* my_prepare_thread(x64emu_t *emu, void* f, void* arg, int ssize, void** pet); -- cgit 1.4.1