Searched refs:dispatch_semaphore_create (Results 1 - 25 of 44) sorted by relevance

12

/macosx-10.10/libdispatch-442.1.4/dispatch/
H A Dsemaphore.h40 * @function dispatch_semaphore_create
62 dispatch_semaphore_create(long value);
/macosx-10.10/libdispatch-442.1.4/man/
H A DMakefile.am19 dispatch_semaphore_create.3 \
60 $(LN) -f dispatch_semaphore_create.3 dispatch_semaphore_signal.3 && \
61 $(LN) -f dispatch_semaphore_create.3 dispatch_semaphore_wait.3 && \
/macosx-10.10/file_cmds-242/mtree/
H A Dcommoncrypto.c34 sema = dispatch_semaphore_create(0);
/macosx-10.10/Security-57031.1.35/Security/sec/SOSCircle/Regressions/
H A DSOSRegressionUtilities.c165 dispatch_semaphore_t waitSemaphore = dispatch_semaphore_create(0);
203 dispatch_semaphore_t waitSemaphore = dispatch_semaphore_create(0);
244 dispatch_semaphore_t waitSemaphore = dispatch_semaphore_create(0);
264 dispatch_semaphore_t waitSemaphore = dispatch_semaphore_create(0);
/macosx-10.10/WebCore-7600.1.25/platform/mac/
H A DContentFilterMac.mm166 dispatch_semaphore_t neFilterSourceSemaphore = dispatch_semaphore_create(0);
193 dispatch_semaphore_t neFilterSourceSemaphore = dispatch_semaphore_create(0);
/macosx-10.10/text_cmds-88/md5/
H A Dcommoncrypto.c60 sema = dispatch_semaphore_create(0);
/macosx-10.10/IOKitUser-1050.1.21/ioserviceauthorized/
H A Dopen.m61 semaphore = dispatch_semaphore_create( 0 );
/macosx-10.10/libdispatch-442.1.4/xcodescripts/
H A Dinstall-manpages.sh32 dispatch_once.3 dispatch_queue_create.3 dispatch_semaphore_create.3 \
73 ln -f dispatch_semaphore_create.3 ${m}.3
/macosx-10.10/Security-57031.1.35/Security/sec/SOSCircle/Tool/
H A Dkeychain_sync.c71 dispatch_semaphore_t waitSemaphore = dispatch_semaphore_create(0);
272 dispatch_semaphore_t waitSemaphore = dispatch_semaphore_create(0);
368 dispatch_semaphore_t waitSemaphore = dispatch_semaphore_create(0);
/macosx-10.10/Heimdal-398.1.2/lib/ipc/
H A Dtimer.c280 e->running = dispatch_semaphore_create(0);
H A Dcommon.c155 return (heim_isemaphore)dispatch_semaphore_create(value);
/macosx-10.10/Heimdal-398.1.2/lib/gssapi/cf/
H A Dtest_gsscf.c45 dispatch_semaphore_t sema = dispatch_semaphore_create(0);
253 dispatch_semaphore_t sema = dispatch_semaphore_create(0);
/macosx-10.10/smb-759.0/lib/smb/
H A Dgss.c73 aq_cred_ctx.sem = dispatch_semaphore_create(0);
331 ctx.s = dispatch_semaphore_create(0);
/macosx-10.10/WebCore-7600.1.25/platform/network/cf/
H A DResourceHandleCFURLConnectionDelegateWithOperationQueue.cpp49 , m_semaphore(dispatch_semaphore_create(0))
/macosx-10.10/libsecurity_ldap_dl-55003/lib/
H A DODBridge.cpp190 results->results_done = dispatch_semaphore_create(0);
/macosx-10.10/WebCore-7600.1.25/platform/network/mac/
H A DWebCoreResourceHandleAsOperationQueueDelegate.mm57 m_semaphore = dispatch_semaphore_create(0);
/macosx-10.10/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A Dpipes_tests.c653 r_sem = dispatch_semaphore_create(0);
654 w_sem = dispatch_semaphore_create(1);
/macosx-10.10/Security-57031.1.35/Security/sec/securityd/
H A DSOSCloudCircleServer.c327 dispatch_semaphore_t waitSemaphore = dispatch_semaphore_create(0);
683 dispatch_semaphore_t wait_for = dispatch_semaphore_create(0);
734 dispatch_semaphore_t wait_for = dispatch_semaphore_create(0);
/macosx-10.10/Security-57031.1.35/Security/utilities/src/
H A DSecDb.c186 db->read_semaphore = dispatch_semaphore_create(kSecDbMaxReaders);
187 db->write_semaphore = dispatch_semaphore_create(kSecDbMaxWriters);
364 dispatch_semaphore_t dsema = dispatch_semaphore_create(0);
H A Dcloud_keychain_diagnose.c962 waitSemaphore = dispatch_semaphore_create(0);
/macosx-10.10/Security-57031.1.35/Security/utilities/utilities/
H A DSecDb.c186 db->read_semaphore = dispatch_semaphore_create(kSecDbMaxReaders);
187 db->write_semaphore = dispatch_semaphore_create(kSecDbMaxWriters);
364 dispatch_semaphore_t dsema = dispatch_semaphore_create(0);
/macosx-10.10/Heimdal-398.1.2/base/
H A Dcf.c539 return (heim_sema_t)dispatch_semaphore_create(count);
/macosx-10.10/Security-57031.1.35/Security/authd/
H A Dagent.c267 dispatch_semaphore_t replyWaiter = dispatch_semaphore_create(0);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_transform/lib/
H A DSecTransform.cpp334 dispatch_semaphore_t mySem = dispatch_semaphore_create(0L);
/macosx-10.10/Security-57031.1.35/Security/sec/SharedWebCredential/
H A Dswcagent.m345 if (!(alert_sem = dispatch_semaphore_create(1)))
484 if (!(select_alert_sem = dispatch_semaphore_create(1)))

Completed in 193 milliseconds

12