Searched defs:PLEvent (Results 1 - 8 of 8) sorted by relevance
/vbox/src/libs/xpcom18a4/xpcom/threads/ |
H A D | plevent.h | 46 define must include a PLEvent struct as their first field: 49 PLEvent e; 237 typedef struct PLEvent PLEvent; typedef in typeref:struct:PLEvent 344 PL_PostEvent(PLEventQueue* self, PLEvent* event); 356 PL_PostSynchronousEvent(PLEventQueue* self, PLEvent* event); 362 PR_EXTERN(PLEvent*) 376 (PR_CALLBACK *PLEventFunProc)(PLEvent* event, void* data, PLEventQueue* queue); 412 PR_EXTERN(PLEvent*) 463 (PR_CALLBACK *PLHandleEventProc)(PLEvent* sel 532 struct PLEvent { struct [all...] |
/vbox/src/VBox/Main/cbinding/ |
H A D | VBoxCAPI_v3_0.h | 469 typedef struct PLEvent PLEvent; typedef in typeref:struct:PLEvent 495 PR_EXTERN(PRStatus) PL_PostEvent(PLEventQueue* self, PLEvent* event); 496 PR_EXTERN(void*) PL_PostSynchronousEvent(PLEventQueue* self, PLEvent* event); 497 PR_EXTERN(PLEvent*) PL_GetEvent(PLEventQueue* self); 500 typedef void (PR_CALLBACK *PLEventFunProc)(PLEvent* event, void* data, PLEventQueue* queue); 505 PR_EXTERN(PLEvent*) PL_WaitForEvent(PLEventQueue* self); 511 typedef void* (PR_CALLBACK *PLHandleEventProc)(PLEvent* self); 512 typedef void (PR_CALLBACK *PLDestroyEventProc)(PLEvent* self); 514 PL_InitEvent(PLEvent* sel 523 struct PLEvent { struct [all...] |
H A D | VBoxCAPI_v3_1.h | 469 typedef struct PLEvent PLEvent; typedef in typeref:struct:PLEvent 495 PR_EXTERN(PRStatus) PL_PostEvent(PLEventQueue* self, PLEvent* event); 496 PR_EXTERN(void*) PL_PostSynchronousEvent(PLEventQueue* self, PLEvent* event); 497 PR_EXTERN(PLEvent*) PL_GetEvent(PLEventQueue* self); 500 typedef void (PR_CALLBACK *PLEventFunProc)(PLEvent* event, void* data, PLEventQueue* queue); 505 PR_EXTERN(PLEvent*) PL_WaitForEvent(PLEventQueue* self); 511 typedef void* (PR_CALLBACK *PLHandleEventProc)(PLEvent* self); 512 typedef void (PR_CALLBACK *PLDestroyEventProc)(PLEvent* self); 514 PL_InitEvent(PLEvent* sel 523 struct PLEvent { struct [all...] |
H A D | VBoxCAPI_v3_2.h | 469 typedef struct PLEvent PLEvent; typedef in typeref:struct:PLEvent 495 PR_EXTERN(PRStatus) PL_PostEvent(PLEventQueue* self, PLEvent* event); 496 PR_EXTERN(void*) PL_PostSynchronousEvent(PLEventQueue* self, PLEvent* event); 497 PR_EXTERN(PLEvent*) PL_GetEvent(PLEventQueue* self); 500 typedef void (PR_CALLBACK *PLEventFunProc)(PLEvent* event, void* data, PLEventQueue* queue); 505 PR_EXTERN(PLEvent*) PL_WaitForEvent(PLEventQueue* self); 511 typedef void* (PR_CALLBACK *PLHandleEventProc)(PLEvent* self); 512 typedef void (PR_CALLBACK *PLDestroyEventProc)(PLEvent* self); 514 PL_InitEvent(PLEvent* sel 523 struct PLEvent { struct [all...] |
H A D | VBoxCAPI_v4_0.h | 469 typedef struct PLEvent PLEvent; typedef in typeref:struct:PLEvent 495 PR_EXTERN(PRStatus) PL_PostEvent(PLEventQueue* self, PLEvent* event); 496 PR_EXTERN(void*) PL_PostSynchronousEvent(PLEventQueue* self, PLEvent* event); 497 PR_EXTERN(PLEvent*) PL_GetEvent(PLEventQueue* self); 500 typedef void (PR_CALLBACK *PLEventFunProc)(PLEvent* event, void* data, PLEventQueue* queue); 505 PR_EXTERN(PLEvent*) PL_WaitForEvent(PLEventQueue* self); 511 typedef void* (PR_CALLBACK *PLHandleEventProc)(PLEvent* self); 512 typedef void (PR_CALLBACK *PLDestroyEventProc)(PLEvent* self); 514 PL_InitEvent(PLEvent* sel 523 struct PLEvent { struct [all...] |
H A D | VBoxCAPI_v4_1.h | 469 typedef struct PLEvent PLEvent; typedef in typeref:struct:PLEvent 495 PR_EXTERN(PRStatus) PL_PostEvent(PLEventQueue* self, PLEvent* event); 496 PR_EXTERN(void*) PL_PostSynchronousEvent(PLEventQueue* self, PLEvent* event); 497 PR_EXTERN(PLEvent*) PL_GetEvent(PLEventQueue* self); 500 typedef void (PR_CALLBACK *PLEventFunProc)(PLEvent* event, void* data, PLEventQueue* queue); 505 PR_EXTERN(PLEvent*) PL_WaitForEvent(PLEventQueue* self); 511 typedef void* (PR_CALLBACK *PLHandleEventProc)(PLEvent* self); 512 typedef void (PR_CALLBACK *PLDestroyEventProc)(PLEvent* self); 514 PL_InitEvent(PLEvent* sel 523 struct PLEvent { struct [all...] |
H A D | VBoxCAPI_v4_2.h | 469 typedef struct PLEvent PLEvent; typedef in typeref:struct:PLEvent 495 PR_EXTERN(PRStatus) PL_PostEvent(PLEventQueue* self, PLEvent* event); 496 PR_EXTERN(void*) PL_PostSynchronousEvent(PLEventQueue* self, PLEvent* event); 497 PR_EXTERN(PLEvent*) PL_GetEvent(PLEventQueue* self); 500 typedef void (PR_CALLBACK *PLEventFunProc)(PLEvent* event, void* data, PLEventQueue* queue); 505 PR_EXTERN(PLEvent*) PL_WaitForEvent(PLEventQueue* self); 511 typedef void* (PR_CALLBACK *PLHandleEventProc)(PLEvent* self); 512 typedef void (PR_CALLBACK *PLDestroyEventProc)(PLEvent* self); 514 PL_InitEvent(PLEvent* sel 523 struct PLEvent { struct [all...] |
H A D | VBoxCAPI_v4_3.h | 533 typedef struct PLEvent PLEvent; typedef in typeref:struct:PLEvent 559 PR_EXTERN(PRStatus) PL_PostEvent(PLEventQueue* self, PLEvent* event); 560 PR_EXTERN(void*) PL_PostSynchronousEvent(PLEventQueue* self, PLEvent* event); 561 PR_EXTERN(PLEvent*) PL_GetEvent(PLEventQueue* self); 564 typedef void (PR_CALLBACK *PLEventFunProc)(PLEvent* event, void* data, PLEventQueue* queue); 569 PR_EXTERN(PLEvent*) PL_WaitForEvent(PLEventQueue* self); 575 typedef void* (PR_CALLBACK *PLHandleEventProc)(PLEvent* self); 576 typedef void (PR_CALLBACK *PLDestroyEventProc)(PLEvent* self); 578 PL_InitEvent(PLEvent* sel 587 struct PLEvent { struct [all...] |
Completed in 1441 milliseconds