mtx_unlock         54 maint/gnulib/lib/glthread/lock.c   if (mtx_unlock (&lock->mutex) != thrd_success)
mtx_unlock        100 maint/gnulib/lib/glthread/lock.c           mtx_unlock (&lock->lock);
mtx_unlock        105 maint/gnulib/lib/glthread/lock.c   if (mtx_unlock (&lock->lock) != thrd_success)
mtx_unlock        126 maint/gnulib/lib/glthread/lock.c           mtx_unlock (&lock->lock);
mtx_unlock        132 maint/gnulib/lib/glthread/lock.c   if (mtx_unlock (&lock->lock) != thrd_success)
mtx_unlock        149 maint/gnulib/lib/glthread/lock.c           mtx_unlock (&lock->lock);
mtx_unlock        159 maint/gnulib/lib/glthread/lock.c           mtx_unlock (&lock->lock);
mtx_unlock        173 maint/gnulib/lib/glthread/lock.c               mtx_unlock (&lock->lock);
mtx_unlock        182 maint/gnulib/lib/glthread/lock.c               mtx_unlock (&lock->lock);
mtx_unlock        187 maint/gnulib/lib/glthread/lock.c   if (mtx_unlock (&lock->lock) != thrd_success)
mtx_unlock        229 maint/gnulib/lib/glthread/lock.c   if (mtx_unlock (&lock->mutex) != thrd_success)
mtx_unlock        119 maint/gnulib/lib/mbtowc-lock.h   if (mtx_unlock (lock) != thrd_success)
mtx_unlock        261 maint/gnulib/lib/nl_langinfo.c   if (mtx_unlock (lock) != thrd_success)
mtx_unlock        258 maint/gnulib/lib/setlocale_null.c   if (mtx_unlock (lock) != thrd_success)
mtx_unlock        395 maint/gnulib/lib/threads.in.h _GL_FUNCDECL_SYS (mtx_unlock, int, (mtx_t *) _GL_ARG_NONNULL ((1)));
mtx_unlock        397 maint/gnulib/lib/threads.in.h _GL_CXXALIAS_SYS (mtx_unlock, int, (mtx_t *));
mtx_unlock        398 maint/gnulib/lib/threads.in.h _GL_CXXALIASWARN (mtx_unlock);
mtx_unlock        402 maint/gnulib/lib/threads.in.h _GL_WARN_ON_USE (mtx_unlock, "mtx_unlock is unportable - "
mtx_unlock        163 maint/gnulib/tests/atomic-int-isoc.h   ASSERT (mtx_unlock (&ai->lock) == thrd_success);
mtx_unlock        171 maint/gnulib/tests/atomic-int-isoc.h   ASSERT (mtx_unlock (&ai->lock) == thrd_success);
mtx_unlock         74 maint/gnulib/tests/test-cnd.c   ASSERT (mtx_unlock (&lockcond) == thrd_success);
mtx_unlock        106 maint/gnulib/tests/test-cnd.c   ASSERT (mtx_unlock (&lockcond) == thrd_success);
mtx_unlock        145 maint/gnulib/tests/test-cnd.c   ASSERT (mtx_unlock (&lockcond) == thrd_success);
mtx_unlock        175 maint/gnulib/tests/test-cnd.c   ASSERT (mtx_unlock (&lockcond) == thrd_success);
mtx_unlock        140 maint/gnulib/tests/test-mtx.c       ASSERT (mtx_unlock (&my_lock) == thrd_success);
mtx_unlock        146 maint/gnulib/tests/test-mtx.c       ASSERT (mtx_unlock (&my_lock) == thrd_success);
mtx_unlock        166 maint/gnulib/tests/test-mtx.c       ASSERT (mtx_unlock (&my_lock) == thrd_success);
mtx_unlock        233 maint/gnulib/tests/test-mtx.c   ASSERT (mtx_unlock (&my_reclock) == thrd_success);
mtx_unlock        249 maint/gnulib/tests/test-mtx.c       ASSERT (mtx_unlock (&my_reclock) == thrd_success);
mtx_unlock        269 maint/gnulib/tests/test-mtx.c       ASSERT (mtx_unlock (&my_reclock) == thrd_success);
mtx_unlock        330 maint/gnulib/tests/test-mtx.c   ASSERT (mtx_unlock (&performed_lock) == thrd_success);
mtx_unlock        344 maint/gnulib/tests/test-mtx.c       ASSERT (mtx_unlock (&ready_lock[id]) == thrd_success);
mtx_unlock        413 maint/gnulib/tests/test-mtx.c               ASSERT (mtx_unlock (&ready_lock[i]) == thrd_success);
mtx_unlock        443 maint/gnulib/tests/test-mtx.c           ASSERT (mtx_unlock (&ready_lock[i]) == thrd_success);
mtx_unlock         46 maint/gnulib/tests/test-threads-c++.cc SIGNATURE_CHECK (GNULIB_NAMESPACE::mtx_unlock, int, (mtx_t *));
mtx_unlock        206 maint/gnulib/tests/test-tss.c   ASSERT (mtx_unlock (&sumlock) == thrd_success);