TRY_LOCK 1705 compat/nedmalloc/malloc.c.h #define TRY_LOCK(sl) pthread_try_lock(sl) TRY_LOCK 1806 compat/nedmalloc/malloc.c.h #define TRY_LOCK(sl) win32_try_lock(sl) TRY_LOCK 1889 compat/nedmalloc/malloc.c.h #define TRY_LOCK(sl) (!pthread_mutex_trylock(sl)) TRY_LOCK 1920 compat/nedmalloc/malloc.c.h #define TRY_LOCK(s) TryEnterCriticalSection(s)