代码搜索:Threads
找到约 7,387 项符合「Threads」的源代码
代码结果 7,387
www.eeworm.com/read/243359/4529024
java cmsmoduledeletethread.java
/*
* File : $Source: /usr/local/cvs/opencms/src/org/opencms/workplace/threads/CmsModuleDeleteThread.java,v $
* Date : $Date: 2007-08-13 16:30:04 $
* Version: $Revision: 1.14 $
*
* This l
www.eeworm.com/read/243359/4529025
java cmsxmlcontentrepairthread.java
/*
* File : $Source: /usr/local/cvs/opencms/src/org/opencms/workplace/threads/CmsXmlContentRepairThread.java,v $
* Date : $Date: 2007-08-13 16:30:04 $
* Version: $Revision: 1.4 $
*
* Thi
www.eeworm.com/read/243359/4529026
java cmsexportthread.java
/*
* File : $Source: /usr/local/cvs/opencms/src/org/opencms/workplace/threads/CmsExportThread.java,v $
* Date : $Date: 2007-08-13 16:30:04 $
* Version: $Revision: 1.9 $
*
* This library
www.eeworm.com/read/240162/4591721
todo
std::allocator
- switch to mt_allocator with --enable-threads=posix.
- persistent allocator
- global/extern allocator
std::string
- Policy-based design incorporating COW
vs. deep co
www.eeworm.com/read/237551/4625427
h local-setxid.h
/* SETxID functions which only have to change the local thread and
none of the possible other threads. */
#include
#include
/* If we can use the syscall directly, u
www.eeworm.com/read/233448/4670370
c gthr-win32.c
/* Implementation of W32-specific threads compatibility routines for
libgcc2. */
/* Copyright (C) 1999, 2000, 2002, 2004 Free Software Foundation, Inc.
Contributed by Mumit Khan
www.eeworm.com/read/233448/4687558
java thread_wait_interrupt.java
// Create two threads waiting on a monitor. Interrupt one of them. Does the
// other wake up correctly?
class Waiter extends Thread
{
Object monitor;
int thread_num;
boolean interrupted = fals
www.eeworm.com/read/233448/4687604
java thread_join.java
// Many threads join a single thread.
class Sleeper implements Runnable
{
int num = -1;
public Sleeper(int num)
{
this.num = num;
}
public void run()
{
System.out.println("s
www.eeworm.com/read/233448/4690420
todo
std::allocator
- switch to mt_allocator with --enable-threads=posix.
- persistent allocator
- global/extern allocator
std::string
- Policy-based design incorporating COW
vs. deep co
www.eeworm.com/read/218586/4857540
sql patch-job.sql
-- Jobs performed by parallel apache threads or a command-line daemon
CREATE TABLE /*$wgDBprefix*/job (
job_id int(9) unsigned NOT NULL auto_increment,
-- Command name, currently only refreshL