代码搜索:Threads
找到约 7,387 项符合「Threads」的源代码
代码结果 7,387
www.eeworm.com/read/481225/6645094
cc threadtest-buffer.cc
// threadtest.cc
// Simple test case for the threads assignment.
//
// Create two threads, and have them context switch
// back and forth between themselves by calling Thread::Yield,
// to illustrat
www.eeworm.com/read/481225/6645109
cc threadtest_me.cc
// threadtest.cc
// Simple test case for the threads assignment.
//
// Create two threads, and have them context switch
// back and forth between themselves by calling Thread::Yield,
// to illustrat
www.eeworm.com/read/481225/6645128
cc threadtest.cc
// threadtest.cc
// Simple test case for the threads assignment.
//
// Create two threads, and have them context switch
// back and forth between themselves by calling Thread::Yield,
// to illustrat
www.eeworm.com/read/158402/11620713
java scheduler.java
package nachos.threads;
import nachos.machine.*;
/**
* Coordinates a group of thread queues of the same kind.
*
* @see nachos.threads.ThreadQueue
*/
public abstract class Scheduler {
/**
www.eeworm.com/read/225360/14543959
cc threadtest.cc
// threadtest.cc
// Simple test case for the threads assignment.
//
// Create two threads, and have them context switch
// back and forth between themselves by calling Thread::Yield,
// to illustrat
www.eeworm.com/read/491809/1187509
makefile
# NOTE: this is a GNU Makefile. You must use "gmake" rather than "make".
#
# Makefile for the threads assignment. The threads assignment must
# be done first!
#
# Copyright (c) 1992 The Regents of
www.eeworm.com/read/491809/1187531
cc threadtest.cc
// threadtest.cc
// Simple test case for the threads assignment.
//
// Create two threads, and have them context switch
// back and forth between themselves by calling Thread::Yield,
// to illustrat
www.eeworm.com/read/489022/1226394
java threadcontroller.java
package ie.vnit.threads;
/**
* A simple controller class for a multithreaded environment, where threads
* may insert and process 'tasks' from/into a queue. Multiple 'depth-levels'
* are suppo
www.eeworm.com/read/489022/1226396
java queue.java
package ie.vnit.threads;
import java.util.Set;
/**
* Interface Queue
*
* This interface defines a Queue for a multithreaded environment, where
* threads can insert (push) Objects (tasks)
www.eeworm.com/read/338072/3322881
c cleanup.c
/*
* cleanup.c
*
* Description:
* This translation unit implements routines associated
* with cleaning up threads.
*
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright