代码搜索:pThread
找到约 7,828 项符合「pThread」的源代码
代码结果 7,828
www.eeworm.com/read/197222/8011218
c stk_main.c
#include
#include
#include "sip_util.h"
#include "sip_ctrl.h"
#include "sip_message.h"
#include "sdp.h"
#include "stack_if.h"
#include "rtp_ctrl.h"
#include
SAVE_MS
www.eeworm.com/read/141965/5767472
c ex10_1.c
/*filename:ex7_1.c*/
#include
#include
#include
#include
#define THREAD_NUM 2
void *my_thread(void *arg)
{
pthread_t id;
int *nump;
int num;
i
www.eeworm.com/read/141965/5767475
c ex10_1a.c
/*filename:ex7_1.c*/
#include
#include
#include
#include
#define THREAD_NUM 2
void *my_thread(void *arg)
{
pthread_t id;
int *nump;
int num;
i
www.eeworm.com/read/408584/11381461
lc serv08.lc
/* include serv08 */
#include "unpthread.h"## 1 ##src/server/serv08.c##
#include "pthread08.h"## 2 ##src/server/serv08.c##
static int nthreads;## 3 ##src/server/serv08.c##
pthread_mutex_t cl
www.eeworm.com/read/347594/11657078
cpp yd20mas.cpp
#include "msystem.h"
#include "YD20Mas.h"
void* YD20Master(void *pVoid)//Period and Cycle for PRM=1; Wait IND for PRM=0
{
CYD20Mas *pAS = (CYD20Mas *)pVoid;
pthread_setcancelstate(PTHREAD_CANCEL_EN
www.eeworm.com/read/155212/11889424
c repeat.c
#include
#include
#include
#include
#include
#include "rt_com.h"
#include "rt_comP.h"
int period=100000000;
int fifo_size=4000;
pthread_
www.eeworm.com/read/151671/12182537
c repeat.c
#include
#include
#include
#include
#include
#include "rt_com.h"
#include "rt_comP.h"
int period=100000000;
int fifo_size=4000;
pthread_
www.eeworm.com/read/290808/3971212
lc serv08.lc
/* include serv08 */
#include "unpthread.h"## 1 ##src/server/serv08.c##
#include "pthread08.h"## 2 ##src/server/serv08.c##
static int nthreads;## 3 ##src/server/serv08.c##
pthread_mutex_t cl
www.eeworm.com/read/367640/9739221
c repeat.c
#include
#include
#include
#include
#include
#include "rt_com.h"
#include "rt_comP.h"
int period=100000000;
int fifo_size=4000;
pthread_
www.eeworm.com/read/191298/8431170
am makefile.am
if COMPILE_TOOLS
bin_PROGRAMS = sip_reg
endif
AM_CFLAGS = @CFLAGS@ @PTHREAD_CFLAGS@ @EXOSIP_FLAGS@
sip_reg_SOURCES = sip_reg.c
sip_reg_LDFLAGS = -O @EXOSIP_LIB@ @PTHREAD_LIBS@
sip_reg_LDADD = -L$