代码搜索:pThread

找到约 7,828 项符合「pThread」的源代码

代码结果 7,828
www.eeworm.com/read/134381/13993702

c serial.c

/************************************************************************** * * serial.c * * elvis.deng@sdrcomm.biz * * serial communication * ***************************************
www.eeworm.com/read/113863/15446632

c server6.c

/* include servproc */ #include "unpipc.h" void servproc(void *cookie, char *dataptr, size_t datasize, door_desc_t *descptr, size_t ndesc) { long arg, result; arg = *((long *) dataptr); print
www.eeworm.com/read/112801/15476466

authors

Please read the BUGS file to see how to report bugs. AUTHORS Chris Vine PATCHES BY Jean-Baptiste Quenot - move the test for HAVE_PTHREAD_SIGMASK which i
www.eeworm.com/read/107468/15606643

c rtpgetstream.c

/*------------------------------------------------------------------------- * rtpgetstream.c - rtpgetstream *------------------------------------------------------------------------- */ #include
www.eeworm.com/read/107468/15606659

c rtpsources.c

/*------------------------------------------------------------------------- * rtpsources.c - rtpsources *------------------------------------------------------------------------- */ #include
www.eeworm.com/read/107468/15606677

c syngetstream.c

/*------------------------------------------------------------------------- * syngetstream.c - syngetstream *------------------------------------------------------------------------- */ #include
www.eeworm.com/read/107468/15606687

c synsources.c

/*------------------------------------------------------------------------- * synsources.c - synsources *------------------------------------------------------------------------- */ #include
www.eeworm.com/read/104305/15699491

c example92.c

/* example92.c */ #include #include #define MAXNITEMS 1000000 #define MAXNTHREADS 100 #define min(a,b) ((a) < (b) ? (a) : (b)) int nitems; int buf
www.eeworm.com/read/100584/15871207

c server6.c

/* include servproc */ #include "unpipc.h" void servproc(void *cookie, char *dataptr, size_t datasize, door_desc_t *descptr, size_t ndesc) { long arg, result; arg = *((long *) dataptr); print
www.eeworm.com/read/100019/15888017

h thread_lists.h

#ifndef __THREADS_LISTS_H #define __THREADS_LISTS_H #include class pthread; // // the program needs two lists, one for each thread that is // active. And another for each thread re