We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec2b4f5 commit 6d501ebCopy full SHA for 6d501eb
1 file changed
src/analyses/threadDescendants.ml
@@ -15,6 +15,7 @@ let must_ancestor_descendants_closure man tid =
15
let descendants = man.ask @@ Queries.DescendantThreads tid in
16
let must_ancestors_descendants = TIDs.filter (TID.must_be_ancestor tid) descendants in
17
TIDs.add tid must_ancestors_descendants
18
+
19
(** compute all descendant threads that may run along with the ego thread at a program point.
20
for all of them, tid must be an ancestor
21
@param man man of ego thread at the program point
0 commit comments