代码搜索:pThread
找到约 7,828 项符合「pThread」的源代码
代码结果 7,828
www.eeworm.com/read/213147/4924847
makefile
#CPPFLAGS = -D__cplusplus -D_GNU_SOURCE -D_LINUX -I../../core
#LDFLAGS =
#LD = gcc
#TAR = peercast-linux.tgz
INCLUDES = -I../../core -I../../core/common
CPPFLAGS = -static -pthread -D__cplusplus -
www.eeworm.com/read/213147/4924854
svn-base makefile.svn-base
#CPPFLAGS = -D__cplusplus -D_GNU_SOURCE -D_LINUX -I../../core
#LDFLAGS =
#LD = gcc
#TAR = peercast-linux.tgz
INCLUDES = -I../../core -I../../core/common
CPPFLAGS = -static -pthread -D__cplusplus -
www.eeworm.com/read/213147/4925890
makefile
#CPPFLAGS = -D__cplusplus -D_GNU_SOURCE -D_LINUX -I../../core
#LDFLAGS =
#LD = gcc
#TAR = peercast-linux.tgz
INCLUDES = -I../../core -I../../core/common
CPPFLAGS = -static -pthread -D__cplusplus -
www.eeworm.com/read/213147/4925897
svn-base makefile.svn-base
#CPPFLAGS = -D__cplusplus -D_GNU_SOURCE -D_LINUX -I../../core
#LDFLAGS =
#LD = gcc
#TAR = peercast-linux.tgz
INCLUDES = -I../../core -I../../core/common
CPPFLAGS = -static -pthread -D__cplusplus -
www.eeworm.com/read/213147/4929454
makefile
#CPPFLAGS = -D__cplusplus -D_GNU_SOURCE -D_LINUX -I../../core
#LDFLAGS =
#LD = gcc
#TAR = peercast-linux.tgz
INCLUDES = -I../../core -I../../core/common
CPPFLAGS = -static -pthread -D__cplusplus -
www.eeworm.com/read/213147/4929461
svn-base makefile.svn-base
#CPPFLAGS = -D__cplusplus -D_GNU_SOURCE -D_LINUX -I../../core
#LDFLAGS =
#LD = gcc
#TAR = peercast-linux.tgz
INCLUDES = -I../../core -I../../core/common
CPPFLAGS = -static -pthread -D__cplusplus -
www.eeworm.com/read/200278/5070773
c badexit2.c
#include "apue.h"
#include
struct foo {
int a, b, c, d;
};
void
printfoo(const char *s, const struct foo *fp)
{
printf(s);
printf(" structure at 0x%x\n", (unsigned)fp);
printf(" fo
www.eeworm.com/read/200278/5070891
c goodexit.c
#include "apue.h"
#include
struct foo {
int a, b, c, d;
};
void
printfoo(const char *s, const struct foo *fp)
{
printf(s);
printf(" structure at 0x%x\n", (unsigned)fp);
printf(" fo
www.eeworm.com/read/198784/5082303
h threads.h
#ifndef _THREAD_H_
#define _THREAD_H_
#include
#include "comhead.h"
#include
//#include "IPC.h"
extern "C" void * global_run_thread( void *arg );
class CThread
{
pro
www.eeworm.com/read/198784/5082329
h threads.h
#ifndef _THREAD_H_
#define _THREAD_H_
#include
#include "comhead.h"
#include
//#include "IPC.h"
extern "C" void * global_run_thread( void *arg );
class CThread
{
pro