diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2023-03-25 10:38:03 +0000 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2023-03-25 10:38:03 +0000 |
| commit | f197e750b623469d65d00d308ea182e5693dfa08 (patch) | |
| tree | 9515504c73223cbbb1b8aa4e3fc066370809cc0b /src/wrapped/generated/wrappedlibpthreadtypes.h | |
| parent | 206bc9afb659eeb4e8393170e0dc8bcb87792c3c (diff) | |
| download | box64-f197e750b623469d65d00d308ea182e5693dfa08.tar.gz box64-f197e750b623469d65d00d308ea182e5693dfa08.zip | |
Added some wrapped functions in pthread
Diffstat (limited to 'src/wrapped/generated/wrappedlibpthreadtypes.h')
| -rw-r--r-- | src/wrapped/generated/wrappedlibpthreadtypes.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wrapped/generated/wrappedlibpthreadtypes.h b/src/wrapped/generated/wrappedlibpthreadtypes.h index ededbb15..1d9483ff 100644 --- a/src/wrapped/generated/wrappedlibpthreadtypes.h +++ b/src/wrapped/generated/wrappedlibpthreadtypes.h @@ -60,6 +60,7 @@ typedef int32_t (*iFpppp_t)(void*, void*, void*, void*); GO(pthread_mutexattr_setkind_np, iFpi_t) \ GO(pthread_mutexattr_setprotocol, iFpi_t) \ GO(pthread_mutexattr_setpshared, iFpi_t) \ + GO(pthread_mutexattr_setrobust, iFpi_t) \ GO(pthread_mutexattr_settype, iFpi_t) \ GO(pthread_attr_setguardsize, iFpL_t) \ GO(pthread_attr_setstacksize, iFpL_t) \ @@ -85,6 +86,7 @@ typedef int32_t (*iFpppp_t)(void*, void*, void*, void*); GO(pthread_mutex_init, iFpp_t) \ GO(pthread_mutexattr_getkind_np, iFpp_t) \ GO(pthread_mutexattr_getprotocol, iFpp_t) \ + GO(pthread_mutexattr_getrobust, iFpp_t) \ GO(pthread_mutexattr_gettype, iFpp_t) \ GO(pthread_once, iFpp_t) \ GO(_pthread_cleanup_push, vFppp_t) \ |