代码搜索:pThread
找到约 7,828 项符合「pThread」的源代码
代码结果 7,828
www.eeworm.com/read/304657/3794011
h specific.h
/*
* This is a reimplementation of a subset of the pthread_getspecific/setspecific
* interface. This appears to outperform the standard linuxthreads one
* by a significant margin.
* The major rest
www.eeworm.com/read/440906/1773351
h specific.h
/*
* This is a reimplementation of a subset of the pthread_getspecific/setspecific
* interface. This appears to outperform the standard linuxthreads one
* by a significant margin.
* The major rest
www.eeworm.com/read/375190/2725884
h specific.h
/*
* This is a reimplementation of a subset of the pthread_getspecific/setspecific
* interface. This appears to outperform the standard linuxthreads one
* by a significant margin.
* The major rest
www.eeworm.com/read/355695/3050419
makefile
################################
# Makefile for the remote daemon
################################
CC = gcc
CFLAGS = -pthread -DHAVE_REMOTE -DHAVE_SNPRINTF
#flags for debugging: -D_DEBUG
www.eeworm.com/read/260165/4334606
hpp thread_mutex.hpp
/* /////////////////////////////////////////////////////////////////////////
* File: unixstl/synch/thread_mutex.hpp
*
* Purpose: Intra-process mutex, based on PTHREADS pthread_mutex_t
www.eeworm.com/read/162519/5540862
h specific.h
/*
* This is a reimplementation of a subset of the pthread_getspecific/setspecific
* interface. This appears to outperform the standard linuxthreads one
* by a significant margin.
* The major rest
www.eeworm.com/read/321110/13412324
c myevent_pipe.c
/*
*
*myevent_pipe.c 利用select pipe实现一个事件封装,uclinux下面pthread_cond_xxx这几个函数好像有问题,原因不明
*
*/
#include "myevent.h"
#include
#include
#include
#include
www.eeworm.com/read/240943/4564652
c time.c
#include "internals.h"
#include "setjmp.h"
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/261580/4320761
c time.c
#include "internals.h"
#include "setjmp.h"
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/262462/11588469
makefile
################################################################################
# Makefile for wx-sdl tutorial, part 1
#
CXX := g++
CXXFLAGS := -W -Wall -fno-strict-aliasing -pthread -Wundef -