Searched refs:PRRecvWait (Results 1 - 6 of 6) sorted by relevance
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/ |
H A D | prmwait.h | 137 ** 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...] |
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/private/ |
H A D | pprmwait.h | 69 PRRecvWait *recv_wait; /* hash table of receive wait objects */ 129 PRRecvWait **waiter; /* pointer into hash table */
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/ |
H A D | multiwait.c | 87 static void PrintRecvDesc(PRRecvWait *desc, const char *msg) 93 debug, "%s: PRRecvWait(@0x%x): {fd: 0x%x, outcome: %s, tmo: %u}\n", 118 static PRRecvWait *CreateRecvWait(PRFileDesc *fd, PRIntervalTime timeout) 120 PRRecvWait *desc_out = PR_NEWZAP(PRRecvWait); 136 static void DestroyRecvWait(PRRecvWait *desc_out) 149 PRRecvWait *desc_out; 224 PRRecvWait *desc_out, *desc_in = PR_NEWZAP(PRRecvWait); 258 PRRecvWait *desc_ou [all...] |
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/ |
H A D | prmwait.c | 281 static _PR_HashStory MW_AddHashInternal(PRRecvWait *desc, _PRWaiterHash *hash) 299 PRRecvWait **waiter; 341 PRRecvWait **desc; 372 sizeof(_PRWaiterHash) + (length * sizeof(PRRecvWait*))); 411 PRWaitGroup *group, PRRecvWait **waiter, PRMWStatus outcome) 432 static PRRecvWait **_MW_LookupInternal(PRWaitGroup *group, PRFileDesc *fd) 438 PRRecvWait **desc; 461 PRRecvWait **waiter; 649 PRRecvWait *desc = (PRRecvWait*)io_read [all...] |
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/ |
H A D | _winnt.h | 140 struct PRRecvWait *desc; /* For multiwait I/O, this structure 141 * is associated with a PRRecvWait
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/ |
H A D | ntio.c | 321 PRRecvWait *desc;
|
Completed in 78 milliseconds