代码搜索:sync
找到约 6,244 项符合「sync」的源代码
代码结果 6,244
www.eeworm.com/read/395929/2429146
d sync.d
#objdump: -dr --prefix-addresses --show-raw-insn
#name: sync instructions
#as: -mips2
.*: +file format .*mips.*
Disassembly of section \.text:
0+0000 0000000f[ ]*sync
0+0004 000004
www.eeworm.com/read/395229/2444839
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/389922/2530305
c sync.c
/* sync - flush the file system buffers. Author: Andy Tanenbaum */
#include
#include
_PROTOTYPE(int main, (void));
int main()
{
/* First prize in shortest useful program c
www.eeworm.com/read/389922/2530630
c _sync.c
#include
#define sync _sync
#include
PUBLIC int sync()
{
message m;
return(_syscall(FS, SYNC, &m));
}
www.eeworm.com/read/389922/2531088
s sync.s
.sect .text
.extern __sync
.define _sync
.align 2
_sync:
jmp __sync
www.eeworm.com/read/386691/2569594
c sync.c
/****************************************************************************
* Ralink Tech Inc.
* 4F, No. 2 Technology 5th Rd.
* Science-based Industrial Park
* Hsin-chu, Taiwan, R.O.C.
* (
www.eeworm.com/read/383504/2616207
c sync.c
/*********************************************************
* *
* Master/slave CANopen Library *
www.eeworm.com/read/383504/2616320
h sync.h
/*********************************************************
* *
* Master/slave CANopen Library *
*
www.eeworm.com/read/383065/2622817
c sync.c
/*
* sync.c
*
* Description:
* This translation unit implements functions related to thread
* synchronisation.
*
* -----------------------------------------------------------------------
www.eeworm.com/read/372581/2771846
c sync.c
/*
***************************************************************************
* Ralink Tech Inc.
* 4F, No. 2 Technology 5th Rd.
* Science-based Industrial Park
* Hsin-chu, Taiwan, R.O.C.
*
* (