| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| 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()
|
| 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()
|
| D | sanitizer_deadlock_detector_interface.h | 40 u32 recursion;
|
| /freebsd-12-stable/contrib/libucl/tests/ |
| 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-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| 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() 220 if (!SANITIZER_GO && (s->recursion == 0 || s->owner_tid != thr->tid)) { in MutexUnlock() 226 rec = (flagz & MutexFlagRecursiveUnlock) ? s->recursion : 1; in MutexUnlock() 227 s->recursion -= rec; in MutexUnlock() 228 if (s->recursion == 0) { in MutexUnlock() 235 if (common_flags()->detect_deadlocks && s->recursion == 0 && in MutexUnlock() 318 if (common_flags()->detect_deadlocks && s->recursion == 0) { in MutexReadUnlock() [all …]
|
| D | tsan_sync.h | 58 int recursion; member
|
| D | tsan_sync.cpp | 40 recursion = 0; in Reset()
|
| /freebsd-12-stable/contrib/unbound/dnstap/ |
| 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-12-stable/contrib/llvm-project/compiler-rt/include/sanitizer/ |
| D | tsan_interface.h | 100 void __tsan_mutex_post_lock(void *addr, unsigned flags, int recursion);
|
| /freebsd-12-stable/contrib/unbound/testdata/ |
| D | iter_failreply.rpl | 122 ; recursion happens here.
|
| D | disable_edns_do.rpl | 149 ; recursion happens here.
|
| D | val_scrub_rr_length.rpl | 154 ; recursion happens here.
|
| D | iter_ignore_empty.rpl | 217 ; recursion happens here.
|
| /freebsd-12-stable/tools/regression/sockets/unix_gc/ |
| D | unix_gc.c | 720 recursion(void) in recursion() function 803 recursion(); in main()
|
| /freebsd-12-stable/contrib/binutils/config/ |
| D | confsubdir.m4 | 107 # The recursion is here.
|
| /freebsd-12-stable/contrib/libucl/src/ |
| D | ucl_internal.h | 253 unsigned int recursion; member
|
| D | ucl_parser.c | 2938 parser->recursion ++; in ucl_parser_add_chunk_full() 2940 if (parser->recursion > UCL_MAX_RECURSION) { in ucl_parser_add_chunk_full() 2942 parser->recursion); in ucl_parser_add_chunk_full() 3029 parser->recursion --; in ucl_parser_insert_chunk()
|
| /freebsd-12-stable/contrib/bc/locales/ |
| D | es_ES.utf8.msg | 92 5 "recursion en la invocación de read()"
|
| D | es_ES.UTF-8.msg | 92 5 "recursion en la invocación de read()"
|
| D | es_ES.ISO8859-1.msg | 92 5 "recursion en la invocaci�n de read()"
|
| D | es_ES.ISO8859-15.msg | 92 5 "recursion en la invocaci�n de read()"
|
| /freebsd-12-stable/contrib/file/ |
| D | ChangeLog | 473 * Change indirect recursion limit to indirect use count and 614 * Split name/use and indirect magic recursion limits. 618 * Adjust ELF parameters and the default recursion 620 * Allow setting the recursion level dynamically. 629 - reduce the number of recursion levels from 20 to 10 764 * Count recursion levels through indirect magic 768 * Prevent infinite recursion on files with indirect offsets of 0 846 * limit recursion level for mget
|
| /freebsd-12-stable/contrib/unbound/doc/ |
| D | TODO | 39 …data (on local lan), stores recursion lookup. Provides one cache for multiple resolver machines, …
|
| /freebsd-12-stable/contrib/gcclibs/libmudflap/ |
| D | ChangeLog | 445 ANSI C conversion, libmudflap specialization, recursion limiting. 448 (splay_tree_s): Add statistics and recursion control fields 450 * splay-tree.c (splay_tree_splay_helper): Track recursion depth. 452 (splay_tree_splay): Manage recursion limiting with rebalancing as 978 (__mf_find_objects_rec): Reduce unnecessary recursion. 1481 Unify recursion protection with hooks. 1486 * mf-hooks.c: Much off-by-one fixing, recursion protection.
|
| /freebsd-12-stable/sys/netgraph/ |
| D | ng_pptpgre.c | 81 u_char recursion:3; /* recursion control */ member 96 u_char recursion:3; /* recursion control */
|