代码搜索:pThread
找到约 7,828 项符合「pThread」的源代码
代码结果 7,828
www.eeworm.com/read/304348/13796122
4 fig11.4
#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/136571/5870395
h slice.h
#ifndef SLICE_H
#define SLICE_H
#include
#ifndef SDL_THREADS
#include
#else
#include "SDL.h"
#include "SDL_thread.h"
#endif
/* Array of these feeds the slice dec
www.eeworm.com/read/117181/6110400
c schedlock.c
#include
#include
#include
#include
void *thread_function(void *arg); /* Pointer to function executed by each thread */
#define NUM 5
int args[NUM+1];
i
www.eeworm.com/read/112192/6147278
makefile
# $Id: Makefile,v 1.4 2002/11/12 20:25:13 veer Exp $
BUILD = ../../../build
include $(BUILD)/Makefile.pre
PACKAGES += PTHREAD SIP SDP2 SIPMGCP UTIL LIBCEXT LIBXML
CODE_SUBDIRS = samples unit_test
www.eeworm.com/read/111374/6155928
h slice.h
#ifndef SLICE_H
#define SLICE_H
#include
#ifndef SDL_THREADS
#include
#endif
#include "SDL.h"
#include "SDL_thread.h"
/* Array of these feeds the slice decoders */
typedef
www.eeworm.com/read/110972/6162933
h slice.h
#ifndef SLICE_H
#define SLICE_H
#include
#ifndef SDL_THREADS
#include
#else
#include "SDL.h"
#include "SDL_thread.h"
#endif
/* Array of these feeds the slice dec
www.eeworm.com/read/487870/6290637
makefile
SHELL =/bin/sh
IDIR =../Include
SRC_SIFTGPU = ../SiftGPU/src
SRC_DRIVER = ../TestWin/src
CC=gcc
CFLAGS= -I$(IDIR) -L/usr/lib -L./bin -Wall -Wno-deprecated -pthread -march=naive -mfpmath=sse
OD
www.eeworm.com/read/421459/6311268
11 figc.11
#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/421459/6311278
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/421459/6311443
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