代码搜索:SYNCHRONIZATION
找到约 1,570 项符合「SYNCHRONIZATION」的源代码
代码结果 1,570
www.eeworm.com/read/268437/11140351
h mailbox.h
#ifndef __MAILBOX_H__
#define __MAILBOX_H__
#endif
BEGIN_DEFINE_OBJECT(__MAILBOX)
INHERIT_FROM_COMMON_OBJECT
INHERIT_FROM_COMMON_SYNCHRONIZATION_OBJECT
__PRIORITY_QUEUE*
www.eeworm.com/read/287180/8711905
java myobject.java
package Utilities;
import java.io.Serializable;
import java.util.Date;
import java.util.Random;
import Synchronization.*;
// Serializable so can use ObjectStream with objects that extend MyObject
pu
www.eeworm.com/read/386607/8735585
java memoizer1.java
package net.jcip.examples;
import java.math.BigInteger;
import java.util.*;
import net.jcip.annotations.*;
/**
* Memoizer1
*
* Initial cache attempt using HashMap and synchronization
*
* @auth
www.eeworm.com/read/421154/10752551
c kernel.c
/* Non pre-empting synchronization kernel, machine-independent portion
*/
#if defined(PROCLOG) || defined(PROCTRACE)
#include
#endif
#include
#include
#include "gl
www.eeworm.com/read/270669/11030270
c kernel.c
/* Non pre-empting synchronization kernel, machine-independent portion
*/
#if defined(PROCLOG) || defined(PROCTRACE)
#include
#endif
#include
#include
#include "gl
www.eeworm.com/read/449996/7491919
c kernel.c
/* Non pre-empting synchronization kernel, machine-independent portion
*/
#if defined(PROCLOG) || defined(PROCTRACE)
#include
#endif
#include
#include
#include "gl
www.eeworm.com/read/437619/7744692
c kernel.c
/* Non pre-empting synchronization kernel, machine-independent portion
*/
#if defined(PROCLOG) || defined(PROCTRACE)
#include
#endif
#include
#include
#include "gl
www.eeworm.com/read/143516/12868743
c kernel.c
/* Non pre-empting synchronization kernel, machine-independent portion
*/
#if defined(PROCLOG) || defined(PROCTRACE)
#include
#endif
#include
#include
#include "gl
www.eeworm.com/read/137022/13347495
c kernel.c
/* Non pre-empting synchronization kernel, machine-independent portion
*/
#if defined(PROCLOG) || defined(PROCTRACE)
#include
#endif
#include
#include
#include "gl
www.eeworm.com/read/149476/5699616
cpp zipregistry.cpp
// ZipRegistry.cpp
#include "StdAfx.h"
#include "ZipRegistry.h"
#include "Common/IntToString.h"
#include "Common/StringConvert.h"
#include "Windows/Synchronization.h"
#include "Windows/R