Searched refs:owner (Results 51 - 75 of 739) sorted by relevance

1234567891011>>

/macosx-10.10.1/dcerpc-61/dcerpc/libdcethread/
H A Ddcethread_mutex_lock.c91 mutex->owner = pthread_self();
H A Ddcethread_mutex_trylock.c94 mutex->owner = pthread_self();
/macosx-10.10.1/tcl-105/tcl_ext/thread/thread/generic/
H A DthreadSpCmd.h43 Tcl_ThreadId owner; /* Current lock owner thread (-1 = any) */ member in struct:Sp_AnyMutex_
54 Tcl_ThreadId owner; /* Current lock owner thread */ member in struct:Sp_ExclusiveMutex_
69 Tcl_ThreadId owner; /* Current lock owner thread */ member in struct:Sp_RecursiveMutex_
84 Tcl_ThreadId owner; /* Current lock owner thread */ member in struct:Sp_ReadWriteMutex_
/macosx-10.10.1/JavaScriptCore-7600.1.17/jit/
H A DJITWriteBarrier.h80 void set(VM& vm, CodeLocationDataLabelPtr location, JSCell* owner, JSCell* value) argument
82 vm.heap.writeBarrier(owner, value);
119 void set(VM& vm, CodeLocationDataLabelPtr location, JSCell* owner, T* value) argument
121 validateCell(owner);
123 JITWriteBarrierBase::set(vm, location, owner, value);
125 void set(VM& vm, JSCell* owner, T* value) argument
127 set(vm, location(), owner, value);
/macosx-10.10.1/postfix-255/postfix/src/global/
H A Dtok822_tree.c134 t2->owner = t1->owner;
136 (t2 = t2->next)->owner = t1->owner;
154 t2->owner = t1->owner;
156 (t2 = t2->next)->owner = t1->owner;
213 (t2 = t2->next)->owner = t1;
231 (t2 = t2->next)->owner
[all...]
/macosx-10.10.1/apr-32/apr-util/apr-util/include/
H A Dapr_thread_pool.h94 * @param owner Owner of this task.
101 void *owner);
108 * @param owner Owner of this task.
115 void *owner);
123 * @param owner Owner of this task.
130 void *owner);
133 * Cancel tasks submitted by the owner. If there is any task from the owner that
136 * @param owner Owner of the task
142 void *owner);
[all...]
/macosx-10.10.1/emacs-93/emacs/src/
H A Dfilelock.c427 current_lock_owner (owner, lfname)
428 lock_info_type *owner;
465 /* Even if the caller doesn't want the owner info, we still have to
467 if (!owner)
469 owner = (lock_info_type *) alloca (sizeof (lock_info_type));
483 owner->user = (char *) xmalloc (len + 1);
484 strncpy (owner->user, lfinfo, len);
485 owner->user[len] = 0;
488 owner->pid = atoi (dot + 1);
494 owner
730 int owner; variable
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecode/
H A DPolymorphicPutByIdList.h61 JSCell* owner,
69 result.m_oldStructure.set(vm, owner, oldStructure);
70 result.m_newStructure.set(vm, owner, newStructure);
71 result.m_chain.set(vm, owner, chain);
79 JSCell* owner,
85 result.m_oldStructure.set(vm, owner, structure);
94 JSCell* owner,
103 result.m_oldStructure.set(vm, owner, structure);
106 result.m_chain.set(vm, owner, chain);
59 transition( VM& vm, JSCell* owner, Structure* oldStructure, Structure* newStructure, StructureChain* chain, PassRefPtr<JITStubRoutine> stubRoutine) argument
77 replace( VM& vm, JSCell* owner, Structure* structure, PassRefPtr<JITStubRoutine> stubRoutine) argument
92 setter( VM& vm, JSCell* owner, AccessType accessType, Structure* structure, StructureChain* chain, PutPropertySlot::PutValueFunc customSetter, PassRefPtr<JITStubRoutine> stubRoutine) argument
H A DInstruction.h74 Instruction(VM& vm, JSCell* owner, Structure* structure) argument
77 u.structure.set(vm, owner, structure);
79 Instruction(VM& vm, JSCell* owner, StructureChain* structureChain) argument
82 u.structureChain.set(vm, owner, structureChain);
84 Instruction(VM& vm, JSCell* owner, JSCell* jsCell) argument
87 u.jsCell.set(vm, owner, jsCell);
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/libldap_r/
H A Drmutex.c106 ldap_pvt_thread_t owner )
126 if ( !ldap_pvt_thread_equal( rm->ltrm_owner, owner )) {
135 rm->ltrm_owner = owner;
138 rm->ltrm_owner = owner;
149 ldap_pvt_thread_t owner )
168 if ( !ldap_pvt_thread_equal( owner, rm->ltrm_owner )) {
173 rm->ltrm_owner = owner;
184 ldap_pvt_thread_t owner )
199 if( !ldap_pvt_thread_equal( owner, rm->ltrm_owner )) {
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cdsa_client/
H A Dcspclient.h154 const AclEntryInput *owner() const { return mOwner; } function in class:Security::CssmClient::RccBearer
155 void owner(const CSSM_ACL_ENTRY_INPUT *owner) { mOwner = AclEntryInput::overlay(owner); } argument
156 void owner(const CSSM_ACL_ENTRY_INPUT &owner) { this->owner(&owner); } argument
157 void owner(const CSSM_ACL_ENTRY_PROTOTYPE *owner);
158 owner(const CSSM_ACL_ENTRY_PROTOTYPE &owner) argument
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cdsa_client/lib/
H A Dcspclient.h154 const AclEntryInput *owner() const { return mOwner; } function in class:Security::CssmClient::RccBearer
155 void owner(const CSSM_ACL_ENTRY_INPUT *owner) { mOwner = AclEntryInput::overlay(owner); } argument
156 void owner(const CSSM_ACL_ENTRY_INPUT &owner) { this->owner(&owner); } argument
157 void owner(const CSSM_ACL_ENTRY_PROTOTYPE *owner);
158 owner(const CSSM_ACL_ENTRY_PROTOTYPE &owner) argument
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/API/
H A DJSVirtualMachine.mm165 - (void)addManagedReference:(id)object withOwner:(id)owner
168 [object didAddOwner:owner];
171 owner = getInternalObjcObject(owner);
173 if (!object || !owner)
177 if ([self isOldExternalObject:owner] && ![self isOldExternalObject:object])
178 [self addExternalRememberedObject:owner];
180 NSMapTable *ownedObjects = [m_externalObjectGraph objectForKey:owner];
186 [m_externalObjectGraph setObject:ownedObjects forKey:owner];
194 - (void)removeManagedReference:(id)object withOwner:(id)owner
[all...]
/macosx-10.10.1/xnu-2782.1.97/osfmk/vm/
H A Dvm_purgeable.c86 void vm_purgeable_nonvolatile_owner_update(task_t owner,
88 void vm_purgeable_volatile_owner_update(task_t owner,
691 task_t owner; local
717 owner = object->vo_purgeable_owner;
718 if (owner) {
719 object_task_importance = task_importance_estimate(owner);
755 /* one less volatile object for this object's owner */
768 /* one more nonvolatile object for this object's owner */
1001 /* one less nonvolatile object for this object's owner */
1012 /* one more volatile object for this object's owner */
1073 task_t owner; local
1433 vm_purgeable_nonvolatile_enqueue( vm_object_t object, task_t owner) argument
1492 task_t owner; local
1531 task_t owner; local
1674 vm_purgeable_nonvolatile_owner_update( task_t owner, int delta) argument
1694 vm_purgeable_volatile_owner_update( task_t owner, int delta) argument
1718 task_t owner; local
[all...]
/macosx-10.10.1/IOSCSIParallelFamily-300.0.2/
H A DSCSIParallelTimer.h59 CreateTimerEventSource ( OSObject * owner, Action action = 0 );
61 bool Init ( OSObject * owner, Action action );
/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGEdgeDominates.h48 bool result = m_graph.m_dominators.dominates(edge.node()->misc.owner, m_block);
51 "Checking if ", edge, " in ", *edge.node()->misc.owner,
H A DDFGCommonData.h57 WeakReferenceTransition(VM& vm, JSCell* owner, JSCell* codeOrigin, JSCell* from, JSCell* to) argument
58 : m_from(vm, owner, from)
59 , m_to(vm, owner, to)
62 m_codeOrigin.set(vm, owner, codeOrigin);
H A DDFGDesiredWriteBarriers.cpp36 DesiredWriteBarrier::DesiredWriteBarrier(Type type, CodeBlock* codeBlock, unsigned index, JSCell* owner) argument
37 : m_owner(owner)
44 DesiredWriteBarrier::DesiredWriteBarrier(Type type, CodeBlock* codeBlock, InlineCallFrame* inlineCallFrame, JSCell* owner) argument
45 : m_owner(owner)
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebPage/mac/
H A DPlatformCALayerRemoteCustom.h50 PlatformCALayerRemoteCustom(WebCore::PlatformCALayer::LayerType, PlatformLayer *, WebCore::PlatformCALayerClient* owner, RemoteLayerTreeContext&);
52 virtual PassRefPtr<WebCore::PlatformCALayer> clone(WebCore::PlatformCALayerClient* owner) const override;
/macosx-10.10.1/ntp-92/include/
H A Dcopyright.def5 owner = "David L. Mills and/or others";
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOFilterInterruptEventSource.cpp134 IOTimeStampStartConstant(IODBG_INTES(IOINTES_SEMA), (uintptr_t) this, (uintptr_t) owner);
139 IOTimeStampEndConstant(IODBG_INTES(IOINTES_SEMA), (uintptr_t) this, (uintptr_t) owner);
163 VM_KERNEL_UNSLIDE(filterAction), (uintptr_t) owner, (uintptr_t) this, (uintptr_t) workLoop);
172 filterRes = (*filterAction)(owner, this);
187 VM_KERNEL_UNSLIDE(filterAction), (uintptr_t) owner, (uintptr_t) this, (uintptr_t) workLoop);
203 VM_KERNEL_UNSLIDE(filterAction), (uintptr_t) owner, (uintptr_t) this, (uintptr_t) workLoop);
212 filterRes = (*filterAction)(owner, this);
227 VM_KERNEL_UNSLIDE(filterAction), (uintptr_t) owner, (uintptr_t) this, (uintptr_t) workLoop);
H A DIOPMPowerStateQueue.h55 virtual bool init( OSObject * owner, Action action );
58 static IOPMPowerStateQueue * PMPowerStateQueue( OSObject * owner, Action action );
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWQEventSource.h46 bool init(IOFireWireController *owner);
/macosx-10.10.1/Security-57031.1.35/Security/include/security_keychain/
H A DAccess.cpp52 SecPointer<ACL> owner = new ACL(*this); local
53 owner->setAuthorization(CSSM_ACL_AUTHORIZATION_CHANGE_ACL);
54 addOwner(owner);
89 // owner "entry"
90 SecPointer<ACL> owner = new ACL(*this, descriptor, ACL::defaultSelector); local
91 owner->setAuthorization(CSSM_ACL_AUTHORIZATION_CHANGE_ACL);
92 addOwner(owner);
128 AutoAclOwnerPrototype owner; local
129 source.getOwner(owner);
132 compile(*owner, acl
139 Access(const CSSM_ACL_OWNER_PROTOTYPE &owner, uint32 aclCount, const CSSM_ACL_ENTRY_INFO *acls) argument
244 AclOwnerPrototype owner; local
324 compile(const CSSM_ACL_OWNER_PROTOTYPE &owner, uint32 aclCount, const CSSM_ACL_ENTRY_INFO *acls) argument
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DAccess.cpp52 SecPointer<ACL> owner = new ACL(*this); local
53 owner->setAuthorization(CSSM_ACL_AUTHORIZATION_CHANGE_ACL);
54 addOwner(owner);
89 // owner "entry"
90 SecPointer<ACL> owner = new ACL(*this, descriptor, ACL::defaultSelector); local
91 owner->setAuthorization(CSSM_ACL_AUTHORIZATION_CHANGE_ACL);
92 addOwner(owner);
128 AutoAclOwnerPrototype owner; local
129 source.getOwner(owner);
132 compile(*owner, acl
139 Access(const CSSM_ACL_OWNER_PROTOTYPE &owner, uint32 aclCount, const CSSM_ACL_ENTRY_INFO *acls) argument
244 AclOwnerPrototype owner; local
324 compile(const CSSM_ACL_OWNER_PROTOTYPE &owner, uint32 aclCount, const CSSM_ACL_ENTRY_INFO *acls) argument
[all...]

Completed in 170 milliseconds

1234567891011>>