代码搜索:thread
找到约 10,000 项符合「thread」的源代码
代码结果 10,000
www.eeworm.com/read/175598/9540544
c sched_yield.c
/*
* sched_yield.c
*
* Description:
* POSIX thread functions that deal with thread scheduling.
*
* --------------------------------------------------------------------------
*
* Pthreads
www.eeworm.com/read/175598/9540568
c pthread_getschedparam.c
/*
* sched_getschedparam.c
*
* Description:
* POSIX thread functions that deal with thread scheduling.
*
* --------------------------------------------------------------------------
*
*
www.eeworm.com/read/175598/9540600
c pthread_kill.c
/*
* pthread_kill.c
*
* Description:
* This translation unit implements the pthread_kill routine.
*
* --------------------------------------------------------------------------
*
* Pthrea
www.eeworm.com/read/175598/9540605
c pthread_cancel.c
/*
* pthread_cancel.c
*
* Description:
* POSIX thread functions related to thread cancellation.
*
* --------------------------------------------------------------------------
*
* Pthreads
www.eeworm.com/read/175598/9540606
h implement.h
/*
* implement.h
*
* Definitions that don't need to be public.
*
* Keeps all the internals out of pthread.h
*
* --------------------------------------------------------------------------
*
*
www.eeworm.com/read/175598/9540684
c ptw32_tkassocdestroy.c
/*
* ptw32_tkAssocDestroy.c
*
* Description:
* This translation unit implements routines which are private to
* the implementation and may be used throughout it.
*
* ---------------------------
www.eeworm.com/read/175333/9551201
h thrprocess.h
/*
* Copyright 2003 by Texas Instruments Incorporated.
* All rights reserved. Property of Texas Instruments Incorporated.
* Restricted rights to use, duplicate or disclose this code are
*
www.eeworm.com/read/175308/9552560
ex-20-01
// Example 20-01: Using threads
namespace Programming_CSharp
{
using System;
using System.Threading;
class Tester
{
static void Main()
{
// make an instan
www.eeworm.com/read/175308/9552561
ex-20-04
// Example 20-04: Using a Monitor object
namespace Programming_CSharp
{
using System;
using System.Threading;
class Tester
{
static void Main()
{
// make
www.eeworm.com/read/174978/9566109
java threadedechoserver.java
import java.net.*;
import java.io.*;
/** A multithreaded variation of EchoServer.
*
* Taken from Core Servlets and JavaServer Pages
* from Prentice Hall and Sun Microsystems Press,