代码搜索:thread
找到约 10,000 项符合「thread」的源代码
代码结果 10,000
www.eeworm.com/read/149033/5703696
java thread.java
/*
* Copyright 2003 by Redsoft Factory Inc.,
* Apt 738, 68 Corporate Drive, Toronto, Ontario, Canada
* All rights reserved.
*
* This software is the confidential and proprietary information
* of
www.eeworm.com/read/149033/5703702
java thread.java
/*
* XP Forum
*
* Copyright (c) 2002-2003 RedSoft Group. All rights reserved.
*
*/
package org.redsoft.forum.search;
/**
* Value object of thread for display purpose in search module
*
* @au
www.eeworm.com/read/149033/5703736
java thread.java
package org.redsoft.forum.web;
import java.text.SimpleDateFormat;
import java.util.Date;
/**
* This object that represents a thread(post) in db
*
* @author Charles Huang
* @since JDK 1.4
*/
imp
www.eeworm.com/read/148359/5715988
h thread.h
// This may look like C code, but it is really -*- C++ -*-
//
// Copyright Bob Friesenhahn, 1999, 2000, 2001, 2003
//
// Definition of types and classes to support threads
//
// This class is a Magick
www.eeworm.com/read/146268/5739057
c thread.c
/*
* Copyright (C) 2001-2004 by egnite Software GmbH. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the fo
www.eeworm.com/read/146268/5739064
c thread.c
/*
* Copyright (C) 2000-2004 by ETH Zurich
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
www.eeworm.com/read/146268/5739083
c thread.c
/*
* Copyright (C) 2004 by Jan Dubiec. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditi
www.eeworm.com/read/144216/5752170
xs thread.xs
#define PERL_NO_GET_CONTEXT
#include "EXTERN.h"
#include "perl.h"
#include "XSUB.h"
/* Magic signature for Thread's mg_private is "Th" */
#define Thread_MAGIC_SIGNATURE 0x5468
#ifdef __cplusplus
#i
www.eeworm.com/read/144216/5752179
pm thread.pm
package Thread;
require Exporter;
use XSLoader ();
our($VERSION, @ISA, @EXPORT);
$VERSION = "1.0";
@ISA = qw(Exporter);
@EXPORT_OK = qw(yield cond_signal cond_broadcast cond_wait async);
=head1 NAM
www.eeworm.com/read/143026/5760272
h thread.h
//////////////////////////////////////////////////////////////////////
// FileFury
// Copyright (c) 2000 Tenebril Incorporated
// All rights reserved.
//
// This source code is governed by the Te