代码搜索:pThread

找到约 7,828 项符合「pThread」的源代码

代码结果 7,828
www.eeworm.com/read/341017/12113667

h spgcrypt.h

/* * Copyright 2007 Stephen Liu * For license terms, see the file COPYING along with this library. */ #ifndef __spgcrypt_h__ #define __spgcrypt_h__ #ifdef __cplusplus extern "C" { #endif int sp_
www.eeworm.com/read/225975/14507966

h mutex.h

#ifndef _MUTEX_H_INCLUDE_ #define _MUTEX_H_INCLUDE_ #ifndef WIN32 #include #endif class Mutex { friend class MutexApply; public: Mutex(); virtual ~Mutex(); public:
www.eeworm.com/read/225975/14507981

h condition.h

#ifndef _CONDITION_H_INCLUDE_ #define _CONDITION_H_INCLUDE_ #ifndef WIN32 #include #endif class Mutex; class Condition { public: Condition(Mutex&mutex); virtual ~Condition(
www.eeworm.com/read/223685/14619381

c hello_arg1.c

/****************************************************************************** * FILE: hello_arg1.c * DESCRIPTION: * A "hello world" Pthreads program which demonstrates one safe way * to pass arg
www.eeworm.com/read/223685/14619415

c hello_arg3.c

/***************************************************************************** * FILE: hello_arg3.c * DESCRIPTION: * This "hello world" Pthreads program demonstrates an unsafe (incorrect) * way t
www.eeworm.com/read/223419/14641777

c kb_test.c

#include #include #include #include #include #include #include #include "kb_read.h" main() { char key; char cmd[255];
www.eeworm.com/read/123218/14642053

c msgqlib.c

/***************************************************************************** * msgQLib.c - defines the wrapper functions and data structures needed * to implement a VxWorks 'native' me
www.eeworm.com/read/223341/14644281

cpp connectthread.cpp

/****************************************************************/ /* */ /* CONNECTTHREAD.CPP */ /* */ /* Implementation of the Connect Thread. */ /
www.eeworm.com/read/119695/14824341

h mythread.h

/************************************************* class name : Thread_interface function: It is base class of all threads. used by class Mythread. *********************************************
www.eeworm.com/read/117461/14919512

h mythread.h

/************************************************* class name : Thread_interface function: It is base class of all threads. used by class Mythread. *********************************************