代码搜索:SYNCHRONIZATION
找到约 1,570 项符合「SYNCHRONIZATION」的源代码
代码结果 1,570
www.eeworm.com/read/324920/3489916
c smp-tbsync.c
/*
* Smp timebase synchronization for ppc.
*
* Copyright (C) 2003 Samuel Rydh (samuel@ibrium.se)
*
*/
#include
#include
#include
#include
www.eeworm.com/read/324920/3492224
c smp-tbsync.c
/*
* Smp timebase synchronization for ppc.
*
* Copyright (C) 2003 Samuel Rydh (samuel@ibrium.se)
*
*/
#include
#include
#include
#include
www.eeworm.com/read/324606/3500449
c sempxlib.c
/* semPxLib.c - semaphore synchronization library (POSIX) */
/* Copyright 1984-1995 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
01k,03feb95,r
www.eeworm.com/read/318603/3567756
c sempxlib.c
/* semPxLib.c - semaphore synchronization library (POSIX) */
/* Copyright 1984-2002 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
01l,17jul00,j
www.eeworm.com/read/317812/3576162
c sempxlib.c
/* semPxLib.c - semaphore synchronization library (POSIX) */
/* Copyright 1984-2002 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
01l,17jul00,j
www.eeworm.com/read/317812/3577409
c sempxlib.c
/* semPxLib.c - semaphore synchronization library (POSIX) */
/* Copyright 1984-2002 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
01l,17jul00,j
www.eeworm.com/read/316872/3598420
h ioctl.h
#ifndef __HDLC_IOCTL_H__
#define __HDLC_IOCTL_H__
#define GENERIC_HDLC_VERSION 4 /* For synchronization with sethdlc utility */
#define CLOCK_DEFAULT 0 /* Default setting */
#define CLOCK_EXT 1 /
www.eeworm.com/read/314225/3638983
c sempxlib.c
/* semPxLib.c - semaphore synchronization library (POSIX) */
/* Copyright 1984-2002 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
01l,17jul00,j
www.eeworm.com/read/310989/3688358
java cubbyholetest.java
package org.j4me.collections;
import org.j4me.*;
import j2meunit.framework.*;
/**
* Tests the CubbyHole class. It is a thread synchronization
* helper that stores exactly one
www.eeworm.com/read/306838/3734130
java cachesynchronization.java
//$Id: CacheSynchronization.java,v 1.1.2.1 2003/08/26 06:31:17 oneovthafew Exp $
package net.sf.hibernate.engine;
import javax.transaction.Status;
import javax.transaction.Synchronization;
imp