fixed typo
This commit was SVN r350.
Этот коммит содержится в:
родитель
1373c847e0
Коммит
ea09ce2240
@ -74,7 +74,7 @@ static inline bool lam_using_threads(void)
|
|||||||
* process, invoke the action without acquiring the lock.
|
* process, invoke the action without acquiring the lock.
|
||||||
*/
|
*/
|
||||||
#define THREAD_SCOPED_LOCK(mutex,action) \
|
#define THREAD_SCOPED_LOCK(mutex,action) \
|
||||||
if(lam_use_threads()) { \
|
if(lam_using_threads()) { \
|
||||||
lam_mutex_lock(mutex); \
|
lam_mutex_lock(mutex); \
|
||||||
(action); \
|
(action); \
|
||||||
lam_mutex_unlock(mutex); \
|
lam_mutex_unlock(mutex); \
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user