代码搜索:pThread
找到约 7,828 项符合「pThread」的源代码
代码结果 7,828
www.eeworm.com/read/369257/9657682
h thread.h
#ifndef __THREAD_H__
#define __THREAD_H__
#include
#include
#include "types.h"
#define THREAD_RETURN void*
#define THREAD_API
typ
www.eeworm.com/read/414318/11121054
c cs072.c
//Run the programme with Number of threads as a parameter ex : ./test 4
#include
#include
#include
#define MAX_THREAD 20
#define NDIM 512
double
www.eeworm.com/read/265516/11262302
cpp process.cpp
#include "stdafx.h"
#include "camera.h"
#include "colorLimit.h"
#include "frontVision.h"
#include "process.h"
extern CWinThread* pThread;
extern bool threadRun;
UINT process(LPVOID pParam){
www.eeworm.com/read/249326/12510440
h thread.h
#ifndef __THREAD_H__
#define __THREAD_H__
#include
#include
#include "types.h"
#define THREAD_RETURN void*
#define THREAD_API
typ
www.eeworm.com/read/134438/13990924
c csgptest.c
#include "csgpapi.h"
#include
#include
#include
#include
void* ReadThread(void* argList)
{
int bStopThread = 1;
/*
while(bStopThread){
char
www.eeworm.com/read/106368/15638610
c sem1.c
#include
#include
#include
#include
using namespace std;
using namespace cpp_threads;
int main()
{
Pthread::setProject( "/tmp/sem
www.eeworm.com/read/106368/15638611
c sem2.c
#include
#include
using namespace cpp_threads;
int main()
{
Pthread::setProject( "/tmp/sematest" );
Semaphore sem(attributes::process_shared_e);
sem.post();
www.eeworm.com/read/139291/5804996
conf doxygen.conf
PROJECT_NAME=Apache
#INPUT=srclib/apr
INPUT=.
RECURSIVE=YES
FILE_PATTERNS=*.h
OUTPUT_DIRECTORY=docs/dox
ENABLE_PREPROCESSING=YES
MACRO_EXPANSION=YES
QUIET=YES
EXPAND_ONLY_PREDEF=YES
#EXPAND_AS_DEFI
www.eeworm.com/read/388272/8620359
cpp search.cpp
// search.cpp
// includes
#ifdef _WIN32
#include
#include
#else
#include
#include
#endif
#include
#include
#incl
www.eeworm.com/read/182446/9203884
in configure.in
dnl Process this file with autoconf to produce a configure script
AC_INIT(motion.c)
VERSION=3.2.7
AC_SUBST(VERSION)
THREAD_CFLAGS=""
THREAD_CHECK="pthread.h"
Darwin=""
FreeBSD=""
LINUXTHREADS="no"