代码搜索:pThread
找到约 7,828 项符合「pThread」的源代码
代码结果 7,828
www.eeworm.com/read/200792/15424815
makefile
SDLDIR = /usr/include/SDL/
TARGET = YUV_player
CXXFLAGS = -pthread -I$(SDLDIR)
LIBS = -lSDL -pthread
CXX = g++
OBJS = video_play.o
all: $(OBJS)
$(CXX) -o $(TARGET) $(LIBS) $(OBJS)
video_play.o:vi
www.eeworm.com/read/200634/15428350
c main.c
/************************************************
* GPRS demo, use ppp to connect internet
* use ttyS1 to ctrol GPRS
* by Zou jian guo
* 2004-11-02
*
*********************
www.eeworm.com/read/113863/15446263
c wrappthread.c
/*
* pthreads wrapper functions.
*/
#include "unpipc.h"
void
Pthread_attr_init(pthread_attr_t *attr)
{
int n;
if ( (n = pthread_attr_init(attr)) == 0)
return;
errno = n;
err_sys("pthread_a
www.eeworm.com/read/113863/15446618
c serverintr4.c
/* include servproc */
#include "unpipc.h"
void
servproc_cleanup(void *arg)
{
printf("servproc cancelled, thread id %ld\n", pr_thread_id(NULL));
}
void
servproc(void *cookie, char *dataptr, size_t
www.eeworm.com/read/113031/15471967
c llist_test_threads_rw.c
/********************************************************
* An example source module to accompany...
*
* "Using POSIX Threads: Programming with Pthreads"
* by Brad nichols, Dick Buttlar, Jacki
www.eeworm.com/read/113031/15471971
c llist_test_threads.c
/********************************************************
* An example source module to accompany...
*
* "Using POSIX Threads: Programming with Pthreads"
* by Brad nichols, Dick Buttlar, Jacki
www.eeworm.com/read/113031/15471990
c matrix_threads.c
/********************************************************
* An example source module to accompany...
*
* "Using POSIX Threads: Programming with Pthreads"
* by Brad nichols, Dick Buttlar, Jacki
www.eeworm.com/read/111023/15520030
h thread.h
/*
The oSIP library implements the Session Initiation Protocol (SIP -rfc3261-)
Copyright (C) 2001,2002,2003 Aymeric MOIZARD jack@atosc.org
This library is free software; you can redistribute
www.eeworm.com/read/108226/15590699
am makefile.am
## Process this file with automake to produce Makefile.in
INCLUDES = \
@GTK_CFLAGS@
PTHREAD_LIB = -lpthread
bin_PROGRAMS = airsnort gencases decrypt orinoco_hopper
airsnort_SOURCES = \
main.c \
www.eeworm.com/read/107468/15606721
h rtp.h
/*-------------------------------------------------------------------------
* rtp.h - RTP_HEADER_LEN, RTP_DATA, RTP_INACTIVE, RTP_CNAMEPRESENT,
* RTP_DATASEEN
*-------------------------------------