代码搜索:sync
找到约 6,244 项符合「sync」的源代码
代码结果 6,244
www.eeworm.com/read/430518/1926127
h fcntl.h
#ifndef _I386_FCNTL_H
#define _I386_FCNTL_H
/* open/fcntl - O_SYNC is only implemented on blocks devices and on files
located on an ext2 file system */
#define O_ACCMODE 0003
#define O_RDONLY
www.eeworm.com/read/430518/1927237
h fcntl.h
#ifndef __ASM_SH_FCNTL_H
#define __ASM_SH_FCNTL_H
/* open/fcntl - O_SYNC is only implemented on blocks devices and on files
located on an ext2 file system */
#define O_ACCMODE 0003
#define O_RD
www.eeworm.com/read/413855/2157294
hh task.hh
// -*- c-basic-offset: 4; related-file-name: "../../lib/task.cc" -*-
#ifndef CLICK_TASK_HH
#define CLICK_TASK_HH
#include
#include
#if __MTCLICK__
# include
www.eeworm.com/read/413855/2158191
hh msqueue.hh
#ifndef CLICK_MSQUEUE_HH
#define CLICK_MSQUEUE_HH
#include
#include
#include
#include
#include
CLICK
www.eeworm.com/read/409921/2224219
s ofwboot.s
.section .text
.globl setup_bats
_start:
.long 0xe00000 + 12
.long 0
.long 0
_begin:
sync
isync
lis %r1,stack@ha
addi %r1,%r1,stack@l
www.eeworm.com/read/379468/2673562
java test.java
class Test
{
private int[] ia1;
private int[] ia2;
private double[] da1;
private double[] da2;
public synchronized void method1()
{
//Access ia1 and ia2
}
public sync
www.eeworm.com/read/357083/3029917
h fcntl.h
/* $Id: fcntl.h,v 1.12 2001/09/20 00:35:34 davem Exp $ */
#ifndef _SPARC64_FCNTL_H
#define _SPARC64_FCNTL_H
/* open/fcntl - O_SYNC is only implemented on blocks devices and on files
located on an
www.eeworm.com/read/357083/3030867
h fcntl.h
#ifndef _I386_FCNTL_H
#define _I386_FCNTL_H
/* open/fcntl - O_SYNC is only implemented on blocks devices and on files
located on an ext2 file system */
#define O_ACCMODE 0003
#define O_RDONLY
www.eeworm.com/read/357083/3031971
h fcntl.h
#ifndef __ASM_SH_FCNTL_H
#define __ASM_SH_FCNTL_H
/* open/fcntl - O_SYNC is only implemented on blocks devices and on files
located on an ext2 file system */
#define O_ACCMODE 0003
#define O_RD
www.eeworm.com/read/159825/5581060
h fcntl.h
#ifndef _I386_FCNTL_H
#define _I386_FCNTL_H
/* open/fcntl - O_SYNC is only implemented on blocks devices and on files
located on an ext2 file system */
#define O_ACCMODE 0003
#define O_RDO