Home
last modified time | relevance | path

Searched refs:pthread_rwlock_destroy (Results 1 – 25 of 1886) sorted by relevance

12345678910>>...76

/dports/devel/gnulib/gnulib-20140202-stable/doc/posix-functions/
H A Dpthread_rwlock_destroy.texi1 @node pthread_rwlock_destroy
2 @section @code{pthread_rwlock_destroy}
3 @findex pthread_rwlock_destroy
5 …ation:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_rwlock_destroy.html}
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/doc/posix-functions/
H A Dpthread_rwlock_destroy.texi1 @node pthread_rwlock_destroy
2 @section @code{pthread_rwlock_destroy}
3 @findex pthread_rwlock_destroy
5 …ion:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_rwlock_destroy.html}
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/test/format/
H A Dt.c267 testutil_check(pthread_rwlock_destroy(&g.append_lock)); in main()
268 testutil_check(pthread_rwlock_destroy(&g.backup_lock)); in main()
269 testutil_check(pthread_rwlock_destroy(&g.death_lock)); in main()
270 testutil_check(pthread_rwlock_destroy(&g.ts_lock)); in main()
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/drd/tests/
H A Dhold_lock.c64 pthread_rwlock_destroy(&rwlock); in main()
74 pthread_rwlock_destroy(&rwlock); in main()
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/drd/tests/
H A Dhold_lock.c64 pthread_rwlock_destroy(&rwlock); in main()
74 pthread_rwlock_destroy(&rwlock); in main()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/lib/lockdep/include/liblockdep/
H A Drwlock.h71 return pthread_rwlock_destroy(&lock->rwlock); in liblockdep_rwlock_destroy()
83 #define pthread_rwlock_destroy liblockdep_rwlock_destroy macro
/dports/multimedia/libv4l/linux-5.13-rc2/tools/lib/lockdep/include/liblockdep/
H A Drwlock.h71 return pthread_rwlock_destroy(&lock->rwlock); in liblockdep_rwlock_destroy()
83 #define pthread_rwlock_destroy liblockdep_rwlock_destroy macro
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/lib/lockdep/include/liblockdep/
H A Drwlock.h71 return pthread_rwlock_destroy(&lock->rwlock); in liblockdep_rwlock_destroy()
83 #define pthread_rwlock_destroy liblockdep_rwlock_destroy macro
/dports/misc/posixtestsuite/posixtestsuite/conformance/interfaces/pthread_rwlock_timedrdlock/
H A D5-1.c84 if(pthread_rwlock_destroy(&rwlock) != 0) in fn_rd_1()
137 if(pthread_rwlock_destroy(&rwlock) != 0) in fn_rd_2()
/dports/misc/posixtestsuite/posixtestsuite/conformance/interfaces/pthread_rwlock_timedwrlock/
H A D5-1.c91 if(pthread_rwlock_destroy(&rwlock) != 0) in fn_wr_1()
143 if(pthread_rwlock_destroy(&rwlock) != 0) in fn_wr_2()
/dports/devel/wasi-libc/wasi-libc-ad5133410f66b93a2381db5b542aad5e0964db96/libc-top-half/musl/src/thread/
H A Dpthread_rwlock_destroy.c3 int pthread_rwlock_destroy(pthread_rwlock_t *rw) in pthread_rwlock_destroy() function
/dports/lang/zig-devel/zig-0.9.0/lib/libc/musl/src/thread/
H A Dpthread_rwlock_destroy.c3 int pthread_rwlock_destroy(pthread_rwlock_t *rw) in pthread_rwlock_destroy() function
/dports/lang/zig/zig-0.9.0/lib/libc/musl/src/thread/
H A Dpthread_rwlock_destroy.c3 int pthread_rwlock_destroy(pthread_rwlock_t *rw) in pthread_rwlock_destroy() function
/dports/lang/zig-devel/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/thread/
H A Dpthread_rwlock_destroy.c3 int pthread_rwlock_destroy(pthread_rwlock_t *rw) in pthread_rwlock_destroy() function
/dports/lang/zig/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/thread/
H A Dpthread_rwlock_destroy.c3 int pthread_rwlock_destroy(pthread_rwlock_t *rw) in pthread_rwlock_destroy() function
/dports/devel/emscripten/emscripten-2.0.3/system/lib/libc/musl/src/thread/
H A Dpthread_rwlock_destroy.c3 int pthread_rwlock_destroy(pthread_rwlock_t *rw) in pthread_rwlock_destroy() function
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/src/thread/
H A Dpthread_rwlock_destroy.c3 int pthread_rwlock_destroy(pthread_rwlock_t *rw) in pthread_rwlock_destroy() function
/dports/devel/poco/poco-1.10.1-all/Foundation/src/
H A DRWLock_POSIX.cpp30 pthread_rwlock_destroy(&_rwl); in ~RWLockImpl()
/dports/devel/gettext-tools/gettext-0.21/gettext-tools/gnulib-tests/
H A Dpthread.in.h1377 # undef pthread_rwlock_destroy
1378 # define pthread_rwlock_destroy rpl_pthread_rwlock_destroy
1380 _GL_FUNCDECL_RPL (pthread_rwlock_destroy, int, (pthread_rwlock_t *lock)
1382 _GL_CXXALIAS_RPL (pthread_rwlock_destroy, int, (pthread_rwlock_t *lock));
1385 _GL_FUNCDECL_SYS (pthread_rwlock_destroy, int, (pthread_rwlock_t *lock)
1388 _GL_CXXALIAS_SYS (pthread_rwlock_destroy, int, (pthread_rwlock_t *lock));
1390 _GL_CXXALIASWARN (pthread_rwlock_destroy);
1392 # undef pthread_rwlock_destroy
1394 _GL_WARN_ON_USE (pthread_rwlock_destroy, "pthread_rwlock_destroy is not portable - "
/dports/sysutils/coreutils/coreutils-8.32/lib/
H A Dpthread.in.h1377 # undef pthread_rwlock_destroy
1378 # define pthread_rwlock_destroy rpl_pthread_rwlock_destroy
1380 _GL_FUNCDECL_RPL (pthread_rwlock_destroy, int, (pthread_rwlock_t *lock)
1382 _GL_CXXALIAS_RPL (pthread_rwlock_destroy, int, (pthread_rwlock_t *lock));
1385 _GL_FUNCDECL_SYS (pthread_rwlock_destroy, int, (pthread_rwlock_t *lock)
1388 _GL_CXXALIAS_SYS (pthread_rwlock_destroy, int, (pthread_rwlock_t *lock));
1390 _GL_CXXALIASWARN (pthread_rwlock_destroy);
1392 # undef pthread_rwlock_destroy
1394 _GL_WARN_ON_USE (pthread_rwlock_destroy, "pthread_rwlock_destroy is not portable - "
/dports/security/gnutls/gnutls-3.6.16/gl/tests/
H A Dpthread.in.h1377 # undef pthread_rwlock_destroy
1378 # define pthread_rwlock_destroy rpl_pthread_rwlock_destroy
1380 _GL_FUNCDECL_RPL (pthread_rwlock_destroy, int, (pthread_rwlock_t *lock)
1382 _GL_CXXALIAS_RPL (pthread_rwlock_destroy, int, (pthread_rwlock_t *lock));
1385 _GL_FUNCDECL_SYS (pthread_rwlock_destroy, int, (pthread_rwlock_t *lock)
1388 _GL_CXXALIAS_SYS (pthread_rwlock_destroy, int, (pthread_rwlock_t *lock));
1390 _GL_CXXALIASWARN (pthread_rwlock_destroy);
1392 # undef pthread_rwlock_destroy
1394 _GL_WARN_ON_USE (pthread_rwlock_destroy, "pthread_rwlock_destroy is not portable - "
/dports/devel/gettext-po-mode/gettext-0.21/gettext-tools/gnulib-tests/
H A Dpthread.in.h1377 # undef pthread_rwlock_destroy
1378 # define pthread_rwlock_destroy rpl_pthread_rwlock_destroy
1380 _GL_FUNCDECL_RPL (pthread_rwlock_destroy, int, (pthread_rwlock_t *lock)
1382 _GL_CXXALIAS_RPL (pthread_rwlock_destroy, int, (pthread_rwlock_t *lock));
1385 _GL_FUNCDECL_SYS (pthread_rwlock_destroy, int, (pthread_rwlock_t *lock)
1388 _GL_CXXALIAS_SYS (pthread_rwlock_destroy, int, (pthread_rwlock_t *lock));
1390 _GL_CXXALIASWARN (pthread_rwlock_destroy);
1392 # undef pthread_rwlock_destroy
1394 _GL_WARN_ON_USE (pthread_rwlock_destroy, "pthread_rwlock_destroy is not portable - "
/dports/devel/gettext-runtime/gettext-0.21/gettext-tools/gnulib-tests/
H A Dpthread.in.h1377 # undef pthread_rwlock_destroy
1378 # define pthread_rwlock_destroy rpl_pthread_rwlock_destroy
1380 _GL_FUNCDECL_RPL (pthread_rwlock_destroy, int, (pthread_rwlock_t *lock)
1382 _GL_CXXALIAS_RPL (pthread_rwlock_destroy, int, (pthread_rwlock_t *lock));
1385 _GL_FUNCDECL_SYS (pthread_rwlock_destroy, int, (pthread_rwlock_t *lock)
1388 _GL_CXXALIAS_SYS (pthread_rwlock_destroy, int, (pthread_rwlock_t *lock));
1390 _GL_CXXALIASWARN (pthread_rwlock_destroy);
1392 # undef pthread_rwlock_destroy
1394 _GL_WARN_ON_USE (pthread_rwlock_destroy, "pthread_rwlock_destroy is not portable - "
/dports/devel/libtextstyle/gettext-0.21/gettext-tools/gnulib-tests/
H A Dpthread.in.h1377 # undef pthread_rwlock_destroy
1378 # define pthread_rwlock_destroy rpl_pthread_rwlock_destroy
1380 _GL_FUNCDECL_RPL (pthread_rwlock_destroy, int, (pthread_rwlock_t *lock)
1382 _GL_CXXALIAS_RPL (pthread_rwlock_destroy, int, (pthread_rwlock_t *lock));
1385 _GL_FUNCDECL_SYS (pthread_rwlock_destroy, int, (pthread_rwlock_t *lock)
1388 _GL_CXXALIAS_SYS (pthread_rwlock_destroy, int, (pthread_rwlock_t *lock));
1390 _GL_CXXALIASWARN (pthread_rwlock_destroy);
1392 # undef pthread_rwlock_destroy
1394 _GL_WARN_ON_USE (pthread_rwlock_destroy, "pthread_rwlock_destroy is not portable - "
/dports/textproc/gsed/sed-4.8/gnulib-tests/
H A Dpthread.in.h1343 # undef pthread_rwlock_destroy
1344 # define pthread_rwlock_destroy rpl_pthread_rwlock_destroy
1346 _GL_FUNCDECL_RPL (pthread_rwlock_destroy, int, (pthread_rwlock_t *lock)
1348 _GL_CXXALIAS_RPL (pthread_rwlock_destroy, int, (pthread_rwlock_t *lock));
1351 _GL_FUNCDECL_SYS (pthread_rwlock_destroy, int, (pthread_rwlock_t *lock)
1354 _GL_CXXALIAS_SYS (pthread_rwlock_destroy, int, (pthread_rwlock_t *lock));
1356 _GL_CXXALIASWARN (pthread_rwlock_destroy);
1358 # undef pthread_rwlock_destroy
1360 _GL_WARN_ON_USE (pthread_rwlock_destroy, "pthread_rwlock_destroy is not portable - "

12345678910>>...76