Searched refs:sync (Results 151 - 175 of 185) sorted by relevance

12345678

/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1094 // Otherwise, this thread can call pthread_detach and reset thr->sync
2081 static void CallUserSignalHandler(ThreadState *thr, bool sync, bool acquire,
2089 // ignores are enabled we should disable ignores. This is critical for sync
2139 if (ShouldReport(thr, ReportTypeErrnoInSignal) && !sync && sig != SIGTERM &&
2192 const bool sync = is_sync_signal(sctx, sig, info);
2193 if (sync ||
2201 CallUserSignalHandler(thr, sync, true, sig, info, ctx);
2210 CallUserSignalHandler(thr, sync, acq, sig, info, ctx);
H A Dtsan_rtl.h270 VectorClock *sync; member in class:__tsan::final
/openbsd-current/sys/dev/pci/drm/radeon/
H A Dr600.c2970 struct radeon_sync sync; local
2977 radeon_sync_create(&sync);
2984 radeon_sync_free(rdev, &sync, NULL);
2988 radeon_sync_resv(rdev, &sync, resv, false);
2989 radeon_sync_rings(rdev, &sync, ring->idx);
3018 radeon_sync_free(rdev, &sync, NULL);
3023 radeon_sync_free(rdev, &sync, fence);
H A Dcik.c3639 * @resv: reservation object to sync to
3651 struct radeon_sync sync; local
3658 radeon_sync_create(&sync);
3665 radeon_sync_free(rdev, &sync, NULL);
3669 radeon_sync_resv(rdev, &sync, resv, false);
3670 radeon_sync_rings(rdev, &sync, ring->idx);
3694 radeon_sync_free(rdev, &sync, NULL);
3699 radeon_sync_free(rdev, &sync, fence);
5745 /* sync PFP to ME, otherwise we might get invalid PFP reads */
/openbsd-current/usr.bin/sndiod/
H A Ddev.c2351 s->ops->sync(s->arg);
2571 s->ops->sync(s->arg);
2727 s->ops->sync(s->arg);
/openbsd-current/sys/arch/macppc/macppc/
H A Dlocore.S176 sync
179 sync
/openbsd-current/sys/dev/pci/drm/i915/display/
H A Dintel_display_power.c462 cancel_async_put_work(struct i915_power_domains *power_domains, bool sync) argument
464 if (sync)
H A Dintel_pps.c895 void intel_pps_vdd_off_unlocked(struct intel_dp *intel_dp, bool sync) argument
912 if (sync)
/openbsd-current/gnu/lib/libstdc++/libstdc++/libio/
H A Dfileops.c1024 JUMP_INIT(sync, _IO_new_file_sync),
H A Dwfileops.c743 JUMP_INIT(sync, (_IO_sync_t) _IO_wfile_sync),
/openbsd-current/lib/libc/db/hash/
H A Dhash.c196 dbp->sync = hash_sync;
/openbsd-current/gnu/usr.bin/perl/cpan/DB_File/t/
H A Ddb-hash.t325 # sync
328 $status = $X->sync ;
H A Ddb-btree.t450 # sync
453 $status = $X->sync ;
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/
H A DManifest.pm215 directory are in sync it silently returns an empty list.
/openbsd-current/gnu/llvm/llvm/lib/AsmParser/
H A DLLLexer.cpp639 KEYWORD(sync);
/openbsd-current/sys/arch/sparc64/sparc64/
H A Dlocore.s1561 ldxa [SFAR] %asi, %g2 ! sync virt addr; must be read first
1562 ldxa [SFSR] %asi, %g3 ! get sync fault status register
1741 /* Now we need to blast away the D$ to make sure we're in sync */
1793 ldxa [SFAR] %asi, %g2 ! sync virt addr; must be read first
1794 ldxa [SFSR] %asi, %g3 ! get sync fault status register
1962 ldxa [SFSR] %asi, %g3 ! get sync fault status register
1985 rdpr %tpc, %o2 ! sync virt addr; must be read first
5051 * to sync the I$.
6151 membar #Sync ! sync store
6159 membar #Sync ! sync stor
[all...]
/openbsd-current/gnu/gcc/gcc/
H A Dsys-protos.h1129 extern void sync(void);
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dsys-protos.h1129 extern void sync(void);
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp784.C522 virtual int sync();
579 virtual int sync();
/openbsd-current/sys/dev/pckbc/
H A Dpms.c80 int (*sync)(struct pms_softc *, int); member in struct:pms_protocol
951 if (sc->protocol->sync(sc, data)) {
953 printf("%s: not in sync yet, discard input "
/openbsd-current/sys/dev/pci/drm/i915/gt/
H A Dintel_engine_cs.c1873 void __intel_engine_flush_submission(struct intel_engine_cs *engine, bool sync) argument
1890 if (sync)
/openbsd-current/gnu/usr.bin/perl/ext/B/t/
H A DOptreeCheck.pm831 important params, and which helps keep names in sync with whats being
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/
H A DHub.pm567 handle thread/fork sync, filters, listeners, TAP output, etc.
/openbsd-current/sys/dev/ic/
H A Drtw.c882 /* sync to end of ring */
895 /* sync what remains */
904 /* sync to end of ring */
914 /* sync what remains */
1026 /* sync the mbuf */
1030 /* sync the descriptor */
4225 u_int32_t syna, synb, sync; local
4245 sync = SA2400_SYNC_CP_NORMAL;
4251 if ((rc = rtw_rf_macwrite(sc, SA2400_SYNC, sync)) != 0)
/openbsd-current/sys/dev/pci/drm/
H A Ddrm_fb_helper.c1230 var->sync = var->vmode = 0;

Completed in 324 milliseconds

12345678