代码搜索:thread
找到约 10,000 项符合「thread」的源代码
代码结果 10,000
www.eeworm.com/read/139291/5804538
c thread_rwlock.c
/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
* applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in c
www.eeworm.com/read/139291/5804539
c thread_cond.c
/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
* applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in c
www.eeworm.com/read/136989/5827593
h thread_pool.h
// thread_pool.h,v 1.10 2003/11/09 20:44:18 dhinton Exp
#ifndef THREAD_POOL_H
#define THREAD_POOL_H
/* In order to implement a thread pool, we have to have an object that
can create a threa
www.eeworm.com/read/136989/5827595
cpp thread_pool.cpp
// thread_pool.cpp,v 1.11 2002/02/25 18:11:23 jwillemsen Exp
#include "thread_pool.h"
/* We need this header so that we can invoke handle_input() on the
objects we dequeue. */
#include "ac
www.eeworm.com/read/136989/5829069
h thread_task.h
//Thread_Task.h,v 1.3 2003/07/27 23:40:32 yamuna Exp
#ifndef THREAD_TASK_H
#define THREAD_TASK_H
#include "tao/RTScheduling/RTScheduler.h"
//#include "FP_Scheduler.h"
#include "ace/Task.h"
#in
www.eeworm.com/read/136989/5829075
cpp thread_task.cpp
//Thread_Task.cpp,v 1.2 2003/07/24 07:04:16 yamuna Exp
#include "Thread_Task.h"
#include "ace/Atomic_Op.h"
#include "Task_Stats.h"
#include "tao/ORB_Core.h"
#include "ace/High_Res_Timer.h"
T
www.eeworm.com/read/136989/5829120
h thread_task.h
/* -*- C++ -*- */
//=============================================================================
/**
* @file Thread_Task.h
*
* Thread_Task.h,v 1.4 2003/02/13 17:48:18 pradeep Exp
*
* A
www.eeworm.com/read/136989/5829123
cpp thread_task.cpp
//Thread_Task.cpp,v 1.6 2003/08/19 18:51:18 dhinton Exp
#include "Thread_Task.h"
#include "ace/High_Res_Timer.h"
#include "tao/debug.h"
#include "tao/ORB_Core.h"
#include "Activity.h"
#inclu
www.eeworm.com/read/136989/5831080
h thread_action.h
//Thread_Action.h,v 1.6 2003/11/04 08:13:00 dhinton Exp
#ifndef Thread_Action_H
#define Thread_Action_H
#include "tao/RTScheduling/RTScheduler.h"
#include "ace/Log_Msg.h"
#include "ace/OS_NS_st
www.eeworm.com/read/136989/5831088
bor thread_cancel.bor
# Thread_Cancel.bor,v 1.3 2003/12/23 21:20:19 dhinton Exp
# Makefile for building the Thread_Cancel exe with Borland C++ Builder
NAME = Thread_Cancel
OBJFILES = \
$(OBJDIR)\Scheduler.obj \