代码搜索:sync
找到约 6,244 项符合「sync」的源代码
代码结果 6,244
www.eeworm.com/read/198784/5082335
cpp contest.cpp
#include "sync.h"
#include
#define SUMSIZE 10
#define BUFSIZE 8
int bufin=0;
int bufout=0;
int buffer[BUFSIZE];
int sum=0;
pthread_cond_t slots= PTHREAD_COND_INITIALIZER;
pthread_cond_t
www.eeworm.com/read/198784/5082365
cpp contest.cpp
#include "sync.h"
#include
#define SUMSIZE 10
#define BUFSIZE 8
int bufin=0;
int bufout=0;
int buffer[BUFSIZE];
int sum=0;
pthread_cond_t slots= PTHREAD_COND_INITIALIZER;
pthread_cond_t
www.eeworm.com/read/198784/5082397
cpp contest.cpp
#include "sync.h"
#include
#define SUMSIZE 10
#define BUFSIZE 8
int bufin=0;
int bufout=0;
int buffer[BUFSIZE];
int sum=0;
pthread_cond_t slots= PTHREAD_COND_INITIALIZER;
pthread_cond_t
www.eeworm.com/read/195013/5120909
h fcntl.h
#ifndef _M68K_FCNTL_H
#define _M68K_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/195013/5121936
h fcntl.h
/*
* BK Id: SCCS/s.fcntl.h 1.8 09/19/01 23:06:01 paulus
*/
#ifndef _PPC_FCNTL_H
#define _PPC_FCNTL_H
/* open/fcntl - O_SYNC is only implemented on blocks devices and on files
located on an ext2
www.eeworm.com/read/180227/5287665
c read_simple_device.c
#include
#include
#include "device_common.h"
main(){
int fd,n;
char data[16];
if((fd=open(SIMPLE_DEV, O_RDWR|O_SYNC))
www.eeworm.com/read/179911/5298753
h fcntl.h
#ifndef _M68K_FCNTL_H
#define _M68K_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/177407/5327891
sql import_overwrites.sql
/**
* Import records overwriting others & being overwritten
*/
SELECT H_ItemDesc, I_ErrorMsg, H_UPC, H_Commodity1, H_ItemDefn
FROM I_061_Sync_Item
WHERE SUBSTR(I_ErrorMsg, 14,7) IN
(SELECT SU
www.eeworm.com/read/350097/3133643
h fcntl.h
#ifndef _M68K_FCNTL_H
#define _M68K_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/337546/3329815
makefile
obj-$(CONFIG_OPROFILE) += oprofile.o
DRIVER_OBJS := $(addprefix ../../../drivers/oprofile/, \
oprof.o cpu_buffer.o buffer_sync.o \
event_buffer.o oprofile_files.o \
oprofilefs.o oprofile_stats.