mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
thread_win32.c: native_mutex_trylock is not used right now
This commit is contained in:
parent
1c95436693
commit
ee7c260b60
1 changed files with 1 additions and 0 deletions
|
@ -340,6 +340,7 @@ rb_native_mutex_unlock(rb_nativethread_lock_t *lock)
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
RBIMPL_ATTR_MAYBE_UNUSED()
|
||||||
static int
|
static int
|
||||||
native_mutex_trylock(rb_nativethread_lock_t *lock)
|
native_mutex_trylock(rb_nativethread_lock_t *lock)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue