diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-09-10 16:55:25 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-09-10 16:55:25 +0200 |
| commit | 2127eaea221e89a44ececc87bc74f7d7b44873d0 (patch) | |
| tree | 31b933173829048a29d4fb08ff4fddd606831a0b /src/wrapped32/wrappedlibpthread_private.h | |
| parent | 7794a623aa27351b12a50fe9bf9f92ddac10d512 (diff) | |
| download | box64-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/wrapped32/wrappedlibpthread_private.h')
| -rwxr-xr-x | src/wrapped32/wrappedlibpthread_private.h | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/src/wrapped32/wrappedlibpthread_private.h b/src/wrapped32/wrappedlibpthread_private.h index 48c976d0..e5eb9fc7 100755 --- a/src/wrapped32/wrappedlibpthread_private.h +++ b/src/wrapped32/wrappedlibpthread_private.h @@ -70,25 +70,25 @@ GOM(pthread_cond_init, iFEpp) GOM(pthread_cond_signal, iFEp) GOM(pthread_cond_timedwait, iFEpprLL_) GOM(pthread_cond_wait, iFEpp) -GOM(pthread_create, iFEBL_ppp) -GOM(pthread_detach, iFEL) -GO(pthread_equal, iFLL) +GOM(pthread_create, iFEBh_ppp) +GOM(pthread_detach, iFEh) +GO(pthread_equal, iFhh) GO(pthread_exit, vFp) -GOM(pthread_getaffinity_np, iFELup) -GO(pthread_getattr_np, iFLp) +GOM(pthread_getaffinity_np, iFEhup) +GO(pthread_getattr_np, iFhp) GO(pthread_getconcurrency, iFv) -GO(pthread_getcpuclockid, iFLp) -GO(pthread_getschedparam, iFLpp) +GO(pthread_getcpuclockid, iFhp) +GO(pthread_getschedparam, iFhpp) GO(__pthread_getspecific, pFu) GO(pthread_getspecific, pFu) -GO(pthread_getname_np, iFLpL) +GO(pthread_getname_np, iFhpL) GOM(__pthread_initialize, vFv) //%noE doesn't exist anymore... // __pthread_initialize_minimal GO(pthread_join, iFHBp_) GOM(__pthread_key_create, iFEpp) GOM(pthread_key_create, iFEpp) GO(pthread_key_delete, iFu) -GOM(pthread_kill, iFELi) +GOM(pthread_kill, iFEhi) // pthread_kill_other_threads_np GO(__pthread_mutexattr_destroy, iFp) GO(pthread_mutexattr_destroy, iFp) @@ -145,14 +145,14 @@ GO(__pthread_rwlock_unlock, iFp) GOM(pthread_rwlock_unlock, iFp) //%noE GO(__pthread_rwlock_wrlock, iFp) GOM(pthread_rwlock_wrlock, iFp) //%noE -GO(pthread_self, LFv) -GOM(pthread_setaffinity_np, iFELup) +GO(pthread_self, hFv) +GOM(pthread_setaffinity_np, iFEhup) GO(pthread_setcancelstate, iFip) GO(pthread_setcanceltype, iFip) GO(pthread_setconcurrency, iFi) GO(pthread_setname_np, iFhp) -GO(pthread_setschedparam, iFLip) -GO(pthread_setschedprio, iFLi) +GO(pthread_setschedparam, iFhip) +GO(pthread_setschedprio, iFhi) GO(__pthread_setspecific, iFup) GO(pthread_setspecific, iFup) GO(pthread_sigmask, iFipp) |