代码搜索:Threads
找到约 7,387 项符合「Threads」的源代码
代码结果 7,387
www.eeworm.com/read/486037/1257166
h gthr-default.h
/* Threads compatibility routines for libgcc2 and libobjc. */
/* Compile this one with gcc. */
/* Copyright (C) 1997, 1999, 2000, 2001, 2002, 2003
Free Software Foundation, Inc.
This file is par
www.eeworm.com/read/484770/1268241
hpp size_policies.hpp
/*! \file
* \brief Size policies.
*
* This file contains size policies for thread_pool. A size
* policy controls the number of worker threads in the pool.
*
* Copyright (c) 2005-2007 Philipp Henkel
*
www.eeworm.com/read/483600/1276039
java synchbanktest.java
/**
@version 1.30 2004-08-01
@author Cay Horstmann
*/
import java.util.concurrent.locks.*;
/**
This program shows how multiple threads can safely access a data structure.
*/
publ
www.eeworm.com/read/482538/1287040
hh balancedthreadsched.hh
// -*- c-basic-offset: 4 -*-
#ifndef CLICK_SORTEDSCHED_HH
#define CLICK_SORTEDSCHED_HH
/*
* =c
* BalancedThreadSched([INTERVAL, INCREASING])
* =s threads
* bin packing scheduler
* =d
*
* Bin p
www.eeworm.com/read/480440/1317849
java simulsend.java
package mpi.threads ;
import mpi.*;
import java.util.Arrays;
public class SimulSend {
int DATA_SIZE=1000000;
public SimulSend() {
}
public SimulSend(String args[]) throw
www.eeworm.com/read/479224/1333914
h gthr-posix.h
/* Threads compatibility routines for libgcc2 and libobjc. */
/* Compile this one with gcc. */
/* Copyright (C) 1997, 1999, 2000, 2001, 2002, 2003
Free Software Foundation, Inc.
This file i
www.eeworm.com/read/479224/1333924
h gthr-single.h
/* Threads compatibility routines for libgcc2 and libobjc. */
/* Compile this one with gcc. */
/* Copyright (C) 1997, 1999, 2000 Free Software Foundation, Inc.
This file is part of GCC.
GCC
www.eeworm.com/read/479224/1334133
h gthr-posix.h
/* Threads compatibility routines for libgcc2 and libobjc. */
/* Compile this one with gcc. */
/* Copyright (C) 1997, 1999, 2000, 2001, 2002, 2003
Free Software Foundation, Inc.
This file is par
www.eeworm.com/read/479224/1334142
h gthr-default.h
/* Threads compatibility routines for libgcc2 and libobjc. */
/* Compile this one with gcc. */
/* Copyright (C) 1999, 2000, 2002, 2003, 2004 Free Software Foundation, Inc.
Contributed by Mumit K
www.eeworm.com/read/472280/1412566
frag makefile.frag
# Used in kaffe/kaffevm/systems/unix-pthreads/Makefile.am as gc_frag.
GC_DEFS= -DGC_THREADS -DKAFFE_BOEHM_GC $(BOEHMGC_SPECIFIC_FLAGS)