diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-03-13 13:11:06 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-03-13 13:11:06 +0100 |
| commit | ae4f43fdb99f4381525596c2790ed89fec9ab6da (patch) | |
| tree | 44da102242e5ed278f3294fddf0422627140949b /src/wrapped/wrappedlibpthread_private.h | |
| parent | 4ce40ad239b2d172f18f2c016db8251b9adc6223 (diff) | |
| download | box64-ae4f43fdb99f4381525596c2790ed89fec9ab6da.tar.gz box64-ae4f43fdb99f4381525596c2790ed89fec9ab6da.zip | |
Added many wrapped function, and fixed a few one too
Diffstat (limited to 'src/wrapped/wrappedlibpthread_private.h')
| -rwxr-xr-x | src/wrapped/wrappedlibpthread_private.h | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/src/wrapped/wrappedlibpthread_private.h b/src/wrapped/wrappedlibpthread_private.h index 33c2b5d5..df32d63d 100755 --- a/src/wrapped/wrappedlibpthread_private.h +++ b/src/wrapped/wrappedlibpthread_private.h @@ -73,10 +73,9 @@ GO(pthread_equal, iFLL) //GO(pthread_getconcurrency, iFv) //GO(pthread_getcpuclockid, iFup) GO(pthread_getschedparam, iFLpp) -//GO(__pthread_getspecific, pFu) -//GO(pthread_getspecific, pFu) +GO(__pthread_getspecific, pFL) +GO(pthread_getspecific, pFL) //GOM(pthread_getname_np, iFEppu) //not present on Pandora -//GOM(__pthread_initialize, vFv) // doesn't exist anymore... // __pthread_initialize_minimal GO(pthread_join, iFLp) GOM(__pthread_key_create, iFEpp) @@ -158,10 +157,10 @@ GO(pthread_rwlock_rdlock, iFp) //GO2(pthread_rwlock_wrlock, iFp, __pthread_rwlock_wrlock) // not always defined GO(pthread_self, LFv) //GOM(pthread_setaffinity_np, iFELup) -//GO(pthread_setcancelstate, iFip) -//GO(pthread_setcanceltype, iFip) -//GO(pthread_setconcurrency, iFi) -//GOM(pthread_setname_np, iFEpp) // not present on the Pandora +GO(pthread_setcancelstate, iFip) +GO(pthread_setcanceltype, iFip) +GO(pthread_setconcurrency, iFi) +GO(pthread_setname_np, iFpp) GO(pthread_setschedparam, iFLip) GO(pthread_setschedprio, iFpi) GO(__pthread_setspecific, iFLp) |