代码搜索:SYNCHRONIZATION
找到约 1,570 项符合「SYNCHRONIZATION」的源代码
代码结果 1,570
www.eeworm.com/read/306299/3741698
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
www.eeworm.com/read/303768/3808263
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/301781/3836837
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
www.eeworm.com/read/297604/3886532
cpp langutils.cpp
// LangUtils.cpp
#include "StdAfx.h"
#include "LangUtils.h"
#include "Common/StringConvert.h"
#include "Common/StringToInt.h"
#include "Windows/Synchronization.h"
#include "Windows/Window.h"
www.eeworm.com/read/296544/3902799
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/292741/3941957
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/287839/4016327
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/443386/1743212
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/443386/1744897
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/440906/1784093
h locks.h
/* locks.h - Thread synchronization primitives. x86-64 implementation.
Copyright (C) 2002 Free Software Foundation
Contributed by Bo Thorsen .
This file is part of libgcj.
Th