代码搜索:pThread
找到约 7,828 项符合「pThread」的源代码
代码结果 7,828
www.eeworm.com/read/113863/15446429
c test4.c
/* verify that calling pthread_attr_destroy() avoids memory leak */
#include "unpipc.h"
int
main(int argc, char **argv)
{
pthread_attr_t attr;
for ( ; ; ) {
Pthread_attr_init(&attr);
Pthread_
www.eeworm.com/read/113031/15471904
c tident.c
/********************************************************
* An example source module to accompany...
*
* "Using POSIX Threads: Programming with Pthreads"
* by Brad nichols, Dick Buttlar, Jacki
www.eeworm.com/read/113031/15471977
c static_init.c
/********************************************************
* An example source module to accompany...
*
* "Using POSIX Threads: Programming with Pthreads"
* by Brad nichols, Dick Buttlar, Jacki
www.eeworm.com/read/103433/15732376
~cpp locker.~cpp
//---------------------------------------------------------------------------
#include "Locker.h"
Locker::Locker()
{
pthread_mutex_init(&LOCK,NULL);
}
Locker::~Locker()
{
pthread_mutex_de
www.eeworm.com/read/103433/15732390
cpp locker.cpp
//---------------------------------------------------------------------------
#include "Locker.h"
Locker::Locker()
{
//pthread_mutex_init(&LOCK,NULL);
}
Locker::~Locker()
{
//pthread_mutex
www.eeworm.com/read/100584/15871004
c test4.c
/* verify that calling pthread_attr_destroy() avoids memory leak */
#include "unpipc.h"
int
main(int argc, char **argv)
{
pthread_attr_t attr;
for ( ; ; ) {
Pthread_attr_init(&attr);
Pthread_
www.eeworm.com/read/178204/9414966
m4 gnome-pthread-check.m4
dnl
dnl And better, use gthreads instead...
dnl
AC_DEFUN([GNOME_PTHREAD_CHECK],[
PTHREAD_LIB=""
AC_CHECK_LIB(pthread, pthread_create, PTHREAD_LIB="-lpthread",
[AC_CHECK_LIB(pthreads, pthread_crea
www.eeworm.com/read/174892/9570639
h cmutex.h
/*******************************************************************
* cMutex.h
* DESCRIPTION:互斥锁对象
*
* AUTHOR:
*
* HISTORY:
*
* DATE:2002-8-19
*
**
www.eeworm.com/read/198865/7906615
m4 gnome-pthread-check.m4
dnl
dnl And better, use gthreads instead...
dnl
AC_DEFUN([GNOME_PTHREAD_CHECK],[
PTHREAD_LIB=""
AC_CHECK_LIB(pthread, pthread_create, PTHREAD_LIB="-lpthread",
[AC_CHECK_LIB(pthreads, pthread_crea
www.eeworm.com/read/316230/13527973
m4 gnome-pthread-check.m4
dnl
dnl And better, use gthreads instead...
dnl
AC_DEFUN([GNOME_PTHREAD_CHECK],[
PTHREAD_LIB=""
AC_CHECK_LIB(pthread, pthread_create, PTHREAD_LIB="-lpthread",
[AC_CHECK_LIB(pthreads, pthread_crea