Loading innobase/include/os0sync.h +1 −1 Original line number Diff line number Diff line Loading @@ -160,6 +160,7 @@ os_fast_mutex_trylock( was reserved by another thread */ os_fast_mutex_t* fast_mutex); /* in: mutex to acquire */ #endif /************************************************************** Releases ownership of a fast mutex. */ UNIV_INLINE Loading Loading @@ -188,7 +189,6 @@ void os_fast_mutex_free( /*===============*/ os_fast_mutex_t* fast_mutex); /* in: mutex to free */ #endif #ifndef UNIV_NONINL #include "os0sync.ic" Loading innobase/include/os0sync.ic +1 −1 Original line number Diff line number Diff line Loading @@ -38,6 +38,7 @@ os_fast_mutex_trylock( return((ulint) pthread_mutex_trylock(fast_mutex)); #endif } #endif /************************************************************** Releases ownership of a fast mutex. */ Loading @@ -53,4 +54,3 @@ os_fast_mutex_unlock( pthread_mutex_unlock(fast_mutex); #endif } #endif Loading
innobase/include/os0sync.h +1 −1 Original line number Diff line number Diff line Loading @@ -160,6 +160,7 @@ os_fast_mutex_trylock( was reserved by another thread */ os_fast_mutex_t* fast_mutex); /* in: mutex to acquire */ #endif /************************************************************** Releases ownership of a fast mutex. */ UNIV_INLINE Loading Loading @@ -188,7 +189,6 @@ void os_fast_mutex_free( /*===============*/ os_fast_mutex_t* fast_mutex); /* in: mutex to free */ #endif #ifndef UNIV_NONINL #include "os0sync.ic" Loading
innobase/include/os0sync.ic +1 −1 Original line number Diff line number Diff line Loading @@ -38,6 +38,7 @@ os_fast_mutex_trylock( return((ulint) pthread_mutex_trylock(fast_mutex)); #endif } #endif /************************************************************** Releases ownership of a fast mutex. */ Loading @@ -53,4 +54,3 @@ os_fast_mutex_unlock( pthread_mutex_unlock(fast_mutex); #endif } #endif