Searched refs:notified (Results 1 - 7 of 7) sorted by relevance
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/ |
H A D | w95cv.c | 96 _MDNotified *notified, *prev = NULL; local 104 post = lock->notified; /* a safe copy; we own the lock */ 107 ZeroMemory(&lock->notified, sizeof(_MDNotified)); /* reset */ 109 lock->notified.length = 0; /* these are really sufficient */ 110 lock->notified.link = NULL; 116 notified = &post; /* this is where we start */ 118 for (index = 0; index < notified->length; ++index) { 119 _MDCVar *cv = notified->cv[index].cv; 125 notified->cv[index].notifyHead = NULL; 130 if (-1 == notified 204 _MDNotified *notified = &lock->notified; local [all...] |
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/os2/ |
H A D | os2cv.c | 132 _MDNotified *notified, *prev = NULL; local 140 post = lock->notified; /* a safe copy; we own the lock */ 143 memset(&lock->notified, 0, sizeof(_MDNotified)); /* reset */ 145 lock->notified.length = 0; /* these are really sufficient */ 146 lock->notified.link = NULL; 152 notified = &post; /* this is where we start */ 154 for (index = 0; index < notified->length; ++index) { 155 _MDCVar *cv = notified->cv[index].cv; 161 notified->cv[index].notifyHead = NULL; 166 if (-1 == notified 243 _MDNotified *notified = &lock->notified; local [all...] |
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/ |
H A D | ptsynch.c | 92 _PT_Notified *notified, *prev = NULL; local 99 post = lock->notified; /* a safe copy; we own the lock */ 102 memset(&lock->notified, 0, sizeof(_PT_Notified)); /* reset */ 104 lock->notified.length = 0; /* these are really sufficient */ 105 lock->notified.link = NULL; 115 notified = &post; /* this is where we start */ 118 for (index = 0; index < notified->length; ++index) 120 PRCondVar *cv = notified->cv[index].cv; 122 PR_ASSERT(0 != notified->cv[index].times); 123 if (-1 == notified 287 _PT_Notified *notified = &cvar->lock->notified; local [all...] |
/vbox/src/libs/xpcom18a4/xpcom/threads/ |
H A D | plevent.c | 151 PRPackedBool notified; member in struct:PLEventQueue 262 self->notified = PR_FALSE; 350 if (self->type == EventQueueIsNative && !self->notified) { 356 self->notified = PR_TRUE; 453 self->notified && 458 self->notified = PR_FALSE; 602 self->notified = PR_FALSE; 632 self->notified = PR_FALSE; 636 self->notified = PR_TRUE; 1228 if (self->notified) [all...] |
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/ |
H A D | _os2.h | 179 struct _MDCVar *cv; /* the condition variable notified */ 180 PRIntn times; /* and the number of times notified */ 199 struct _MDNotified notified; /* array of conditions notified */ member in struct:_MDLock 384 if (0 != (lock)->notified.length) { \ 397 if (0 != (lock)->notified.length) { \
|
H A D | _win95.h | 167 struct _MDCVar *cv; /* the condition variable notified */ 168 PRIntn times; /* and the number of times notified */ 183 struct _MDNotified notified; /* array of conditions notified */ member in struct:_MDLock 384 #define _MD_NEW_LOCK(lock) (InitializeCriticalSection(&((lock)->mutex)),(lock)->notified.length=0,(lock)->notified.link=NULL,PR_SUCCESS)
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/private/ |
H A D | primpl.h | 176 PRCondVar *cv; /* the condition variable notified */ 177 PRIntn times; /* and the number of times notified */ 1445 _PT_Notified notified; /* array of conditions notified */ member in struct:PRLock
|
Completed in 250 milliseconds