代码搜索:Threads
找到约 7,387 项符合「Threads」的源代码
代码结果 7,387
www.eeworm.com/read/242863/12976760
c async_io.c
//
// This file is part of the C++ Threads library.
//
// Copyright (C) 2001 Orn E. Hansen
//
#include "io.h"
#include "signal_num.h"
#include "sig_handler.h"
#include
#include
www.eeworm.com/read/140894/13054010
java serialnumberchecker.java
//: c13:SerialNumberChecker.java
// Operations that may seem safe are not,
// when threads are present.
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyrigh
www.eeworm.com/read/140545/13076945
cpp morebasicthreads.cpp
//: C11:MoreBasicThreads.cpp
// Adding more threads.
//{L} ZThread
#include "LiftOff.h"
#include "zthread/Thread.h"
using namespace ZThread;
using namespace std;
int main() {
const int sz
www.eeworm.com/read/327324/13086358
c thrq.c
/*
Queued-signals example using threads
AUP2, Sec. 9.05.5
Copyright 2003 by Marc J. Rochkind. All rights reserved.
May be copied only for purposes and under conditions described
on the Web page
www.eeworm.com/read/138758/13217388
java serialnumberchecker.java
//: c13:SerialNumberChecker.java
// Operations that may seem safe are not,
// when threads are present.
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyrigh
www.eeworm.com/read/320605/13422281
java serialnumberchecker.java
//: c13:SerialNumberChecker.java
// Operations that may seem safe are not,
// when threads are present.
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyrigh
www.eeworm.com/read/133772/5899378
c twothreads.c
#include
#include
#include
#include
/* now declare (and allocate space for) some kernel objects,
like the two threads we will use */
cyg_
www.eeworm.com/read/125688/6026599
h pthread.h
#ifdef OSKIT
#include
#else
/*
* Copyright (c) 1993, 1994 by Chris Provenzano, proven@mit.edu
* Copyright (c) 1995 by John Birrell
* All rights reserv
www.eeworm.com/read/158402/11621048
java privilege.java
// PART OF THE MACHINE SIMULATION. DO NOT CHANGE.
package nachos.security;
import nachos.machine.*;
import nachos.threads.KThread;
import java.util.LinkedList;
import java.util.Iterator;
import jav