代码搜索:Threads
找到约 7,387 项符合「Threads」的源代码
代码结果 7,387
www.eeworm.com/read/447298/7554691
h threads.h
/**
* Summary: interfaces for thread handling
* Description: set of generic threading related routines
* should work with pthreads, Windows native or TLS threads
*
* Copy: See C
www.eeworm.com/read/260759/7592028
h threads.h
#if !defined(AFX_THREADS_H__43922C8B_D5B9_47C2_BB0C_88B8F917BD31__INCLUDED_)
#define AFX_THREADS_H__43922C8B_D5B9_47C2_BB0C_88B8F917BD31__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _M
www.eeworm.com/read/260759/7592052
cpp threads.cpp
// Threads.cpp : implementation file
//
#include "stdafx.h"
#include "clibench.h"
#include "Threads.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE
www.eeworm.com/read/445121/7599108
pro threads.pro
TEMPLATE = app
CONFIG += console thread
HEADERS = thread.h \
threaddialog.h
SOURCES = main.cpp \
thread.cpp \
threaddialog.cpp
www.eeworm.com/read/445022/7601550
ico threads.ico
www.eeworm.com/read/445022/7601552
aps threads.aps
www.eeworm.com/read/445022/7601553
h threads.h
// Threads.h : main header file for the THREADS application
//
#if !defined(AFX_THREADS_H__2DEBBC27_B714_4C8C_9D13_70F5432A4580__INCLUDED_)
#define AFX_THREADS_H__2DEBBC27_B714_4C8C_9D13_70F5432A
www.eeworm.com/read/445022/7601555
rc threads.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/445022/7601556
plg threads.plg
Build Log
--------------------Configuration: Threads - Win32 Debug--------------------
Command Lines
Creating command line "rc.exe /l 0x804 /fo
www.eeworm.com/read/445022/7601558
cpp threads.cpp
// Threads.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "Threads.h"
#include "ThreadsDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
s