代码搜索:Threads
找到约 7,387 项符合「Threads」的源代码
代码结果 7,387
www.eeworm.com/read/132667/14079831
c test_smsc.c
/* ====================================================================
* The Kannel Software License, Version 1.0
*
* Copyright (c) 2001-2004 Kannel Group
* Copyright (c) 1998-2001 WapIT Ltd
www.eeworm.com/read/110223/15538644
cpp threadbalancer.cpp
// ========================================================
// Thread management/balancing
//
// Design and Implementation by Floris van den Berg
// ===============================================
www.eeworm.com/read/106368/15638593
h dining.h
#ifndef _DINING_PHILOSOPHERS
#define _DINING_PHILOSOPHERS
#include
using namespace cpp_threads;
class dining {
private:
int philosophers;
Pthread **p;
Semaphore p_finish;
Mutex *
www.eeworm.com/read/106368/15638609
c bugtest.c
#include
#include
#include
#include
#include
#include
extern "C" {
#include
};
using namespace std;
class Var {
public
www.eeworm.com/read/106368/15638674
am makefile.am
man_MANS = pthread.3 pthread_io.3 cond.3 mutex.3 semaphore.3 threads.7
EXTRA_DIST = $(man_MANS)
www.eeworm.com/read/104910/15681658
cc tthreadpool.cc
//
// Project : threadpool
// File : thread_pool.cc
// Purpose : class for managing a pool of threads
//
// Copyright (C) 2003 - Ronald Kriemann
//
// This library is free software; you can redistr
www.eeworm.com/read/104822/15682403
hz readme.hz
名称
MiniGUI - 面向实时嵌入式 Linux 系统的小型图形用户界面支持系统
目录
1. 介绍
2. 什么是 MiniGUI-Lite
3. 安装
4. 安装及配置示例
5. 已知臭虫和限制
6. 开发历史
7. 有关作者
8. 如果遇到问题
9. 版权信息
1. 介绍
MiniGU
www.eeworm.com/read/100019/15888015
h thread_semaphore.h
#ifndef __THREADS_SEMAPHORE_H
#define __THREADS_SEMAPHORE_H
#include
#include
class wait_queue;
/**
* A semaphore, it functions in much a similar way as a