代码搜索:Threads
找到约 7,387 项符合「Threads」的源代码
代码结果 7,387
www.eeworm.com/read/136989/5827898
cpp performance_test.cpp
// Performance_Test.cpp,v 1.6 2003/11/09 04:12:09 dhinton Exp
#define ACE_BUILD_SVC_DLL
#include "ace/Service_Repository.h"
#include "Performance_Test_Options.h"
#include "Benchmark_Performan
www.eeworm.com/read/341017/12113664
c spgcrypt.c
/*
* Copyright 2007 Stephen Liu
* For license terms, see the file COPYING along with this library.
*/
#include
#include
#include
#include
#includ
www.eeworm.com/read/169190/5427102
c global_mutex.c
/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
* applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in c
www.eeworm.com/read/123218/14642073
c demo.c
/*****************************************************************************
* demo.c - demonstrates the implementation of a VxWorks application in a
* POSIX Threads environment.
*
www.eeworm.com/read/193974/5138487
test_thread
test_thread
thread (test_thread.py)
concurrent threads
locks
www.eeworm.com/read/244802/12842823
pl server.pl
use strict;
use warnings;
use Errno qw(EAGAIN);
use threads;
use threads::shared;
use IO::Socket::INET;
my $server_port = $ARGV[0] || '3000';
my $server = IO::Socket::INET->new( LocalPo
www.eeworm.com/read/242863/12976611
c consumer.c
#define __THREADS_MAIN
#include
#include
#include
#include
extern "C" {
# include
# include
};
using namespace std;
www.eeworm.com/read/139738/13137051
java elevatorbank.java
// PART OF THE MACHINE SIMULATION. DO NOT CHANGE.
package nachos.machine;
import nachos.security.*;
import nachos.threads.KThread;
import nachos.threads.Semaphore;
import java.util.Vector;
import j
www.eeworm.com/read/158402/11620834
java elevatorbank.java
// PART OF THE MACHINE SIMULATION. DO NOT CHANGE.
package nachos.machine;
import nachos.security.*;
import nachos.threads.KThread;
import nachos.threads.Semaphore;
import java.util.Vector;
import j
www.eeworm.com/read/207008/15284258
h darwin_semaphore.h
#ifndef GC_DARWIN_SEMAPHORE_H
#define GC_DARWIN_SEMAPHORE_H
#if !defined(GC_DARWIN_THREADS)
#error darwin_semaphore.h included with GC_DARWIN_THREADS not defined
#endif
/*
This is a very simple s