代码搜索:Threads
找到约 7,387 项符合「Threads」的源代码
代码结果 7,387
www.eeworm.com/read/171081/5398996
c pthread_timechange_handler_np.c
/*
* pthread_timechange_handler_np.c
*
* Description:
* This translation unit implements miscellaneous thread functions.
*
* ---------------------------------------------------------------------
www.eeworm.com/read/169190/5428224
naming mpm.naming
The following MPMs currently exist:
prefork ....... Multi Process Model with Preforking (Apache 1.3)
perchild ...... Multi Process Model with Threading.
Constant number of pr
www.eeworm.com/read/168019/5449984
h threadpool.h
///////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2000-2003 Intel Corporation
// All rights reserved.
//
// Redistribution and use in source and binary
www.eeworm.com/read/167890/5451990
readme
README for pwrmgt.c
This is a small sample program that demonstrates the mos_thread_sleep(time)
function and the power management capability. They are related. In a single
threaded system, mos_threa
www.eeworm.com/read/163965/5503772
java namespacecachetest.java
/*
* Copyright 2001-2005 (C) MetaStuff, Ltd. All Rights Reserved.
*
* This software is open source.
* See the bottom of this file for the licence.
*/
package org.dom4j.tree;
import jun
www.eeworm.com/read/159050/5588494
java maptest.java
// $Id: MapTest.java,v 1.1 2005/06/09 19:21:18 dan Exp $
//
// See README_THREADTEST.TXT for usage details.
//
public class MapTest {
public static void main(String args[]) {
String
www.eeworm.com/read/157256/5607061
h threadpool.h
///////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2000-2003 Intel Corporation
// All rights reserved.
//
// Redistribution and use in source and binary
www.eeworm.com/read/156624/5610283
java threadlooptag.java
/**
* Copyright (C) 2001 Yasna.com. All rights reserved.
*
* ===================================================================
* The Apache Software License, Version 1.1
*
* Redistributi
www.eeworm.com/read/154277/5638392
java threadfactoryuser.java
/*
File: ThreadFactoryUser.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 as
www.eeworm.com/read/154277/5638429
java readwritelock.java
/*
File: ReadWriteLock.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 assist