代码搜索:thread
找到约 10,000 项符合「thread」的源代码
代码结果 10,000
www.eeworm.com/read/306245/3744521
cpp thread.cpp
// thread.cpp
//
// Copyright (c) 1999-2007 Symbian Software Ltd. All rights reserved.
//
// $Change: 937687 $
// This exercise is designed to build familiarity with threads,
// multi threadi
www.eeworm.com/read/306178/3764334
c thread.c
// thread.c
// By jpei
inherit ITEM;
void create()
{
set_name("细丝", ({ "thread", "xi si", "si" }));
set_weight(100);
if (clonep())
set_default_object(__FILE__);
else {
set("unit", "根");
se
www.eeworm.com/read/304657/3787201
c thread.c
/*
* java.lang.Thread.c
*
* Copyright (c) 1996, 1997
* Transvirtual Technologies, Inc. All rights reserved.
*
* Copyright (c) 2004
* The Kaffe.org's developers. See ChangeLog for details.
www.eeworm.com/read/304657/3791953
java thread.java
/* Thread -- an independent thread of executable code
Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004
Free Software Foundation
This file is part of GNU Classpath.
GNU Classpath is free
www.eeworm.com/read/304642/3795413
hpp thread.hpp
//
// thread.hpp
// ~~~~~~~~~~
//
// Copyright (c) 2003-2007 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// f
www.eeworm.com/read/304642/3795464
hpp thread.hpp
//
// thread.hpp
// ~~~~~~~~~~
//
// Copyright (c) 2003-2007 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// f
www.eeworm.com/read/304405/3799683
c thread.c
#include"kernel.h"
#define WRONG_THREAD_ID -1
#define WRONG_CAPABILITY -2
#define WRONG_STACK_TOP -3
#define WRONG_INTERRUPT_NUMBER -4
#define WRONG_FUNCTION_NUMBER -5
#define WRONG_PROCES
www.eeworm.com/read/301877/3830641
cxx thread.cxx
/*
* thread.cxx
*
* Sample program to test PWLib threads.
*
* Portable Windows Library
*
* Copyright (c) 2001,2002 Roger Hardiman
*
* The contents of this file are subject to the Mozilla Publ