Searched defs:PL_PostEvent (Results 1 - 8 of 8) 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
/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 389 milliseconds