We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ef29c5 commit c6f23fdCopy full SHA for c6f23fd
src/analyses/pthreadBarriers.ml
@@ -136,7 +136,7 @@ struct
136
let multitprocess = not @@ Queries.AD.is_null @@ man.ask (Queries.MayPointTo attr) in
137
if multitprocess then M.warn "Barrier initialized with a non-NULL attr argument. Handled as if PTHREAD_PROCESS_SHARED potentially set.";
138
let count = man.ask (Queries.EvalInt count) in
139
- let publish_one b = man.sideg b (multitprocess, count, Waiters.bot ()) in
+ let publish_one b = man.sideg b (multiprocess, count, Waiters.bot ()) in
140
let barriers = possible_vinfos (Analyses.ask_of_man man) barrier in
141
List.iter publish_one barriers;
142
man.local
0 commit comments