代码搜索:thread
找到约 10,000 项符合「thread」的源代码
代码结果 10,000
www.eeworm.com/read/138956/13199589
c thread.c
/*********** THREAD.C COPYRIGHT 1989 GREGORY COLVIN ************
This program may be distributed free with this copyright notice.
***************************************************************/
#i
www.eeworm.com/read/138927/13201832
h thread.h
#ifndef _THREAD_H_
#define _THREAD_H_
#include
#include
/*if support thread.*/
#ifdef HAVE_THREAD
typedef void (*ThreadFunc) (ADT data);
typedef struct _Thread Thre
www.eeworm.com/read/138927/13201942
c thread.c
#include
#include
#ifdef HAVE_THREAD
#include
#include
Thread* thread_new(ThreadFunc func, ADT data, Bool joinable, Bool bound)
{
Thread* self;
pt
www.eeworm.com/read/138406/13237435
h thread.h
/*---------------------------------------------------------------
* Copyright (c) 1999,2000,2001,2002,2003
* The Board of Trustees of the University of Illinois
www.eeworm.com/read/138406/13237566
c thread.c
/*---------------------------------------------------------------
* Copyright (c) 1999,2000,2001,2002,2003
* The Board of Trustees of the University of Illinois
www.eeworm.com/read/324159/13281740
h thread.h
/*
* Copyright (C) 2001-2003 Jacek Sieka, j_s@telia.com
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as publ
www.eeworm.com/read/324159/13281824
cpp thread.cpp
/*
* Copyright (C) 2001-2003 Jacek Sieka, j_s@telia.com
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as publ
www.eeworm.com/read/239361/13284597
h thread.h
// ***************************************************************
// Thread version: 1.0 · date: 06/30/2006
// -------------------------------------------------------------
// Wrapper Thr
www.eeworm.com/read/239361/13284628
cpp thread.cpp
// ***************************************************************
// Thread version: 1.0 · date: 06/30/2006
// -------------------------------------------------------------
//
// -----