1HPL_bwait(3) HPL Library Functions HPL_bwait(3)
2
3
4
6 HPL_bwait - Finalize the row broadcast.
7
9 #include "hpl.h"
10
11 int HPL_bwait( HPL_T_panel * PANEL );
12
14 HPL_bwait HPL_bwait waits for the row broadcast of the current
15 panel to terminate. Successful completion is indicated by the
16 returned error code HPL_SUCCESS.
17
19 PANEL (input/output) HPL_T_panel *
20 On entry, PANEL points to the current panel data structure
21 being broadcast.
22
24 HPL_binit (3), HPL_bcast (3).
25
26
27
28HPL 2.2 February 24, 2016 HPL_bwait(3)