代码搜索:sync
找到约 6,244 项符合「sync」的源代码
代码结果 6,244
www.eeworm.com/read/327324/13086263
h options.h
#ifndef _OPTIONS_H_
#define _OPTIONS_H_
/*[enum-OPT_RETURN]*/
typedef enum {OPT_NO = 0, OPT_YES = 1, OPT_ERROR = -1} OPT_RETURN;
/*[]*/
OPT_RETURN option_sync_io(const char *path);
OPT_RETURN option
www.eeworm.com/read/323119/13353990
test rpl_many_optimize.test
# Test for BUG#7658 "optimize crashes slave thread (1 in 1000)]"
source include/master-slave.inc;
create table t1 (a int not null auto_increment primary key, b int, key(b));
INSERT INTO t1 (a) VALUE
www.eeworm.com/read/152843/5661587
c saa7146_vv_ksyms.c
#include
#include
EXPORT_SYMBOL_GPL(saa7146_start_preview);
EXPORT_SYMBOL_GPL(saa7146_stop_preview);
EXPORT_SYMBOL_GPL(saa7146_set_hps_source_and_sync);
EXPORT_
www.eeworm.com/read/148152/5718047
c saa7146_vv_ksyms.c
#include
#include
EXPORT_SYMBOL_GPL(saa7146_vbi_uops);
EXPORT_SYMBOL_GPL(saa7146_video_uops);
EXPORT_SYMBOL_GPL(saa7146_start_preview);
EXPORT_SYMBOL_GPL(saa714
www.eeworm.com/read/147766/5722772
s perf_asm.s
;
; Purpose:
; This file has the overall purpose of suppyling low-level
; assembly to program the intrigue portion of the cpu.
;
#include
#include
#ifdef __LP
www.eeworm.com/read/136989/5830466
cpp client.cpp
// client.cpp,v 1.9 2003/11/05 03:59:59 dhinton Exp
#include "TestC.h"
#include "tao/Messaging/Messaging.h"
#include "ace/Get_Opt.h"
#include "ace/OS_NS_sys_time.h"
ACE_RCSID(Blocking_Sync_No