Home
last modified time | relevance | path

Searched refs:recursion (Results 1 – 25 of 96) sorted by relevance

1234

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mutex.cpp144 int recursion; member
171 locked[type].recursion++; in Lock()
182 locked[type].recursion = 1; in Lock()
190 CHECK_GT(locked[type].recursion, 0); in Unlock()
191 if (--locked[type].recursion) in Unlock()
198 for (int i = 0; i < mutex_type_count; i++) CHECK_EQ(locked[i].recursion, 0); in CheckNoLocks()
H A Dsanitizer_deadlock_detector2.cpp151 m->recursion = 0; in MutexInit()
276 m->recursion++; in MutexAfterLock()
282 CHECK_EQ(m->recursion, 0); in MutexAfterLock()
283 m->recursion = 1; in MutexAfterLock()
307 if (--m->recursion > 0) in MutexBeforeUnlock()
H A Dsanitizer_deadlock_detector_interface.h40 u32 recursion;
/freebsd-13.1/contrib/libucl/tests/
H A Dtest_msgpack.c33 static int recursion = 0; variable
144 recursion = 0; in main()
330 recursion ++; in ucl_test_map()
334 if (recursion > 10) { in ucl_test_map()
376 recursion ++; in ucl_test_large_map()
400 recursion ++; in ucl_test_array()
403 if (recursion > 10) { in ucl_test_array()
435 recursion ++; in ucl_test_large_array()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_mutex.cpp173 CHECK_EQ(s->recursion, 0); in MutexPostLock()
177 CHECK_GT(s->recursion, 0); in MutexPostLock()
182 const bool first = s->recursion == 0; in MutexPostLock()
183 s->recursion += rec; in MutexPostLock()
227 s->recursion -= rec; in MutexUnlock()
228 if (s->recursion == 0) { in MutexUnlock()
235 if (common_flags()->detect_deadlocks && s->recursion == 0 && in MutexUnlock()
351 CHECK_GT(s->recursion, 0); in MutexReadOrWriteUnlock()
352 s->recursion--; in MutexReadOrWriteUnlock()
353 if (s->recursion == 0) { in MutexReadOrWriteUnlock()
[all …]
H A Dtsan_sync.h58 int recursion; member
H A Dtsan_sync.cpp40 recursion = 0; in Reset()
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.recursive.zcp16 -- Test recursion in LUA. Deep recursion should work because it does
/freebsd-13.1/contrib/unbound/dnstap/
H A Ddnstap.proto99 // further recursion. These are not shown on the diagram above, but have
120 // Resolvers typically clear the RD (recursion desired) bit when
130 // server which is expected to perform further recursion, from the
133 // (recursion desired) bit when querying the DNS server. The DNS server
140 // typically sets the RA (recursion available) bit when responding.
145 // further recursion, from the perspective of the downstream DNS
150 // DNS server performing recursion to a downstream DNS server, from the
/freebsd-13.1/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dtsan_interface.h100 void __tsan_mutex_post_lock(void *addr, unsigned flags, int recursion);
/freebsd-13.1/contrib/unbound/testdata/
H A Dauth_zonemd_xfr.rpl194 ; recursion happens here.
214 ; recursion happens here.
H A Dauth_zonemd_xfr_fail.rpl206 ; recursion happens here.
226 ; recursion happens here.
H A Dauth_zonemd_xfr_anchor_fail.rpl231 ; recursion happens here.
251 ; recursion happens here.
H A Dauth_zonemd_xfr_anchor.rpl219 ; recursion happens here.
239 ; recursion happens here.
H A Dauth_zonemd_xfr_chain.rpl244 ; recursion happens here.
264 ; recursion happens here.
H A Dauth_zonemd_xfr_chain_keyinxfr.rpl249 ; recursion happens here.
269 ; recursion happens here.
H A Dauth_zonemd_xfr_chain_fail.rpl256 ; recursion happens here.
276 ; recursion happens here.
H A Dnsid_bogus.rpl157 ; recursion happens here.
H A Dauth_zonemd_file_fail.rpl175 ; recursion happens here.
H A Dauth_zonemd_permissive_mode.rpl176 ; recursion happens here.
H A Dauth_zonemd_file.rpl172 ; recursion happens here.
H A Dauth_zonemd_nokey.rpl202 ; recursion happens here.
/freebsd-13.1/tools/regression/sockets/unix_gc/
H A Dunix_gc.c720 recursion(void) in recursion() function
803 recursion(); in main()
/freebsd-13.1/contrib/libucl/src/
H A Ducl_internal.h253 unsigned int recursion; member
/freebsd-13.1/contrib/file/magic/Magdir/
H A Djpeg50 # This uses recursion...

1234