代码搜索:sync
找到约 6,244 项符合「sync」的源代码
代码结果 6,244
www.eeworm.com/read/402480/2321622
s atomic-powerpc32-64-osx.s
.text
.align 2
.globl _opal_atomic_mb
_opal_atomic_mb:
sync
blr
.globl _opal_atomic_rmb
_opal_atomic_rmb:
lwsync
blr
.globl _opal_atomic_wmb
_opal_atomic_wmb:
eieio
blr
.globl _opal
www.eeworm.com/read/400650/2348688
c location_maps.c
// $Id: parallel_ghost_sync.C 2501 2007-11-20 02:33:29Z benkirk $
// The libMesh Finite Element Library.
// Copyright (C) 2002-2007 Benjamin S. Kirk, John W. Peterson
// This library is free so
www.eeworm.com/read/398634/2375681
test rpl_skip_error.test
source include/master-slave.inc;
create table t1 (n int not null primary key);
save_master_pos;
connection slave;
sync_with_master;
insert into t1 values (1);
connection master;
insert into t1 values
www.eeworm.com/read/393286/2476099
makefile
EXTRA_CFLAGS := -Werror
obj-$(CONFIG_OPROFILE) += oprofile.o
DRIVER_OBJS = $(addprefix ../../../drivers/oprofile/, \
oprof.o cpu_buffer.o buffer_sync.o \
event_buffer.o oprofile_files.o \
opro
www.eeworm.com/read/393286/2478019
makefile
EXTRA_CFLAGS := -Werror -Wno-sign-compare
obj-$(CONFIG_OPROFILE) += oprofile.o
DRIVER_OBJS = $(addprefix ../../../drivers/oprofile/, \
oprof.o cpu_buffer.o buffer_sync.o \
event_buffer.o oprofil
www.eeworm.com/read/393286/2479206
makefile
#
# oprofile for x86-64.
# Just reuse the one from i386.
#
obj-$(CONFIG_OPROFILE) += oprofile.o
DRIVER_OBJS = $(addprefix ../../../drivers/oprofile/, \
oprof.o cpu_buffer.o buffer_sync.o \
event
www.eeworm.com/read/385462/2588854
am makefile.am
SUBDIRS =
TESTS = 01_sysrq_basic_neg.test \
02_sysrq_sync_pos.test \
03_sysrq_withreboot_pos.test
XFAIL_TESTS =
EXTRA_DIST = $(TESTS) $(XFAIL_TESTS)
TESTS_ENVIRONMENT=@TENV@
%.test: %.py
cp $
www.eeworm.com/read/375736/2721706
c clone.c
#include "fastlynx.h"
#include
#define CTRL_C 3
#define ONE_SECOND 18
#define PROMPT_WAIT (5 * ONE_SECOND + 1)
#define MAX_SYNC_TRIES 3
static int (_far _cdecl *Clone
www.eeworm.com/read/373367/2764829
py btl-fsd.py
#!/usr/bin/python
from gnuradio import gr
from gnuradio import atsc
fg = gr.flow_graph()
btl = atsc.bit_timing_loop()
fsc = atsc.fs_checker()
eq = atsc.equalizer()
fsd = atsc.field_sync_demux()
ou
www.eeworm.com/read/358128/3005028
test rpl_skip_error.test
source include/master-slave.inc;
create table t1 (n int not null primary key);
save_master_pos;
connection slave;
sync_with_master;
insert into t1 values (1);
connection master;
insert into t1 values