101
91
/* NOTE! currently same as mutex_enter! */
103
93
#define mutex_enter_fast(M) mutex_enter_func((M), __FILE__, __LINE__)
105
94
/**********************************************************************
106
95
NOTE! Use the corresponding macro in the header file, not this function
107
96
directly. Locks a mutex for the current thread. If the mutex is reserved