about summary refs log tree commit diff stats
path: root/src/include/threads.h
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2024-09-10 16:55:25 +0200
committerptitSeb <sebastien.chev@gmail.com>2024-09-10 16:55:25 +0200
commit2127eaea221e89a44ececc87bc74f7d7b44873d0 (patch)
tree31b933173829048a29d4fb08ff4fddd606831a0b /src/include/threads.h
parent7794a623aa27351b12a50fe9bf9f92ddac10d512 (diff)
downloadbox64-2127eaea221e89a44ececc87bc74f7d7b44873d0.tar.gz
box64-2127eaea221e89a44ececc87bc74f7d7b44873d0.zip
[BOX32] Put back pthread_t behind hash, but ease hash range to have more native values
Diffstat (limited to 'src/include/threads.h')
-rw-r--r--src/include/threads.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/threads.h b/src/include/threads.h
index dee33f58..fcceff33 100644
--- a/src/include/threads.h
+++ b/src/include/threads.h
@@ -10,6 +10,7 @@ typedef struct emuthread_s {
 	x64emu_t*	emu;
 	int			join;
 	uintptr_t	self;
+	ulong_t 	hself;
 	int			cancel_cap, cancel_size;
 	void**		cancels;
 } emuthread_t;