代码搜索:pThread
找到约 7,828 项符合「pThread」的源代码
代码结果 7,828
www.eeworm.com/read/180227/5287903
c hello_core.c
/*
* Written by Der Herr Hofrat, der.herr@hofr.at
* (C) 2002 FSMLabs
* License: GPL Version 2
*/
#include
#include
#include
#include
#include
#
www.eeworm.com/read/180227/5287904
c hello_func.c
/*
* Written by Der Herr Hofrat, der.herr@hofr.at
* (C) 2002 FSMLabs
* License: GPL Version 2
*/
#include
#include
#include
#include "hello.h"
extern struct shared_me
www.eeworm.com/read/180227/5288097
h rtl_posix.h
#ifndef __RTL_POSIX_H__
#define __RTL_POSIX_H__
struct rtl_posix_thread_struct
{
struct rtl_thread_struct *joining_thread;
void *retval;
void *joined_thread_retval;
pthread_spinlock_t exitlock;
}
www.eeworm.com/read/169697/5414868
c alltoall.c
#include
#include
#include
#include
#ifdef DO_DEBUG
#define DEBUG(_a){ _a ;fflush(stdout);}
#else
#define DEBUG(_a)
#endif
const int REQ_TAG = 111;
const int
www.eeworm.com/read/349556/3143639
c filestart.c
#include "fileStart.h"
#include "checkHttp.h"
#include "checkDNS.h"
#include "checkSMTP.h"
#include "checkPOP3.h"
//#include
FILE *httpLogFd;
FILE *DNSLogFd;
FILE *SMTPLogFd;
FILE *POP3L
www.eeworm.com/read/338072/3321437
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/338072/3322181
makefile
# $Id: Makefile,v 1.6 2002/11/09 02:10:17 derekm Exp $
BUILD = ../../build
include $(BUILD)/Makefile.pre
TARGET_LIBRARY = libsdp2
PACKAGES += UTIL PTHREAD
ifeq ($(USE_SSL),1)
PACKAGES += OPENSSL
e
www.eeworm.com/read/320652/3542253
sym tcb-offsets.sym
#include
#include
MULTIPLE_THREADS_OFFSET offsetof (tcbhead_t, multiple_threads)
STACK_GUARD offsetof (tcbhead_t, stack_guard)
PID offsetof (struct pthread, pid)
TID offse
www.eeworm.com/read/320652/3542680
sym tcb-offsets.sym
#include
#include
MULTIPLE_THREADS_OFFSET offsetof (tcbhead_t, multiple_threads)
POINTER_GUARD offsetof (tcbhead_t, pointer_guard)
PID offsetof (struct pthread, pid)
TID o
www.eeworm.com/read/305065/3780915
h maxeds~1.h
// Larbin
// Sebastien Ailleret
// 09-11-99 -> 20-01-00
/* this fifo cannot grow */
#ifndef MAXFIFO_H
#define MAXFIFO_H
#include
#include
#include "xutils/GenericFifo.h"
te