代码搜索:thread
找到约 10,000 项符合「thread」的源代码
代码结果 10,000
www.eeworm.com/read/205324/15320257
h thread.h
// Thread.h
extern int g_nIndent;
extern const char* g_szBlanks;
extern const char* g_szRootStorageName;
UINT WriteThreadProc(LPVOID pParam);
UINT ReadThreadProc(LPVOID pParam);
void ReadDir
www.eeworm.com/read/202662/15377185
h thread.h
/*
* libjingle
* Copyright 2004--2005, Google Inc.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
www.eeworm.com/read/202662/15377230
cxx thread.cxx
/*
* libjingle
* Copyright 2004--2005, Google Inc.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
www.eeworm.com/read/202231/15388983
h thread.h
#ifndef MTLTHREAD_H_
#define MTLTHREAD_H_
#ifdef __UNIX__
#include
#endif
#ifdef _WIN32
#include
#endif
class Thread_T
{
private:
#ifdef _WIN32
HANDLE m_threadHandle;
DWO
www.eeworm.com/read/202231/15388988
cpp thread.cpp
#include
#include
#include
//stop()之后,必须调用join()释放线程资源
//pass an object of Thread_T as arg
#ifdef __UNIX__
void* thread_routine(void* arg)
{
int status,cancel_type
www.eeworm.com/read/201525/15402657
asm thread.asm
;
; THREAD EXAMPLE
;
; Compile with FASM for Menuet
;
use32
org 0x0
db 'MENUET01' ; 8 byte id
dd 0x01
www.eeworm.com/read/200284/15435849
c thread.c
#include
#include
void thread1(void)
{
int i=0;
for(i=0;i
www.eeworm.com/read/200284/15435881
c thread.c
#include
#include
void thread1(void)
{
int i=0;
for(i=0;i