代码搜索:sync

找到约 6,244 项符合「sync」的源代码

代码结果 6,244
www.eeworm.com/read/119694/6082633

java sync.java

/* File: Sync.java Originally written by Doug Lea and released into the public domain. This may be used for any purposes whatsoever without acknowledgment. Thanks for the assistance and
www.eeworm.com/read/113399/6131766

s sync.s

.sect .text .extern __sync .define _sync .align 2 _sync: jmp __sync
www.eeworm.com/read/113399/6132018

c _sync.c

#include #define sync _sync #include PUBLIC int sync() { message m; return(_syscall(FS, SYNC, &m)); }
www.eeworm.com/read/112192/6147981

c sync.c

/* * sync.c * * Description: * This translation unit implements functions related to thread * synchronisation. * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright (C) 1998
www.eeworm.com/read/111078/6159257

java sync.java

/** * Copyright (C) 2003-2004 Funambol * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free
www.eeworm.com/read/110972/6162781

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/108242/6183710

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/104701/6203439

h sync.h

/* sync.h header file for sync.c * * The Netwide Assembler is copyright (C) 1996 Simon Tatham and * Julian Hall. All rights reserved. The software is * redistributable under the licence given in
www.eeworm.com/read/104701/6203448

c sync.c

/* sync.c the Netwide Disassembler synchronisation processing module * * The Netwide Assembler is copyright (C) 1996 Simon Tatham and * Julian Hall. All rights reserved. The software is * redist
www.eeworm.com/read/101135/6238017

2 sync.2

SYNC(2) Minix Programmer's Manual SYNC(2) NAME sync - update super-block SYNOPSIS #include int sync(void) DESCRIPTION