代码搜索:sync
找到约 6,244 项符合「sync」的源代码
代码结果 6,244
www.eeworm.com/read/358243/2989833
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 suppo
www.eeworm.com/read/354980/3070679
h sync.h
/*
* Funambol is a mobile platform developed by Funambol, Inc.
* Copyright (C) 2003 - 2007 Funambol, Inc.
*
* This program is free software; you can redistribute it and/or modify it under
www.eeworm.com/read/354980/3070919
cpp sync.cpp
/*
* Funambol is a mobile platform developed by Funambol, Inc.
* Copyright (C) 2003 - 2007 Funambol, Inc.
*
* This program is free software; you can redistribute it and/or modify it under
www.eeworm.com/read/263726/4300436
h sync.h
/* -*- c-basic-offset: 4; tab-width: 8; indent-tabs-mode: t -*-
* vim:set sts=4 ts=8:
*
* Copyright (c) 2001-2007 International Computer Science Institute
*
* Permission is hereby granted, f
www.eeworm.com/read/263726/4300447
c sync.c
/* -*- c-basic-offset: 4; tab-width: 8; indent-tabs-mode: t -*-
* vim:set sts=4 ts=8:
*
* Copyright (c) 2001-2007 International Computer Science Institute
*
* Permission is hereby granted, f
www.eeworm.com/read/263000/4306998
c sync.c
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you lic
www.eeworm.com/read/261496/4321714
c sync.c
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you lic
www.eeworm.com/read/254392/4385014
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 suppo
www.eeworm.com/read/252366/4408344
s sync.s
.sect .text
.extern __sync
.define _sync
.align 2
_sync:
jmp __sync
www.eeworm.com/read/252366/4408596
c _sync.c
#include
#define sync _sync
#include
PUBLIC int sync()
{
message m;
return(_syscall(FS, SYNC, &m));
}