©2004 by Marc J. Rochkind. All rights reserved. Portions marked "Open Source" may be copied under license.

 

Main Page   Modules   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

c6/pcsync_sig.h

Go to the documentation of this file.
00001 #ifndef _PCSYNC_SIG_H
00002 #define _PCSYNC_SIG_H
00003 
00004 struct pcsync {
00005     sigset_t old_set;
00006 };
00007 
00008 bool pcsync_init(struct pcsync *p);
00009 bool pcsync_wait_for_parent(struct pcsync *p);
00010 bool pcsync_unblock_children(struct pcsync *p, int children,
00011   pid_t *pid_child);
00012 bool pcsync_end(struct pcsync *p);
00013 
00014 #endif /* _PCSYNC_SIG_H */

Generated on Fri Apr 23 10:56:58 2004 for AUP2 Example Source by doxygen 1.3.1