代码搜索:thread
找到约 10,000 项符合「thread」的源代码
代码结果 10,000
www.eeworm.com/read/207008/15284241
h gc_pthread_redirects.h
/* Our pthread support normally needs to intercept a number of thread */
/* calls. We arrange to do that here, if appropriate. */
#ifndef GC_PTHREAD_REDIRECTS_H
#define GC_PTHREAD_REDIRECTS_H
#i
www.eeworm.com/read/167890/5451425
c test_4.c
/*
This file is part of MANTIS OS, Operating System for Nymph.
See http://mantis.cs.colorado.edu/
Copyright (C) 2003 University of Colorado, Boulder
This program is free software; you can re
www.eeworm.com/read/167890/5451575
c cond.c
// This file is part of MANTIS OS, Operating System
// See http://mantis.cs.colorado.edu/
//
// Copyright (C) 2003,2004,2005 University of Colorado, Boulder
//
// This program is free software; yo
www.eeworm.com/read/167890/5451685
c cc2420_recv.c
// This file is part of MANTIS OS, Operating System
// See http://mantis.cs.colorado.edu/
//
// Copyright (C) 2003,2004,2005 University of Colorado, Boulder
//
// This program is free software; yo
www.eeworm.com/read/164348/5490734
cpp casyntim.cpp
/* ***** BEGIN LICENSE BLOCK *****
* Source last modified: $Id: casyntim.cpp,v 1.5.32.1 2004/07/09 02:06:33 hubbe Exp $
*
* Portions Copyright (c) 1995-2004 RealNetworks, Inc. All Rights Reserv
www.eeworm.com/read/472892/6859438
cpp process.cpp
#include "windows.h"
#include
#include
#include
#include
#include
#include
#define READER 'R' //读者
#define WRITER 'W'
www.eeworm.com/read/173135/9671993
h linux.h
#ifndef _LINUX_H_
#define _LINUX_H_
#include "../inc/posix.h"
#ifdef __cplusplus
extern "C" {
#endif
#ifndef _LINUX
#define _LINUX
#endif
#undef THREAD_PROC_MODE
#undef THREAD_CANCEL
//for
www.eeworm.com/read/266295/11232703
txt 线程写.txt
#include "windows.h"
#include
#include
#include
#include
#include
#include
#define PRODUCER 'P' //生产者
#define CONSUMER 'C'
www.eeworm.com/read/135783/13899712
txt czh.txt
#include
#include
#include "fstream.h"
//全局变量
int readcount=0; //读者数目
int writecount=0; //写者数目
/*
关键代码段是指一个小代码段,在代码能够执行前,它必须独占对某些共享资源的访问权。
这是让若干行代码能够
www.eeworm.com/read/135783/13899717
cpp rw.cpp
#include
#include
#include "fstream.h"
//全局变量
int readcount=0; //读者数目
int writecount=0; //写者数目
/*
关键代码段是指一个小代码段,在代码能够执行前,它必须独占对某些共享资源的访问权。
这是让若干行代码能够