代码搜索:pThread
找到约 7,828 项符合「pThread」的源代码
代码结果 7,828
www.eeworm.com/read/177968/9425664
h tpool.h
/********************************************************
* An example source module to accompany...
*
* "Using POSIX Threads: Programming with Pthreads"
* by Brad nichols, Dick Buttlar, Jacki
www.eeworm.com/read/347553/7125683
h tpool.h
/********************************************************
* An example source module to accompany...
*
* "Using POSIX Threads: Programming with Pthreads"
* by Brad nichols, Dick Buttlar, J
www.eeworm.com/read/129924/5966053
h __string.h
#ifndef _SIZE_T
#define _SIZE_T
typedef pthread_size_t size_t;
#endif
/* Non-standard NetBSD string routines. */
#if !defined(_ANSI_SOURCE) && !defined(_POSIX_SOURCE)
__BEGIN_DECLS
char *strdup __P
www.eeworm.com/read/129924/5966214
h __string.h
#ifndef _SIZE_T
#define _SIZE_T
typedef pthread_size_t size_t;
#endif
/* Non-standard NetBSD string routines. */
#if !defined(_ANSI_SOURCE) && !defined(_POSIX_SOURCE)
__BEGIN_DECLS
char *strdup __P
www.eeworm.com/read/173224/9666499
am makefile.am
EXTRA_DIST = config.guess config.sub install-sh missing mkinstalldirs ltmain.sh \
acx_pthread.m4 type_socklen_t.m4 ac_c_inaddr_none.m4 aclocal-include.m4
www.eeworm.com/read/113031/15471994
h tpool.h
/********************************************************
* An example source module to accompany...
*
* "Using POSIX Threads: Programming with Pthreads"
* by Brad nichols, Dick Buttlar, Jacki
www.eeworm.com/read/373390/9457786
cpp mysync.cpp
/* File : mysync.cpp */
#include
#include
#include
#include
#include
#include "MySync.h"
MyMutex::MyMutex()
{
error = pthread_
www.eeworm.com/read/175598/9540530
changelog
2005-05-13 Ross Johnson
* pthread_kill.c (pthread_kill): Remove check for Win32 thread
priority (to confirm HANDLE validity). Useless since thread HANDLEs
a no
www.eeworm.com/read/175434/9549057
cpp mysync.cpp
/* File : mysync.cpp */
#include
#include
#include
#include
#include
#include "MySync.h"
MyMutex::MyMutex()
{
error = pthread_
www.eeworm.com/read/455033/7379022
cpp glutdraw.cpp
#ifdef __APPLE__
#include
#else
#include
#endif
//
#include
pthread_mutex_t mutex, mutexclose;
#include
#include
#include
using nam