Searched defs:mOwnerID (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/transmngr/common/
H A DtmTransaction.h108 * mOwnerID only has relevance on the IPC daemon side of things. The
120 tmTransaction(): mHeader(nsnull), mRawMessageLength(0), mOwnerID(0) { }
213 PRUint32 GetOwnerID() const { return mOwnerID; }
230 PRUint32 mOwnerID; // client who sent this trans. - a IPC ClientID member in class:tmTransaction
/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/lock/src/module/
H A DipcLockModule.cpp76 PRUint32 mOwnerID; // client ID of this lock's owner member in struct:ipcLockContext
81 : mOwnerID(ownerID)
137 while (ctx->mOwnerID != cid && ctx->mNextPending)
139 if (ctx->mOwnerID != cid) {
175 if (ctx->mOwnerID == cid) {
184 ctx->mOwnerID = next->mOwnerID;
190 ipcLockModule_Send(ctx->mOwnerID, key, IPC_LOCK_OP_STATUS_ACQUIRED);
204 if (ctx->mOwnerID == cid) {
235 if (ctx->mOwnerID !
[all...]

Completed in 4361 milliseconds