代码搜索:sync
找到约 6,244 项符合「sync」的源代码
代码结果 6,244
www.eeworm.com/read/300969/13875070
s sync.s
.sect .text
.extern __sync
.define _sync
.align 2
_sync:
jmp __sync
www.eeworm.com/read/300969/13875899
c _sync.c
#include
#define sync _sync
#include
PUBLIC int sync()
{
message m;
return(_syscall(FS, SYNC, &m));
}
www.eeworm.com/read/144216/5752181
t sync.t
use Thread;
$level = 0;
sub single_file : locked {
my $arg = shift;
$level++;
print "Level $level for $arg\n";
print "(something is wrong)\n" if $level < 0 || $level > 1;
sleep 1
www.eeworm.com/read/144212/5752961
c sync.c
/* sync - sync the disks by forcing pending filesystem writes to complete */
#include
#ifdef HAVE_UNISTD_H
#include
#endif
#include "builtins.h"
#include "shell.h"
#include "b
www.eeworm.com/read/143132/5758772
h sync.h
/* m-sequence generated by polynomial x^6 + X^5 + 1, started in the 100000
* state and augmented with an extra 0 at the front to make a 64-bit sequence
* 0000 0010 0001 1000 1010 0111 1010 0011
www.eeworm.com/read/136571/5870244
cpp sync.cpp
/*
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy o
www.eeworm.com/read/136072/5874513
c sync.c
/* vi: set sw=4 ts=4: */
/*
* sync syscall for uClibc
*
* Copyright (C) 2002 by Erik Andersen
*
* This program is free software; you can redistribute it and/or modify it
www.eeworm.com/read/135582/5885943
h sync.h
/*
* Copyright (c) 2003 Century Software, Inc. All Rights Reserved.
*
www.eeworm.com/read/135153/5887781
c sync.c
/* vi: set sw=4 ts=4: */
/*
* Mini sync implementation for busybox
*
* Copyright (C) 1995, 1996 by Bruce Perens .
*
* This program is free software; you can redistribute it and/o
www.eeworm.com/read/131315/5930336
2 sync.2
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, a