Home
last modified time | relevance | path

Searched refs:dispatch_semaphore_signal (Results 1 – 25 of 41) sorted by relevance

12

/aosp_15_r20/external/compiler-rt/test/tsan/Darwin/
H A Dgcd-io.mm25 dispatch_semaphore_signal(sem);
46 dispatch_semaphore_signal(sem);
67 dispatch_semaphore_signal(sem);
87 dispatch_semaphore_signal(sem);
H A Dgcd-io-cleanup.mm21 dispatch_semaphore_signal(sem);
31 dispatch_semaphore_signal(sem);
42 dispatch_semaphore_signal(sem);
H A Dgcd-groups-leave.mm17 dispatch_semaphore_signal(sem);
38 dispatch_semaphore_signal(sem);
H A Dgcd-fd.mm29 dispatch_semaphore_signal(sem);
47 dispatch_semaphore_signal(sem);
H A Dgcd-semaphore-norace.mm17 dispatch_semaphore_signal(sem);
H A Dgcd-source-serial.mm21 dispatch_semaphore_signal(sem);
H A Dgcd-data.mm19 dispatch_semaphore_signal(sem);
H A Dgcd-io-barrier.mm36 dispatch_semaphore_signal(sem);
H A Dgcd-io-barrier-race.mm41 dispatch_semaphore_signal(sem);
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/sync/thread_parking/
H A Ddarwin.rs33 fn dispatch_semaphore_signal(dsema: dispatch_semaphore_t) -> isize; in dispatch_semaphore_signal() function
117 dispatch_semaphore_signal(self.semaphore); in unpark()
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/sync/thread_parking/
H A Ddarwin.rs33 fn dispatch_semaphore_signal(dsema: dispatch_semaphore_t) -> isize; in dispatch_semaphore_signal() function
117 dispatch_semaphore_signal(self.semaphore); in unpark()
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/sync/thread_parking/
H A Ddarwin.rs33 fn dispatch_semaphore_signal(dsema: dispatch_semaphore_t) -> isize; in dispatch_semaphore_signal() function
117 dispatch_semaphore_signal(self.semaphore); in unpark()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/sync/thread_parking/
H A Ddarwin.rs33 fn dispatch_semaphore_signal(dsema: dispatch_semaphore_t) -> isize; in dispatch_semaphore_signal() function
117 dispatch_semaphore_signal(self.semaphore); in unpark()
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/sync/thread_parking/
H A Ddarwin.rs33 fn dispatch_semaphore_signal(dsema: dispatch_semaphore_t) -> isize; in dispatch_semaphore_signal() function
117 dispatch_semaphore_signal(self.semaphore); in unpark()
/aosp_15_r20/external/cronet/base/apple/
H A Ddispatch_source_mach_unittest.cc58 dispatch_semaphore_signal(signal); in TEST_F()
114 dispatch_semaphore_signal(signal); in TEST_F()
H A Ddispatch_source_mach.cc44 dispatch_semaphore_signal(storage_->source_canceled.get());
/aosp_15_r20/external/walt/ios/WALT/
H A DDragLatencyController.mm273 dispatch_semaphore_signal(_receiverComplete);
285 dispatch_semaphore_signal(_receiverComplete);
311 dispatch_semaphore_signal(_receiverComplete);
316 // between dispatch_semaphore_signal() and -[NSThread isExecuting] changing.
/aosp_15_r20/external/webrtc/sdk/objc/unittests/
H A DRTCPeerConnectionTest.mm161 dispatch_semaphore_signal(negotiatedSem);
192 dispatch_semaphore_signal(negotiatedSem);
/aosp_15_r20/external/cronet/base/task/thread_pool/semaphore/
H A Dsemaphore_apple.cc32 dispatch_semaphore_signal(native_handle_); in Signal()
/aosp_15_r20/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_libdispatch_mac.cc268 TSAN_INTERCEPTOR(long_t, dispatch_semaphore_signal, in TSAN_INTERCEPTOR() argument
270 SCOPED_TSAN_INTERCEPTOR(dispatch_semaphore_signal, dsema); in TSAN_INTERCEPTOR()
272 return REAL(dispatch_semaphore_signal)(dsema); in TSAN_INTERCEPTOR()
/aosp_15_r20/external/skia/src/base/
H A DSkSemaphore.cpp21 void signal(int n) { while (n --> 0) { dispatch_semaphore_signal(fSemaphore); } } in signal()
/aosp_15_r20/external/webrtc/sdk/objc/components/renderer/metal/
H A DRTCMTLRenderer.mm283 dispatch_semaphore_signal(block_semaphore);
323 dispatch_semaphore_signal(_inflight_semaphore);
/aosp_15_r20/external/skia/src/gpu/ganesh/mtl/
H A DGrMtlUtil.mm139 dispatch_semaphore_signal(semaphore);
175 dispatch_semaphore_signal(semaphore);
/aosp_15_r20/external/executorch/backends/apple/coreml/runtime/delegate/
H A DETCoreMLModelCompiler.mm34 dispatch_semaphore_signal(sema);
/aosp_15_r20/external/XNNPACK/src/
H A Dmutex.c80 dispatch_semaphore_signal(mutex->semaphore); in xnn_mutex_unlock()

12