- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for observations (0.05 seconds)
-
src/test/java/org/codelibs/fess/ds/AbstractDataStoreTest.java
final Thread[] readerThreads = new Thread[readerThreadCount]; final java.util.List<Boolean>[] observations = new java.util.List[readerThreadCount]; final CountDownLatch startLatch = new CountDownLatch(1); // Initialize observation lists for (int i = 0; i < readerThreadCount; i++) { observations[i] = new java.util.ArrayList<>(); }
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 12.8K bytes - Click Count (1) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/http2/Hpack.kt
// Only search a subset of the static header table. Most entries have an empty value, so // it's unnecessary to waste cycles looking at them. This check is built on the // observation that the header entries we care about are in adjacent pairs, and we // always know the first index of the pair. if (STATIC_HEADER_TABLE[headerNameIndex - 1].value == value) {Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Sun Mar 15 09:02:18 GMT 2026 - 23.2K bytes - Click Count (0) -
doc/go_mem.html
and <i>w'</i> happens before <i>r</i>. That is, each read must observe a value written by a preceding or concurrent write. </p> <p> Additionally, observation of acausal and “out of thin air” writes is disallowed. </p> <p> Reads of memory locations larger than a single machine word are encouraged but not required to meet the same semantics
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Tue Aug 05 15:41:37 GMT 2025 - 26.6K bytes - Click Count (0)