Searched refs:PL_PostEvent (Results 1 - 12 of 12) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/threads/
H A Dplevent.h65 PL_PostEvent or PL_PostSynchronousEvent. Events can also have an
95 PL_PostEvent(myQueue, &event->e);
101 If you don't call PL_InitEvent and PL_PostEvent within the
220 #define PL_PostEvent VBoxNsplPL_PostEvent macro
344 PL_PostEvent(PLEventQueue* self, PLEvent* event);
347 ** Like PL_PostEvent, this routine posts an event to the event handling
665 #define PR_PostEvent PL_PostEvent
H A DnsEventQueue.cpp268 return PL_PostEvent(mEventQueue, aEvent) == PR_SUCCESS ? NS_OK : NS_ERROR_FAILURE;
H A Dplevent.c329 PL_PostEvent(PLEventQueue* self, PLEvent* event)
405 PL_PostEvent(self, event);
/vbox/src/libs/xpcom18a4/nsprpub/lib/tests/windows/
H A Dwinevent.c58 ** via the PL_PostEvent() function. The event handler
275 PL_PostEvent( padQueue, &ev->plEvent );
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/w16gui/
H A Dpoppad.c605 PL_PostEvent( padQueue, &ev->plEvent );
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v3_0.h456 # define PL_PostEvent VBoxNsplPL_PostEvent macro
495 PR_EXTERN(PRStatus) PL_PostEvent(PLEventQueue* self, PLEvent* event);
H A DVBoxCAPI_v3_1.h456 # define PL_PostEvent VBoxNsplPL_PostEvent macro
495 PR_EXTERN(PRStatus) PL_PostEvent(PLEventQueue* self, PLEvent* event);
H A DVBoxCAPI_v3_2.h456 # define PL_PostEvent VBoxNsplPL_PostEvent macro
495 PR_EXTERN(PRStatus) PL_PostEvent(PLEventQueue* self, PLEvent* event);
H A DVBoxCAPI_v4_0.h456 # define PL_PostEvent VBoxNsplPL_PostEvent macro
495 PR_EXTERN(PRStatus) PL_PostEvent(PLEventQueue* self, PLEvent* event);
H A DVBoxCAPI_v4_1.h456 # define PL_PostEvent VBoxNsplPL_PostEvent macro
495 PR_EXTERN(PRStatus) PL_PostEvent(PLEventQueue* self, PLEvent* event);
H A DVBoxCAPI_v4_2.h456 # define PL_PostEvent VBoxNsplPL_PostEvent macro
495 PR_EXTERN(PRStatus) PL_PostEvent(PLEventQueue* self, PLEvent* event);
H A DVBoxCAPI_v4_3.h520 # define PL_PostEvent VBoxNsplPL_PostEvent macro
559 PR_EXTERN(PRStatus) PL_PostEvent(PLEventQueue* self, PLEvent* event);

Completed in 1522 milliseconds