/aosp_15_r20/external/compiler-rt/test/tsan/Darwin/ |
H A D | gcd-io.mm | 25 dispatch_semaphore_signal(sem); 46 dispatch_semaphore_signal(sem); 67 dispatch_semaphore_signal(sem); 87 dispatch_semaphore_signal(sem);
|
H A D | gcd-io-cleanup.mm | 21 dispatch_semaphore_signal(sem); 31 dispatch_semaphore_signal(sem); 42 dispatch_semaphore_signal(sem);
|
H A D | gcd-groups-leave.mm | 17 dispatch_semaphore_signal(sem); 38 dispatch_semaphore_signal(sem);
|
H A D | gcd-fd.mm | 29 dispatch_semaphore_signal(sem); 47 dispatch_semaphore_signal(sem);
|
H A D | gcd-semaphore-norace.mm | 17 dispatch_semaphore_signal(sem);
|
H A D | gcd-source-serial.mm | 21 dispatch_semaphore_signal(sem);
|
H A D | gcd-data.mm | 19 dispatch_semaphore_signal(sem);
|
H A D | gcd-io-barrier.mm | 36 dispatch_semaphore_signal(sem);
|
H A D | gcd-io-barrier-race.mm | 41 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 D | darwin.rs | 33 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 D | darwin.rs | 33 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 D | darwin.rs | 33 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 D | darwin.rs | 33 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 D | darwin.rs | 33 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 D | dispatch_source_mach_unittest.cc | 58 dispatch_semaphore_signal(signal); in TEST_F() 114 dispatch_semaphore_signal(signal); in TEST_F()
|
H A D | dispatch_source_mach.cc | 44 dispatch_semaphore_signal(storage_->source_canceled.get());
|
/aosp_15_r20/external/walt/ios/WALT/ |
H A D | DragLatencyController.mm | 273 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 D | RTCPeerConnectionTest.mm | 161 dispatch_semaphore_signal(negotiatedSem); 192 dispatch_semaphore_signal(negotiatedSem);
|
/aosp_15_r20/external/cronet/base/task/thread_pool/semaphore/ |
H A D | semaphore_apple.cc | 32 dispatch_semaphore_signal(native_handle_); in Signal()
|
/aosp_15_r20/external/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_libdispatch_mac.cc | 268 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 D | SkSemaphore.cpp | 21 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 D | RTCMTLRenderer.mm | 283 dispatch_semaphore_signal(block_semaphore); 323 dispatch_semaphore_signal(_inflight_semaphore);
|
/aosp_15_r20/external/skia/src/gpu/ganesh/mtl/ |
H A D | GrMtlUtil.mm | 139 dispatch_semaphore_signal(semaphore); 175 dispatch_semaphore_signal(semaphore);
|
/aosp_15_r20/external/executorch/backends/apple/coreml/runtime/delegate/ |
H A D | ETCoreMLModelCompiler.mm | 34 dispatch_semaphore_signal(sema);
|
/aosp_15_r20/external/XNNPACK/src/ |
H A D | mutex.c | 80 dispatch_semaphore_signal(mutex->semaphore); in xnn_mutex_unlock()
|