代码搜索:Threads
找到约 7,387 项符合「Threads」的源代码
代码结果 7,387
www.eeworm.com/read/123850/14609436
txt threads.txt
作者:jeru
email: jeru@163.net
日期:7/3/2001 10:03:12 AM
7) Threads
Objective 1)
Write code to define, instantiate and start new threads using both java.lang.Thread and java.lang.Runnable
· Java
www.eeworm.com/read/122139/14718809
h threads.h
// Larbin
// Sebastien Ailleret
// 15-11-99 -> 15-11-99
#ifndef THREADS_H
#define THREADS_H
typedef void* (*StartFun) (void *);
/* Launch a new thread
* return 0 in case of success
*/
int startTh
www.eeworm.com/read/122139/14718845
cc threads.cc
// Larbin
// Sebastien Ailleret
// 15-11-99 -> 07-12-00
#include "xutils/threads.h"
#include
/* Launch a new thread
* return 0 in case of success
*/
int startThread (StartFun run, voi
www.eeworm.com/read/121376/14758269
h threads.h
#ifndef THREADS_H_
#define THREADS_H_
////////////////////////////////////////////////////////////////////////////////
// macro DEFAULT_THREADING
// Selects the default threading model for certa
www.eeworm.com/read/121376/14758297
h threads.h
///////////////////////////////
// Generated header: Threads.h
// Forwards to the appropriate code
// that works on the detected compiler
// Generated on Mon Sep 30 23:14:48 2002
////////////////
www.eeworm.com/read/121376/14758317
h threads.h
#ifndef THREADS_H_
#define THREADS_H_
////////////////////////////////////////////////////////////////////////////////
// macro DEFAULT_THREADING
// Selects the default threading model for certa
www.eeworm.com/read/121376/14758376
h threads.h
#ifndef THREADS_H_
#define THREADS_H_
////////////////////////////////////////////////////////////////////////////////
// macro DEFAULT_THREADING
// Selects the default threading model for certain
www.eeworm.com/read/121376/14758457
h threads.h
///////////////////////////////////////////////////////////////////////////////
// The Loki Library
// Copyright (c) 2001 by Andrei Alexandrescu
// This code accompanies the book:
// Alexandrescu,
www.eeworm.com/read/120641/14794559