From 7e09961ee7ac6841883b68123ad700609d2fd955 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Wed, 7 Apr 2021 15:34:15 +0200 Subject: Added 2 _np wrapped function to pthreads --- src/wrapped/wrappedlibpthread_private.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/wrapped/wrappedlibpthread_private.h b/src/wrapped/wrappedlibpthread_private.h index 87ec246b..8539c551 100755 --- a/src/wrapped/wrappedlibpthread_private.h +++ b/src/wrapped/wrappedlibpthread_private.h @@ -91,6 +91,7 @@ GOM(pthread_kill, iFEpi) // pthread_kill_other_threads_np GO(__pthread_mutexattr_destroy, iFp) GO(pthread_mutexattr_destroy, iFp) +GO(pthread_mutexattr_getkind_np, iFpp) // pthread_mutexattr_getprioceiling // pthread_mutexattr_getprotocol // pthread_mutexattr_getpshared @@ -98,6 +99,7 @@ GO(pthread_mutexattr_destroy, iFp) GO(pthread_mutexattr_gettype, iFpp) GO(__pthread_mutexattr_init, iFp) GO(pthread_mutexattr_init, iFp) +GO(pthread_mutexattr_setkind_np, iFpi) // pthread_mutexattr_setprioceiling GO(pthread_mutexattr_setprotocol, iFpp) GO(pthread_mutexattr_setpshared, iFpi) -- cgit 1.4.1