MCPcopy Create free account
hub / github.com/google/re2j / Thread

Class Thread

java/com/google/re2j/Machine.java:21–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19
20 // A logical thread in the NFA.
21 private static class Thread {
22 Thread(int n) {
23 this.cap = new int[n];
24 }
25
26 int[] cap;
27 Inst inst;
28 }
29
30 // A queue is a 'sparse array' holding pending threads of execution. See:
31 // research.swtch.com/2008/03/using-uninitialized-memory-for-fun-and.html

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…