about summary refs log tree commit diff stats
path: root/src/include
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2022-10-26 13:48:28 +0200
committerptitSeb <sebastien.chev@gmail.com>2022-10-26 13:48:28 +0200
commitbf75d6496f411bbbacc2d0687a32f0043c704438 (patch)
tree55ef5368d12fcc742758a9cb11321c339719de19 /src/include
parentfb7f134c064b189d3f91606a9257360e7be789c3 (diff)
downloadbox64-bf75d6496f411bbbacc2d0687a32f0043c704438.tar.gz
box64-bf75d6496f411bbbacc2d0687a32f0043c704438.zip
Made a custom implementation of pthread_once
Diffstat (limited to 'src/include')
-rwxr-xr-xsrc/include/box64context.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/box64context.h b/src/include/box64context.h
index 17f4a2a0..da1f91af 100755
--- a/src/include/box64context.h
+++ b/src/include/box64context.h
@@ -122,8 +122,6 @@ typedef struct box64context_s {
     kh_defaultversion_t *weakdefver;    // the weak default version for symbols (the XXX@@vvvv of symbols)
     vkprocaddess_t      vkprocaddress;
 
-    pthread_mutex_t     mutex_once;
-    pthread_mutex_t     mutex_once2;
     pthread_mutex_t     mutex_trace;
     #ifndef DYNAREC
     pthread_mutex_t     mutex_lock;     // dynarec build will use their own mecanism