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

/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dpools.h37 svn_pool__create_unmanaged(svn_boolean_t thread_safe);
H A Dpool.c115 svn_pool_create_allocator(svn_boolean_t thread_safe)
141 if (thread_safe)
159 svn_pool__create_unmanaged(svn_boolean_t thread_safe)
163 svn_pool_create_allocator(thread_safe));
113 svn_pool_create_allocator(svn_boolean_t thread_safe) argument
156 svn_pool__create_unmanaged(svn_boolean_t thread_safe) argument
H A Dobject_pool.c271 svn_boolean_t thread_safe,
280 SVN_ERR(svn_mutex__init(&result->mutex, thread_safe, pool));
267 svn_object_pool__create(svn_object_pool__t **object_pool, svn_boolean_t thread_safe, apr_pool_t *pool) argument
H A Dcache-inprocess.c653 svn_boolean_t thread_safe,
682 SVN_ERR(svn_mutex__init(&cache->mutex, thread_safe, pool));
647 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.c1840 svn_boolean_t thread_safe,
1857 SVN_ERR(prefix_pool_create(&prefix_pool, total_size / 100, thread_safe,
2031 SVN_ERR(svn_mutex__init(&c[seg].lock, thread_safe, pool));
2035 if (thread_safe)
3352 svn_boolean_t thread_safe,
3377 SVN_ERR(svn_mutex__init(&cache->mutex, thread_safe, result_pool));
3436 wrapper->vtable = thread_safe ? &membuffer_cache_synced_vtable
1836 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
3345 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, apr_uint32_t priority, svn_boolean_t thread_safe, svn_boolean_t short_lived, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
/freebsd-11-stable/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-11-stable/contrib/subversion/subversion/include/private/
H A Dsvn_object_pool.h84 svn_boolean_t thread_safe,
H A Dsvn_cache.h204 * If @a thread_safe is true, and APR is compiled with threads, all
223 svn_boolean_t thread_safe,
293 * @a thread_safe may be set to @c FALSE for maximum performance.
310 svn_boolean_t thread_safe,
358 * If @a thread_safe is true, and APR is compiled with threads, all
360 * @a membuffer has also been created with thread_safe flag set.
377 svn_boolean_t thread_safe,
H A Dsvn_repos_private.h202 svn_boolean_t thread_safe,
/freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/
H A Dconfig_pool.c102 svn_boolean_t thread_safe,
106 thread_safe, pool));
99 svn_repos__config_pool_create(svn_repos__config_pool_t **config_pool, svn_boolean_t thread_safe, apr_pool_t *pool) argument
/freebsd-11-stable/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-11-stable/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-11-stable/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-11-stable/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-11-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dltmain.sh6559 thread_safe=no
7187 thread_safe=yes
9765 if test yes = "$thread_safe" && test -n "$thread_safe_flag_spec"; then
/freebsd-11-stable/contrib/openpam/
H A Dltmain.sh6559 thread_safe=no
7187 thread_safe=yes
9765 if test yes = "$thread_safe" && test -n "$thread_safe_flag_spec"; then
/freebsd-11-stable/contrib/file/
H A Dltmain.sh6562 thread_safe=no
7190 thread_safe=yes
9780 if test yes = "$thread_safe" && test -n "$thread_safe_flag_spec"; then
/freebsd-11-stable/contrib/unbound/
H A Dltmain.sh6559 thread_safe=no
7187 thread_safe=yes
9767 if test yes = "$thread_safe" && test -n "$thread_safe_flag_spec"; then
/freebsd-11-stable/contrib/sqlite3/
H A Dltmain.sh6559 thread_safe=no
7187 thread_safe=yes
9774 if test yes = "$thread_safe" && test -n "$thread_safe_flag_spec"; then
/freebsd-11-stable/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 353 milliseconds