Searched defs:PRRecvWait (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprmwait.h137 ** STRUCTURE: PRRecvWait
152 typedef struct PRRecvWait struct
163 } PRRecvWait; typedef in typeref:struct:PRRecvWait
193 ** desc A reference to a valid PRRecvWait. The object of the
208 NSPR_API(PRStatus) PR_AddWaitFileDesc(PRWaitGroup *group, PRRecvWait *desc);
242 NSPR_API(PRRecvWait*) PR_WaitRecvReady(PRWaitGroup *group);
252 ** PRRecvWait object with the outcome noted.
277 NSPR_API(PRStatus) PR_CancelWaitFileDesc(PRWaitGroup *group, PRRecvWait *desc);
284 ** successive call will return a pointer to a PRRecvWait object that
294 ** PRRecvWait* I
[all...]

Completed in 41 milliseconds