代码搜索:thread
找到约 10,000 项符合「thread」的源代码
代码结果 10,000
www.eeworm.com/read/254999/12107331
c thread.c
/* Copyright (C) 2004,2005 David Decotigny
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free
www.eeworm.com/read/254997/12107746
h thread.h
/* Copyright (C) 2004,2005 David Decotigny
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free
www.eeworm.com/read/254997/12107806
c thread.c
/* Copyright (C) 2004,2005 David Decotigny
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free
www.eeworm.com/read/254995/12108218
h thread.h
/* Copyright (C) 2004,2005 David Decotigny
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free
www.eeworm.com/read/254995/12108258
c thread.c
/* Copyright (C) 2004,2005 David Decotigny
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free
www.eeworm.com/read/254994/12108475
h thread.h
/* Copyright (C) 2004,2005 David Decotigny
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free
www.eeworm.com/read/254994/12108503
c thread.c
/* Copyright (C) 2004,2005 David Decotigny
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free
www.eeworm.com/read/152475/12110427
h thread.h
/*
* Copyright (C) 2001-2005 Jacek Sieka, arnetheduck on gmail point com
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Publi
www.eeworm.com/read/152475/12110536
cpp thread.cpp
/*
* Copyright (C) 2001-2005 Jacek Sieka, arnetheduck on gmail point com
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Publi
www.eeworm.com/read/339898/12197026
h thread.h
#ifndef _THREAD_H_
#define _THREAD_H_
/* 包含头文件 */
#include "stdefine.h"
/* 类型声明 */
typedef int (*THREADPROC)(void *argv);
/* 函数声明 */
BOOL InitMultiThread(WORD cycle); /* cycle 主线程的时间片 */