File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -133,8 +133,8 @@ struct
133133 if Barriers. is_empty may then raise Analyses. Deadcode ;
134134 (may, must)
135135 | BarrierInit { barrier; attr; count } ->
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." ;
136+ let multiprocess = not @@ Queries.AD. is_null @@ man.ask (Queries. MayPointTo attr) in
137+ if multiprocess then M. warn " Barrier initialized with a non-NULL attr argument. Handled as if PTHREAD_PROCESS_SHARED potentially set." ;
138138 let count = man.ask (Queries. EvalInt count) in
139139 let publish_one b = man.sideg b (multitprocess, count, Waiters. bot () ) in
140140 let barriers = possible_vinfos (Analyses. ask_of_man man) barrier in
You can’t perform that action at this time.
0 commit comments