Home
last modified time | relevance | path

Searched refs:witnesses (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dwitness.h109 witness_list_t witnesses; member
113 #define WITNESS_TSD_INITIALIZER { ql_head_initializer(witnesses), false }
167 witness_list_t *witnesses; in witness_owner() local
172 witnesses = &witness_tsd->witnesses; in witness_owner()
173 ql_foreach(w, witnesses, link) { in witness_owner()
208 witness_list_t *witnesses; in witness_assert_not_owner() local
223 witnesses = &witness_tsd->witnesses; in witness_assert_not_owner()
224 ql_foreach(w, witnesses, link) { in witness_assert_not_owner()
236 witness_list_t *witnesses; in witness_assert_depth_to_rank() local
249 witnesses = &witness_tsd->witnesses; in witness_assert_depth_to_rank()
[all …]
/freebsd/contrib/jemalloc/src/
H A Dwitness.c18 witness_lock_error_impl(const witness_list_t *witnesses, in witness_lock_error_impl() argument
23 ql_foreach(w, witnesses, link) { in witness_lock_error_impl()
50 witness_depth_error_impl(const witness_list_t *witnesses, in witness_depth_error_impl() argument
56 ql_foreach(w, witnesses, link) { in witness_depth_error_impl()
94 witness_list_t *witnesses; in witness_postfork_child() local
96 witnesses = &witness_tsd->witnesses; in witness_postfork_child()
97 ql_new(witnesses); in witness_postfork_child()
/freebsd/contrib/one-true-awk/testdir/
H A Dbib4876 Whoso killeth any person, the murderer shall be put to death by the mouth of witnesses: but one wit…
5371 At the mouth of two witnesses, or three witnesses, shall he that is worthy of death be put to death…
5372 The hands of the witnesses shall be first upon him to put him to death, and afterward the hands of …
5422 … sin, in any sin that he sinneth: at the mouth of two witnesses, or at the mouth of three witnesse…
6499 …to the people, Ye are witnesses against yourselves that ye have chosen you the LORD, to serve him.…
7200 And Boaz said unto the elders, and unto all the people, Ye are witnesses this day, that I have boug…
7201 … be not cut off from among his brethren, and from the gate of his place: ye are witnesses this day.
7202 And all the people that were in the gate, and the elders, said, We are witnesses. The LORD make the…
13104 Thou renewest thy witnesses against me, and increasest thine indignation upon me; changes and war a…
14298 Deliver me not over unto the will of mine enemies: for false witnesses are risen up against me, and…
[all …]
/freebsd/crypto/openssl/
H A DCHANGES.md15252 * Rabin-Miller test analyses assume uniformly distributed witnesses,