root / man / man3 / HPL_bwait.3 @ 1
Historique | Voir | Annoter | Télécharger (631 octet)
1 |
.TH HPL_bwait 3 "September 10, 2008" "HPL 2.0" "HPL Library Functions" |
---|---|
2 |
.SH NAME |
3 |
HPL_bwait \- Finalize the row broadcast. |
4 |
.SH SYNOPSIS |
5 |
\fB\&#include "hpl.h"\fR |
6 |
|
7 |
\fB\&int\fR |
8 |
\fB\&HPL_bwait(\fR |
9 |
\fB\&HPL_T_panel *\fR |
10 |
\fI\&PANEL\fR |
11 |
\fB\&);\fR |
12 |
.SH DESCRIPTION |
13 |
\fB\&HPL_bwait\fR |
14 |
HPL_bwait waits for the row broadcast of the current panel to |
15 |
terminate. Successful completion is indicated by the returned error |
16 |
code HPL_SUCCESS. |
17 |
.SH ARGUMENTS |
18 |
.TP 8 |
19 |
PANEL (input/output) HPL_T_panel * |
20 |
On entry, PANEL points to the current panel data structure |
21 |
being broadcast. |
22 |
.SH SEE ALSO |
23 |
.BR HPL_binit \ (3), |
24 |
.BR HPL_bcast \ (3). |