Searched defs:GetPID (Results 1 - 9 of 9) sorted by relevance

/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/lock/test/
H A DTestIPCLocks.cpp58 static unsigned GetPID() function
64 static unsigned GetPID() function
69 static unsigned int GetPID() function
82 nb = PR_snprintf(buf, sizeof(buf), "[%u:%p] ", GetPID(), PR_GetCurrentThread());
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h4437 nsresult (*GetPID)( member in struct:IInternalSessionControl_vtbl
H A DVBoxCAPI_v3_0.h4963 nsresult (*GetPID)( member in struct:IInternalSessionControl_vtbl
H A DVBoxCAPI_v3_1.h4861 nsresult (*GetPID)( member in struct:IInternalSessionControl_vtbl
H A DVBoxCAPI_v3_2.h5092 nsresult (*GetPID)( member in struct:IInternalSessionControl_vtbl
H A DVBoxCAPI_v4_0.h5520 nsresult (*GetPID)( member in struct:IInternalSessionControl_vtbl
H A DVBoxCAPI_v4_1.h5912 nsresult (*GetPID)( member in struct:IInternalSessionControl_vtbl
H A DVBoxCAPI_v4_2.h4969 nsresult (*GetPID)(IProcess *pThis, PRUint32 *PID); member in struct:IProcess_vtbl
6853 nsresult (*GetPID)( member in struct:IInternalSessionControl_vtbl
H A DVBoxCAPI_v4_3.h9382 nsresult (*GetPID)(IProcess *pThis, PRUint32 *PID); member in struct:IProcess_vtbl
9452 nsresult (*GetPID)(IProcess *pThis, PRUint32 *PID); member in struct:IProcessVtbl
9519 #define IProcess_get_PID(p, aPID) ((p)->lpVtbl->GetPID(p, aPID))
9520 #define IProcess_GetPID(p, aPID) ((p)->lpVtbl->GetPID(p, aPID))
9574 nsresult (*GetPID)(IGuestProcess *pThis, PRUint32 *PID); member in struct:IGuestProcessVtbl
9641 #define IGuestProcess_get_PID(p, aPID) ((p)->lpVtbl->GetPID(p, aPID))
9642 #define IGuestProcess_GetPID(p, aPID) ((p)->lpVtbl->GetPID(p, aPID))

Completed in 269 milliseconds