Searched refs:PR_CancelWaitFileDesc (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprmwait.h48 #define PR_CancelWaitFileDesc VBoxNsprPR_CancelWaitFileDesc macro
102 ** calling PR_CancelWaitFileDesc() or destroying the
245 ** FUNCTION: PR_CancelWaitFileDesc
247 ** PR_CancelWaitFileDesc is provided as a means for cancelling operations
277 NSPR_API(PRStatus) PR_CancelWaitFileDesc(PRWaitGroup *group, PRRecvWait *desc);
338 ** PR_CancelWaitFileDesc().
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dmultiwait.c237 rv = PR_CancelWaitFileDesc(shared->group, desc_in);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dprmwait.c1073 PR_IMPLEMENT(PRStatus) PR_CancelWaitFileDesc(PRWaitGroup *group, PRRecvWait *desc)
1142 } /* PR_CancelWaitFileDesc */

Completed in 1025 milliseconds