| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_mutex.cpp | 144 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 D | sanitizer_deadlock_detector2.cpp | 151 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 D | sanitizer_deadlock_detector_interface.h | 40 u32 recursion;
|
| /freebsd-13.1/contrib/libucl/tests/ |
| H A D | test_msgpack.c | 33 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 D | tsan_rtl_mutex.cpp | 173 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 D | tsan_sync.h | 58 int recursion; member
|
| H A D | tsan_sync.cpp | 40 recursion = 0; in Reset()
|
| /freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/ |
| H A D | tst.recursive.zcp | 16 -- Test recursion in LUA. Deep recursion should work because it does
|
| /freebsd-13.1/contrib/unbound/dnstap/ |
| H A D | dnstap.proto | 99 // 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 D | tsan_interface.h | 100 void __tsan_mutex_post_lock(void *addr, unsigned flags, int recursion);
|
| /freebsd-13.1/contrib/unbound/testdata/ |
| H A D | auth_zonemd_xfr.rpl | 194 ; recursion happens here. 214 ; recursion happens here.
|
| H A D | auth_zonemd_xfr_fail.rpl | 206 ; recursion happens here. 226 ; recursion happens here.
|
| H A D | auth_zonemd_xfr_anchor_fail.rpl | 231 ; recursion happens here. 251 ; recursion happens here.
|
| H A D | auth_zonemd_xfr_anchor.rpl | 219 ; recursion happens here. 239 ; recursion happens here.
|
| H A D | auth_zonemd_xfr_chain.rpl | 244 ; recursion happens here. 264 ; recursion happens here.
|
| H A D | auth_zonemd_xfr_chain_keyinxfr.rpl | 249 ; recursion happens here. 269 ; recursion happens here.
|
| H A D | auth_zonemd_xfr_chain_fail.rpl | 256 ; recursion happens here. 276 ; recursion happens here.
|
| H A D | nsid_bogus.rpl | 157 ; recursion happens here.
|
| H A D | auth_zonemd_file_fail.rpl | 175 ; recursion happens here.
|
| H A D | auth_zonemd_permissive_mode.rpl | 176 ; recursion happens here.
|
| H A D | auth_zonemd_file.rpl | 172 ; recursion happens here.
|
| H A D | auth_zonemd_nokey.rpl | 202 ; recursion happens here.
|
| /freebsd-13.1/tools/regression/sockets/unix_gc/ |
| H A D | unix_gc.c | 720 recursion(void) in recursion() function 803 recursion(); in main()
|
| /freebsd-13.1/contrib/libucl/src/ |
| H A D | ucl_internal.h | 253 unsigned int recursion; member
|
| /freebsd-13.1/contrib/file/magic/Magdir/ |
| H A D | jpeg | 50 # This uses recursion...
|