代码搜索:Threads
找到约 7,387 项符合「Threads」的源代码
代码结果 7,387
www.eeworm.com/read/145120/5747896
c appthreads.c
/*
* Copyright 2003 by Texas Instruments Incorporated.
* All rights reserved. Property of Texas Instruments Incorporated.
* Restricted rights to use, duplicate or disclose this code are
*
www.eeworm.com/read/144698/5748575
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ShellApi;
type
TForm1 = class(TForm)
ListBox1: TListBox;
Butt
www.eeworm.com/read/144216/5752038
noembed jniconfig.noembed
eval `$JPL_SRC/setvars -perl`;
$java = $ENV{JAVA_HOME};
$jpl = $ENV{JPL_HOME};
# Are we using Kaffe?
#
$KAFFE = 0;
# What is the name of the JVM library?
#
$LIBJVM="java";
# Where is the JVM librar
www.eeworm.com/read/144216/5752171
readme
See the README.threads in the main perl 5.004_xx development
distribution (x >= 50) for details of how to build and use this.
If all else fails, read on.
If your version of patch can't create a file
www.eeworm.com/read/144216/5752180
t list.t
use Thread qw(async);
use Thread::Semaphore;
my $sem = Thread::Semaphore->new(0);
$nthreads = 4;
for (my $i = 0; $i < $nthreads; $i++) {
async {
my $tid = Thread->self->tid;
print "threa
www.eeworm.com/read/137691/5820756
java threadstatemapping.java
package org.python.core;
class ThreadStateMapping {
private static boolean checkedJava2 = false;
public static ThreadStateMapping makeMapping() {
if (!checkedJava2) {
ch
www.eeworm.com/read/136989/5827611
cpp message_queue.cpp
// message_queue.cpp,v 1.8 2003/11/09 20:44:18 dhinton Exp
/* To illustrate the ACE_Message_Queue, we use a derivative of
ACE_Task. We also derive from ACE_Message_Block to show that we
www.eeworm.com/read/136989/5827617
cpp barrier_i.cpp
// Barrier_i.cpp,v 1.8 2003/11/09 20:44:19 dhinton Exp
#include "Barrier_i.h"
#include "ace/Barrier.h"
/* Initialize the threads_ count to zero and the barrier_ pointer to a
safe value.
www.eeworm.com/read/136989/5827777
h task.h
// Task.h,v 1.4 2001/12/24 20:51:02 schmidt Exp
// Task.h
//
// Tutorial regarding a way to use ACE_Stream.
//
// written by bob mcwhirter (bob@netwrench.com)
#ifndef TASK_H
#define TASK_H
www.eeworm.com/read/136989/5829134
readme
Design approaches for the Kokyu based DSRT scheduler/dispatcher
--------------------------------------------------------
The DSRT schedulers in this directory use the Kokyu DSRT
dispatching class