Searched refs:exclusive (Results 1 - 25 of 71) sorted by relevance

123

/macosx-10.10.1/ruby-106/ruby/
H A Dprelude.rb5 # Thread.exclusive { block } => obj
10 def self.exclusive singleton method in class:Thread
/macosx-10.10.1/xnu-2782.1.97/osfmk/i386/
H A Dvmx.h46 int host_vmxon(boolean_t exclusive);
/macosx-10.10.1/Librpcsvc-24/
H A Dklm_prot.x76 bool exclusive; /* FALSE if shared lock */
106 bool exclusive;
114 bool exclusive;
H A Dnlm_prot.x34 bool exclusive;
74 bool exclusive;
83 bool exclusive;
89 bool exclusive;
165 bool exclusive;
203 bool exclusive;
215 bool exclusive;
224 bool exclusive;
/macosx-10.10.1/ppp-786.1.1/Controller/
H A Dne_sm_bridge_private.h23 bool ne_sm_bridge_request_install(ne_sm_bridge_t bridge, bool exclusive);
/macosx-10.10.1/NFS-82/rpc.lockd/
H A Dlock_proc.c585 holder = testlock(&arg4, arg->exclusive, 0);
624 holder = testlock(&arg4, arg->exclusive, 0);
670 arg4.exclusive = arg->exclusive;
695 arg4.exclusive = arg->exclusive;
712 carg.exclusive = arg4.exclusive;
737 arg4.exclusive = arg->exclusive;
[all...]
H A Dnlm_prot_xdr.c49 if (!xdr_bool(xdrs, &objp->exclusive))
137 if (!xdr_bool(xdrs, &objp->exclusive))
156 if (!xdr_bool(xdrs, &objp->exclusive))
169 if (!xdr_bool(xdrs, &objp->exclusive))
281 if (!xdr_bool(xdrs, &objp->exclusive))
364 if (!xdr_bool(xdrs, &objp->exclusive))
390 if (!xdr_bool(xdrs, &objp->exclusive))
409 if (!xdr_bool(xdrs, &objp->exclusive))
H A Dlockd_lock.h30 struct nlm4_holder * testlock(struct nlm4_lock *lock, bool_t exclusive, int flags);
54 #define LOCK_ANSWER_LOCK_EXCL 0x0004 /* lock is exclusive */
H A Dlockd_lock.c180 int exclusive; member in struct:monfile
216 const bool_t exclusive, struct nlm4_holder *dest);
222 const bool_t exclusive, const int32_t svid,
395 fl->client.exclusive, fl->client.svid,
412 copy_nlm4_lock_to_nlm4_holder(src, exclusive, dest)
414 const bool_t exclusive;
418 dest->exclusive = exclusive;
485 const bool_t exclusive, const int32_t svid,
489 fl->client.exclusive
484 fill_file_lock(struct file_lock *fl, const bool_t exclusive, const int32_t svid, const u_int64_t offset, const u_int64_t len, const int state, const int status, const int flags, const int blocking) argument
2178 testlock(struct nlm4_lock *lock, bool_t exclusive, int flags __unused) argument
[all...]
H A Dnlm_prot.h35 bool_t exclusive; member in struct:nlm_holder
129 bool_t exclusive; member in struct:nlm_lockargs
147 bool_t exclusive; member in struct:nlm_cancargs
162 bool_t exclusive; member in struct:nlm_testargs
323 bool_t exclusive; member in struct:nlm4_holder
406 bool_t exclusive; member in struct:nlm4_testargs
436 bool_t exclusive; member in struct:nlm4_lockargs
454 bool_t exclusive; member in struct:nlm4_cancargs
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWAddressSpace.h136 void setExclusive( bool exclusive );
288 @abstract Checks if an address space wants exclusive control of its address range
289 @result True if the address space is marked exclusive false otherwise
296 @abstract Sets if this address space requires exclusive control of its address range. Exclusivity should be set before an address space is activated.
297 @param exclusive True if address space should be exclusive, false otherwise
301 inline void setExclusive( bool exclusive )
302 { fIOFWAddressSpaceExpansion->fAuxiliary->setExclusive( exclusive ); }
H A DIOFWAddressSpace.cpp226 void IOFWAddressSpaceAux::setExclusive( bool exclusive )
228 fExclusive = exclusive;
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Ddecmpfs.h85 void *lockowner; /* cnode's lock owner (if a thread is currently holding an exclusive lock) */
110 boolean_t decmpfs_trylock_compressed_data(decmpfs_cnode *cp, int exclusive);
111 void decmpfs_lock_compressed_data(decmpfs_cnode *cp, int exclusive);
112 void decmpfs_unlock_compressed_data(decmpfs_cnode *cp, int exclusive);
/macosx-10.10.1/CPANInternal-159.1/Log-Dispatch-2.34/lib/Log/Dispatch/File/
H A DLocked.pm65 obtains an exclusive lock on the file before writing to it.
/macosx-10.10.1/ruby-106/ruby/sample/drb/
H A Dname.rb47 Thread.exclusive do
/macosx-10.10.1/xnu-2782.1.97/osfmk/i386/vmx/
H A Dvmx_cpu.c283 host_vmxon(boolean_t exclusive) argument
294 if (vmx_exclusive || (exclusive && vmx_use_count)) {
299 vmx_exclusive = exclusive;
/macosx-10.10.1/gpatch-3/patch/
H A Dinp.c335 int exclusive; local
341 exclusive = TMPINNAME_needs_removal ? 0 : O_EXCL;
343 tifd = create_file (TMPINNAME, O_RDWR | O_BINARY | exclusive, (mode_t) 0);
/macosx-10.10.1/PowerManagement-494.1.2/AppleSmartBatteryManager/
H A DAppleSmartBattery.h156 void handleExclusiveAccess(bool exclusive);
/macosx-10.10.1/Security-57031.1.35/Security/include/security_codesigning/
H A Dcsdatabase.cpp123 Transaction xa(*this, Transaction::exclusive); // lock out everyone
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dcsdatabase.cpp123 Transaction xa(*this, Transaction::exclusive); // lock out everyone
/macosx-10.10.1/ruby-106/ruby/lib/
H A Dsync.rb32 # Sync#exclusive?
81 alias exclusive? sync_exclusive?
105 defined? exclusive? and
/macosx-10.10.1/Heimdal-398.1.2/lib/krb5/
H A Dfcache.c72 _krb5_xlock(krb5_context context, int fd, krb5_boolean exclusive, argument
81 l.l_type = exclusive ? F_WRLCK : F_RDLCK;
85 ret = flock(fd, exclusive ? LOCK_EX : LOCK_SH);
175 int fd, krb5_boolean exclusive)
177 return _krb5_xlock(context, fd, exclusive, fcc_get_name(context, id));
393 krb5_boolean exclusive = ((flags | O_WRONLY) == flags || local
415 if((ret = fcc_lock(context, id, fd, exclusive)) != 0) {
174 fcc_lock(krb5_context context, krb5_ccache id, int fd, krb5_boolean exclusive) argument
/macosx-10.10.1/libxml2-26/libxml2/python/
H A Dlibxml.py418 # exclusive: the exclusive flag (0 - non-exclusive
419 # canonicalization; otherwise - exclusive canonicalization)
422 # exclusive canonicalization, ignored otherwise)
427 exclusive=0,
435 exclusive != 0,
441 exclusive=0,
449 exclusive != 0,
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/python/
H A Dlibxml.py390 # exclusive: the exclusive flag (0 - non-exclusive
391 # canonicalization; otherwise - exclusive canonicalization)
394 # exclusive canonicalization, ignored otherwise)
399 exclusive=0,
407 exclusive != 0,
413 exclusive=0,
421 exclusive != 0,
/macosx-10.10.1/vim-55/runtime/syntax/
H A Diss.vim98 syn keyword issComponentsFlags dontinheritcheck exclusive fixed restart disablenouninstallwarning
104 syn keyword issTasksFlags checkedonce dontinheritcheck exclusive restart unchecked

Completed in 201 milliseconds

123