代码搜索:sync
找到约 6,244 项符合「sync」的源代码
代码结果 6,244
www.eeworm.com/read/207461/5001490
c sync.c
/* --------------------------------------------------------------------------
*
* License
*
* The contents of this file are subject to the Jabber Open Source License
* Version 1.0 (the "License")
www.eeworm.com/read/205824/5019680
c sync.c
/*
* Synchronization tests
*
* Copyright 2005 Mike McCormack for CodeWeavers
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser
www.eeworm.com/read/198784/5082258
h sync.h
/**********************************************************************
*Role:The file define all the IPC class such as mutex,Semaphore etc. *
*CopyRight(C):
www.eeworm.com/read/198784/5082260
cpp sync.cpp
#include "sync.h"
char* IPCNAME(const char* pCharName)
{
char *dir="/tmp",*dst,*slash;
if(( dst = (char*)malloc( PATH_MAX )) == NULL )
return NULL;
if( dir[strlen(dir)-1] == '/')
slash
www.eeworm.com/read/198784/5082349
h sync.h
/**********************************************************************
*Role:The file define all the IPC class such as mutex,Semaphore etc. *
*CopyRight(C):
www.eeworm.com/read/198784/5082359
cpp sync.cpp
#include "Sync.h"
char* IPCNAME(const char* pCharName)
{
char *dir="/tmp",*dst,*slash;
if(( dst = (char*)malloc( PATH_MAX )) == NULL )
return NULL;
if( dir[strlen(dir)-1] == '/')
slash
www.eeworm.com/read/197654/5093495
java sync.java
/**
* JacobGen generated file --- do not edit
*
* (http://www.bigatti.it/projects/jacobgen)
*/
package org.nethawker.office11;
import com.jacob.com.*;
public class Sync extends Dispatch {
publ
www.eeworm.com/read/195341/5111659
8 sync.8
.th SYNC VIII 11/1/73
.sh NAME
sync \*- update the super block
.sh SYNOPSIS
.bd sync
.sh DESCRIPTION
.it Sync
executes the
.it sync
system primitive.
If the system is to be stopped,
.it sync
must be c
www.eeworm.com/read/195341/5111691
2 sync.2
.th SYNC II 8/5/73
.sh NAME
sync \*- update super-block
.sh SYNOPSIS
(sync = 36.; not in assembler)
.br
.ft B
sys sync
.ft R
.sh DESCRIPTION
.it Sync
causes all information in core
memory that should
www.eeworm.com/read/195341/5112225
s sync.s
.globl _sync
sync = 36.
_sync:
mov r5,-(sp)
mov sp,r5
sys sync
mov (sp)+,r5
rts pc