Skip to content

Commit

Permalink
Added 2 more wrapped function to pthread
Browse files Browse the repository at this point in the history
  • Loading branch information
ptitSeb committed May 28, 2021
1 parent 5c8d387 commit 28cfc17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/wrapped/wrappedlibpthread_private.h
Original file line number Diff line number Diff line change
Expand Up @@ -100,14 +100,14 @@ GOM(pthread_kill, iFEpi)
// pthread_kill_other_threads_np
GO(__pthread_mutexattr_destroy, iFp)
GO(pthread_mutexattr_destroy, iFp)
// pthread_mutexattr_getprioceiling
GO(pthread_mutexattr_getprioceiling, iFpp)
// pthread_mutexattr_getprotocol
// pthread_mutexattr_getpshared
// pthread_mutexattr_getrobust_np
GO(pthread_mutexattr_gettype, iFpp)
GO(__pthread_mutexattr_init, iFp)
GO(pthread_mutexattr_init, iFp)
// pthread_mutexattr_setprioceiling
GO(pthread_mutexattr_setprioceiling, iFpi)
GO(pthread_mutexattr_setprotocol, iFpp)
GO(pthread_mutexattr_setpshared, iFpi)
// pthread_mutexattr_setrobust_np
Expand Down

0 comments on commit 28cfc17

Please sign in to comment.