代码搜索:pThread
找到约 7,828 项符合「pThread」的源代码
代码结果 7,828
www.eeworm.com/read/170391/9808213
cc thread_pool_client.cc
#include "thread_pool_client.h"
using namespace std;
void* processing(void* v)
{
#ifdef __DEBUG
cout
www.eeworm.com/read/182103/5272166
c init.c
/*
* Thread Test Program
*
* - test of POSIX's pthread_init() function from rtemstask Init()
*
* ott@linux.thai.net
*
* The license and distribution terms for this file may be
* found
www.eeworm.com/read/383065/2622506
tests nmakefile.tests
/* for running tests */
CCFLAGS = -g
_MT == 1
_timeb == timeb
_ftime == ftime
.SOURCE: tests
/*
:PACKAGE: pthread
*/
set keepgoing
":test:" : .MAKE .OPERATOR
local I
$(
www.eeworm.com/read/360524/2960843
sgi makefile.sgi
#
# $Header:
# By: Alex Theo de Jong, NIST
# Description:
# Makefile for MPEG 2 Buffer implementation for SGI Irix 5.3
#
# Operation System
OS = -DIRIX # -DIRIX_PTHREAD # -DSOLARIS # -DSOLARI
www.eeworm.com/read/282696/9073401
c mbs.c
#include
unsigned char Mbs_slave; /* slave number */
pthread_t Mbs_thread; /* slave thread */
int Mbs_device; /* slave device */
/********************************************
www.eeworm.com/read/182488/9201384
c mbs.c
#include
unsigned char Mbs_slave; /* slave number */
pthread_t Mbs_thread; /* slave thread */
int Mbs_device; /* slave device */
/********************************************
www.eeworm.com/read/170114/9818968
c 12-2.c
#ifdef __Linux__
# define _REENTRANT
# define _POSIX_SOURCE
#endif
/* Hack for LinuxThreads */
#ifdef __Linux__
# define _P __P
#endif
#include
#include
www.eeworm.com/read/435546/7790746
c mbs.c
#include
unsigned char Mbs_slave; /* slave number */
pthread_t Mbs_thread; /* slave thread */
int Mbs_device; /* slave device */
/********************************************
www.eeworm.com/read/299172/7881444
c 12-2.c
#ifdef __Linux__
# define _REENTRANT
# define _POSIX_SOURCE
#endif
/* Hack for LinuxThreads */
#ifdef __Linux__
# define _P __P
#endif
#include
#include
www.eeworm.com/read/332234/12772357
c 12-2.c
#ifdef __Linux__
# define _REENTRANT
# define _POSIX_SOURCE
#endif
/* Hack for LinuxThreads */
#ifdef __Linux__
# define _P __P
#endif
#include
#include