代码搜索:thread
找到约 10,000 项符合「thread」的源代码
代码结果 10,000
www.eeworm.com/read/317123/13510057
c thread.c
/***************************************************************************
* thread.c
*
* Mon May 21 18:08:29 2007
* Copyright 2007 kf701
* Email
******
www.eeworm.com/read/315886/13535087
c thread.c
#include
#include
//#define NULL 0
void *threadA(void *arc)
{
while(1)
{
printf("hello threadA\n");
sleep(2);
}
}
void *threadB(void *arc)
{
while(1)
{
www.eeworm.com/read/315248/13547876
vcp thread.vcp
# Microsoft eMbedded Visual Tools Project File - Name="Thread" - Package Owner=
# Microsoft eMbedded Visual Tools Generated Build File, Format Version 6.02
# ** DO NOT EDIT **
# TARGTYPE "Win3
www.eeworm.com/read/315248/13547879
ico thread.ico
www.eeworm.com/read/315248/13547880
vcl thread.vcl
Build Log
--------------------Configuration: Thread - Win32 (WCE ARMV4I) Debug--------------------
Command Lines
Creating command line "rc.exe
www.eeworm.com/read/315248/13547881
rc thread.rc
//Microsoft eMbedded Visual C++ generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/315248/13547882
aps thread.aps
www.eeworm.com/read/315248/13547883
h thread.h
// Thread.h : main header file for the THREAD application
//
#if !defined(AFX_THREAD_H__FAA94EF8_D535_4438_9AC5_100F7536886C__INCLUDED_)
#define AFX_THREAD_H__FAA94EF8_D535_4438_9AC5_100F7536886C
www.eeworm.com/read/315248/13547884
vcw thread.vcw
Microsoft eMbedded Visual Tools Workspace File, Format Version 4.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
##########################################################################
www.eeworm.com/read/315248/13547886