代码搜索:thread
找到约 10,000 项符合「thread」的源代码
代码结果 10,000
www.eeworm.com/read/204643/5030886
c thread.c
/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
* applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in c
www.eeworm.com/read/204643/5030890
c thread.c
/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
* applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in c
www.eeworm.com/read/204643/5030894
c thread.c
/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
* applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in c
www.eeworm.com/read/204643/5030899
c thread.c
/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
* applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in c
www.eeworm.com/read/202805/5045518
c thread.c
/* $Id: thread.c 974 2007-02-19 01:13:53Z bennylp $ */
/*
* Copyright (C)2003-2007 Benny Prijono
*
* This program is free software; you can redistribute it and/or modify
www.eeworm.com/read/198784/5082302
h thread.h
#ifndef _THREAD_H_
#define _THREAD_H_
#include "../include/comhead.h"
#include
#include
//#include "ThreadPool.h"
typedef sem_t Semaphore;
typedef enum
{
THREAD_IDLE =
www.eeworm.com/read/198784/5082310
cpp thread.cpp
#include "Thread.h"
void* GlobalThreadFunction(void* argv)
{
CThread* thread = reinterpret_cast(argv);
if (thread)
{
thread->SetThreadState(THREAD_RUNNING);
thread->Run();
th
www.eeworm.com/read/198784/5082328
h thread.h
#ifndef _THREAD_H_
#define _THREAD_H_
#include "../include/comhead.h"
#include
#include
//#include "ThreadPool.h"
typedef sem_t Semaphore;
typedef enum
{
THREAD_IDLE =
www.eeworm.com/read/198784/5082336
cpp thread.cpp
#include "Thread.h"
void* GlobalThreadFunction(void* argv)
{
CThread* thread = reinterpret_cast(argv);
if (thread)
{
thread->SetThreadState(THREAD_RUNNING);
thread->Run();
th
www.eeworm.com/read/198784/5082344
h thread.h
#ifndef _THREAD_H_
#define _THREAD_H_
#include "comhead.h"
#include
#include
typedef void ThreadHandler;
typedef sem_t Semaphore;
typedef enum
{
issCreate =0,
iss