代码搜索:Threads
找到约 7,387 项符合「Threads」的源代码
代码结果 7,387
www.eeworm.com/read/288937/3997969
h gthr-default.h
/* Threads compatibility routines for libgcc2 and libobjc. */
/* Compile this one with gcc. */
/* Copyright (C) 1997, 1999, 2000 Free Software Foundation, Inc.
This file is part of GNU CC.
GNU CC
www.eeworm.com/read/288937/3997970
h gthr-single.h
/* Threads compatibility routines for libgcc2 and libobjc. */
/* Compile this one with gcc. */
/* Copyright (C) 1997, 1999, 2000 Free Software Foundation, Inc.
This file is part of GNU CC.
GNU CC
www.eeworm.com/read/286192/4042145
cpp ucplot.cpp
// UCPLOT.CPP
#include "twl.h"
#include "threads.h"
#define CEXPORT extern "C" __declspec(dllexport)
class PlotThread: public Thread {
protected:
TFrameWindow *m_fw;
public:
PlotThread(char *
www.eeworm.com/read/283906/4074790
readme
Leader MPM:
This is an experimental variant of the standard worker MPM.
It uses a Leader/Followers design pattern to coordinate work among threads:
http://deuce.doc.wustl.edu/doc/pspdfs/lf.pdf
T
www.eeworm.com/read/281356/4117040
c linuxwrapper.c
/*
* USB support based on Linux kernel source
*
* 2003-06-21 Georg Acher (georg@acher.org)
*
* Concept:
*
* 1) Forget all device interrupts, scheduling, semaphores, threads etc.
* 1a)
www.eeworm.com/read/440906/1783339
java thread_wait_interrupt.java
// Create two threads waiting on a monitor. Interrupt one of them. Does the
// other wake up correctly?
// Origin: Bryce McKinlay
class Waiter extends Thread
{
Object monit
www.eeworm.com/read/420803/2060714
c isp4ht.c
// Included from swscale.c, if HAVE_THREADS is defined.
//#include
//#include "config.h"
// int IsCPUID() call to see if CPUID is supported
int IsCPUID(void)
{
long result;
www.eeworm.com/read/411046/2194906
c signal.c
/*
* signal.c
*
* Description:
* Thread-aware signal functions.
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright (C) 1998
*
* This library is free software; you can r
www.eeworm.com/read/411046/2194916
h implement.h
/*
* implement.h
*
* Definitions that don't need to be public.
*
* Keeps all the internals out of pthread.h
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright (C) 1998
www.eeworm.com/read/411046/2196642
c pthread_adds.c
/*
* signal.c
*
* Description:
* Thread-aware signal functions.
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright (C) 1998
*
* This library is free software; you can r