mtx_init 33 maint/gnulib/lib/glthread/lock.c if (mtx_init (&lock->mutex, mtx_plain) != thrd_success) mtx_init 73 maint/gnulib/lib/glthread/lock.c if (mtx_init (&lock->lock, mtx_plain) != thrd_success mtx_init 208 maint/gnulib/lib/glthread/lock.c if (mtx_init (&lock->mutex, mtx_plain | mtx_recursive) != thrd_success) mtx_init 120 maint/gnulib/lib/mbtowc-lock.c if (mtx_init (&mutex, mtx_plain) != thrd_success) mtx_init 120 maint/gnulib/lib/nl_langinfo-lock.c if (mtx_init (&mutex, mtx_plain) != thrd_success) mtx_init 120 maint/gnulib/lib/setlocale-lock.c if (mtx_init (&mutex, mtx_plain) != thrd_success) mtx_init 338 maint/gnulib/lib/threads.in.h _GL_FUNCDECL_SYS (mtx_init, int, (mtx_t *, int) _GL_ARG_NONNULL ((1))); mtx_init 340 maint/gnulib/lib/threads.in.h _GL_CXXALIAS_SYS (mtx_init, int, (mtx_t *, int)); mtx_init 341 maint/gnulib/lib/threads.in.h _GL_CXXALIASWARN (mtx_init); mtx_init 345 maint/gnulib/lib/threads.in.h _GL_WARN_ON_USE (mtx_init, "mtx_init is unportable - " mtx_init 156 maint/gnulib/tests/atomic-int-isoc.h ASSERT (mtx_init (&ai->lock, mtx_plain) == thrd_success); mtx_init 195 maint/gnulib/tests/test-cnd.c ASSERT (mtx_init (&lockcond, mtx_plain) == thrd_success); mtx_init 381 maint/gnulib/tests/test-mtx.c ASSERT (mtx_init (&ready_lock[i], mtx_plain) == thrd_success); mtx_init 474 maint/gnulib/tests/test-mtx.c ASSERT (mtx_init (&my_lock, mtx_plain) == thrd_success); mtx_init 475 maint/gnulib/tests/test-mtx.c ASSERT (mtx_init (&my_reclock, mtx_plain | mtx_recursive) == thrd_success); mtx_init 476 maint/gnulib/tests/test-mtx.c ASSERT (mtx_init (&performed_lock, mtx_plain) == thrd_success); mtx_init 41 maint/gnulib/tests/test-threads-c++.cc SIGNATURE_CHECK (GNULIB_NAMESPACE::mtx_init, int, (mtx_t *, int)); mtx_init 507 maint/gnulib/tests/test-tss.c ASSERT (mtx_init (&sumlock, mtx_plain) == thrd_success);