Searched refs:thread_safe (Results 1 - 20 of 20) sorted by relevance

/freebsd-10.1-release/contrib/subversion/subversion/include/
H A Dsvn_pools.h97 * @a thread_safe parameter to @c TRUE in that case; otherwise, set @a
98 * thread_safe to @c FALSE to maximize performance.
100 * @note Even if @a thread_safe is @c TRUE, pools themselves will
110 svn_pool_create_allocator(svn_boolean_t thread_safe);
/freebsd-10.1-release/contrib/subversion/subversion/libsvn_subr/
H A Dpool.c106 svn_pool_create_allocator(svn_boolean_t thread_safe)
132 if (thread_safe)
104 svn_pool_create_allocator(svn_boolean_t thread_safe) argument
H A Dcache-inprocess.c610 svn_boolean_t thread_safe,
639 SVN_ERR(svn_mutex__init(&cache->mutex, thread_safe, pool));
604 svn_cache__create_inprocess(svn_cache__t **cache_p, svn_cache__serialize_func_t serialize, svn_cache__deserialize_func_t deserialize, apr_ssize_t klen, apr_int64_t pages, apr_int64_t items_per_page, svn_boolean_t thread_safe, const char *id, apr_pool_t *pool) argument
H A Dcache-membuffer.c1136 svn_boolean_t thread_safe,
1294 if (thread_safe)
2318 svn_boolean_t thread_safe,
2342 SVN_ERR(svn_mutex__init(&cache->mutex, thread_safe, pool));
2364 wrapper->vtable = thread_safe ? &membuffer_cache_synced_vtable
1132 svn_cache__membuffer_cache_create(svn_membuffer_t **cache, apr_size_t total_size, apr_size_t directory_size, apr_size_t segment_count, svn_boolean_t thread_safe, svn_boolean_t allow_blocking_writes, apr_pool_t *pool) argument
2312 svn_cache__create_membuffer_cache(svn_cache__t **cache_p, svn_membuffer_t *membuffer, svn_cache__serialize_func_t serializer, svn_cache__deserialize_func_t deserializer, apr_ssize_t klen, const char *prefix, svn_boolean_t thread_safe, apr_pool_t *pool) argument
/freebsd-10.1-release/contrib/subversion/subversion/include/private/
H A Dsvn_cache.h198 * If @a thread_safe is true, and APR is compiled with threads, all
217 svn_boolean_t thread_safe,
285 * @a thread_safe may be set to @c FALSE for maximum performance.
302 svn_boolean_t thread_safe,
320 * If @a thread_safe is true, and APR is compiled with threads, all
322 * @a memcache has also been created with thread_safe flag set.
333 svn_boolean_t thread_safe,
/freebsd-10.1-release/contrib/binutils/
H A Dltmain.sh2659 thread_safe=no
3234 thread_safe=yes
5589 if test "$thread_safe" = yes && test -n "$thread_safe_flag_spec"; then
/freebsd-10.1-release/contrib/libyaml/config/
H A Dltmain.sh4098 thread_safe=no
4683 thread_safe=yes
7089 if test "$thread_safe" = yes && test -n "$thread_safe_flag_spec"; then
/freebsd-10.1-release/contrib/ofed/libibcm/config/
H A Dltmain.sh1131 thread_safe=no
1725 thread_safe=yes
4002 if test "$thread_safe" = yes && test -n "$thread_safe_flag_spec"; then
/freebsd-10.1-release/contrib/ofed/librdmacm/config/
H A Dltmain.sh1131 thread_safe=no
1725 thread_safe=yes
4002 if test "$thread_safe" = yes && test -n "$thread_safe_flag_spec"; then
/freebsd-10.1-release/contrib/sqlite3/
H A Dltmain.sh1161 thread_safe=no
1765 thread_safe=yes
4041 if test "$thread_safe" = yes && test -n "$thread_safe_flag_spec"; then
/freebsd-10.1-release/contrib/file/
H A Dltmain.sh5161 thread_safe=no
5768 thread_safe=yes
8282 if test "$thread_safe" = yes && test -n "$thread_safe_flag_spec"; then
/freebsd-10.1-release/contrib/ldns/
H A Dltmain.sh5160 thread_safe=no
5767 thread_safe=yes
8279 if test "$thread_safe" = yes && test -n "$thread_safe_flag_spec"; then
/freebsd-10.1-release/contrib/openbsm/config/
H A Dltmain.sh5193 thread_safe=no
5801 thread_safe=yes
8324 if test "$thread_safe" = yes && test -n "$thread_safe_flag_spec"; then
/freebsd-10.1-release/contrib/openpam/
H A Dltmain.sh5193 thread_safe=no
5801 thread_safe=yes
8324 if test "$thread_safe" = yes && test -n "$thread_safe_flag_spec"; then
/freebsd-10.1-release/contrib/unbound/
H A Dltmain.sh5160 thread_safe=no
5767 thread_safe=yes
8273 if test "$thread_safe" = yes && test -n "$thread_safe_flag_spec"; then
/freebsd-10.1-release/crypto/heimdal/
H A Dltmain.sh5148 thread_safe=no
5754 thread_safe=yes
8257 if test "$thread_safe" = yes && test -n "$thread_safe_flag_spec"; then
/freebsd-10.1-release/contrib/ntp/sntp/libevent/build-aux/
H A Dltmain.sh5160 thread_safe=no
5767 thread_safe=yes
8273 if test "$thread_safe" = yes && test -n "$thread_safe_flag_spec"; then
/freebsd-10.1-release/contrib/ntp/sntp/
H A Dltmain.sh5148 thread_safe=no
5754 thread_safe=yes
8257 if test "$thread_safe" = yes && test -n "$thread_safe_flag_spec"; then
/freebsd-10.1-release/contrib/ntp/
H A Dltmain.sh5148 thread_safe=no
5754 thread_safe=yes
8257 if test "$thread_safe" = yes && test -n "$thread_safe_flag_spec"; then
/freebsd-10.1-release/contrib/gdb/
H A Dltmain.sh856 thread_safe=no
1311 thread_safe=yes
3196 if test "$thread_safe" = yes && test -n "$thread_safe_flag_spec"; then

Completed in 404 milliseconds