代码搜索:pThread
找到约 7,828 项符合「pThread」的源代码
代码结果 7,828
www.eeworm.com/read/261580/4320783
c offsets.c
#define PTHREAD_KERNEL
#include "internals.h"
#include "setjmp.h"
#define DEFINE(sym, val) \
asm volatile("\n->" #sym " %0 " #val : : "i" (val))
#define BLANK() asm volatile("\n->" : : )
main()
{
www.eeworm.com/read/252498/4403741
makefile
# $Id: Makefile,v 1.1 2003/02/21 18:57:50 bko Exp $
BUILD = ../../build
include $(BUILD)/Makefile.pre
DEFINES += USE_PTHREADS
PACKAGES += PTHREAD RTP UTIL QUICKNET
VERIFY_TESTCASES = \
EndianVer
www.eeworm.com/read/162614/5538241
c 23591_thread-1.c
// { dg-require-sharedlib "" }
// { dg-options "-g -O2 -pthread -ldl -x c" { target *-*-linux* } }
// Copyright (C) 2005 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Libr
www.eeworm.com/read/154890/5632464
h http.h
#ifndef __HTTP_H
#define __HTTP_H
#include "qobject.h"
#include "qstring.h"
#include
#include
struct _HTRequest;
struct _HTList;
struct _HTChunk;
typedef _HTRequest HTRequest;
t
www.eeworm.com/read/195349/8162697
c cln.c
#include "kapp.h"
int main(int argc,char * argv[])
{
int sckCln,numbytes;
int iRsl = 0;
struct sockaddr_in srv;
char tmpbuf[128];
char buf[MAXDATASIZE];
struct hostent *he;
pthread_t
www.eeworm.com/read/195349/8162703
c srv.c
#include "kapp.h"
int main()
{
int sckSrv,sckCln,numbytes;
struct sockaddr_in srv;
struct sockaddr_in cln;
int sin_size;
char buf[MAXDATASIZE];
char tmpbuf[128];
pthread_t tid;
A
www.eeworm.com/read/367275/9763095
c torture.c
/* IBE torture test program
* Ben Lynn
*/
/*
Copyright (C) 2001 Benjamin Lynn (blynn@cs.stanford.edu)
See LICENSE for license
*/
#include
#include
#include
#inclu
www.eeworm.com/read/268381/11141796
hpp server.hpp
#ifndef _SERVER_HPP_
#define _SERVER_HPP_
#include
#include
#include
#include
using std::set;
class TcpServer {
public:
enum ErrorCode {
ERR
www.eeworm.com/read/147608/12542561
c thread7a.c
#include
#include
#include
#include
#ifndef _POSIX_THREAD_PRIORITY_SCHEDULING
#error "Sorry, your system does not support thread priority scheduling"
#e
www.eeworm.com/read/238196/13902998
c torture.c
/* IBE torture test program
* Ben Lynn
*/
/*
Copyright (C) 2001 Benjamin Lynn (blynn@cs.stanford.edu)
See LICENSE for license
*/
#include
#include
#include
#inclu