代码搜索:Threads
找到约 7,387 项符合「Threads」的源代码
代码结果 7,387
www.eeworm.com/read/321483/3534699
pm shared.pm
package threads::shared;
use 5.008;
use strict;
use warnings;
our $VERSION = '1.14';
my $XS_VERSION = $VERSION;
$VERSION = eval $VERSION;
# Declare that we have been loaded
$threads::shared::threa
www.eeworm.com/read/358128/3000200
pm shared.pm
package threads::shared;
use 5.008;
use strict;
use warnings;
our $VERSION = '1.14';
my $XS_VERSION = $VERSION;
$VERSION = eval $VERSION;
# Declare that we have been loaded
$threads::shared::threa
www.eeworm.com/read/106368/15638645
h sig_handler.h
//
// This file is part of the C++ threads library
//
// Copyright (C) 2001, The C++ threads library team.
//
// This file creates a mechanism to deliver signals
// to a C++ thread.
//
#ifndef CPP_TH
www.eeworm.com/read/242863/12976656
c sock_buffer.c
//
// This file is part of the C++ threads library.
//
// Copyright (C) 2001 Orn E. Hansen
//
#include "io.h"
#include "buffer.h"
namespace cpp_threads {
SocketBuffer::SocketBuffer()
: Socket
www.eeworm.com/read/139738/13137014
java roundrobinscheduler.java
package nachos.threads;
import nachos.machine.*;
import java.util.LinkedList;
import java.util.Iterator;
/**
* A round-robin scheduler tracks waiting threads in FIFO queues, implemented
* with li
www.eeworm.com/read/408073/11405885
cpp visibility.cpp
#include "visibility.h"
CVisCalc::CVisCalc() {
threads.Init(true);
}
CVisCalc::~CVisCalc() {
threads.ShutDown();
for(int i=0; i
www.eeworm.com/read/158402/11620731
java roundrobinscheduler.java
package nachos.threads;
import nachos.machine.*;
import java.util.LinkedList;
import java.util.Iterator;
/**
* A round-robin scheduler tracks waiting threads in FIFO queues, implemented
* with li
www.eeworm.com/read/412251/2171305
svn-base config.h.in.svn-base
/* config.h.in. Generated from configure.ac by autoheader. */
/* Defined if threads enabled */
#undef ENABLE_THREADS
/* Define to 1 if you have the header file. */
#undef HAVE_CSTDIO
/*
www.eeworm.com/read/106368/15638618
c sock_buffer.c
//
// This file is part of the C++ threads library.
//
// Copyright (C) 2001 Orn E. Hansen
//
#include "io.h"
#include "buffer.h"
namespace cpp_threads {
SocketBuffer::SocketBuffer()
: Socket