代码搜索:pThread
找到约 7,828 项符合「pThread」的源代码
代码结果 7,828
www.eeworm.com/read/365783/9847614
c thread3.c
#include
#include
#include
#include
void *thread_function(void *arg);
int run_now = 1;
char message[] = "Hello World";
int main() {
int res;
pthre
www.eeworm.com/read/364932/9886739
11 figc.11
#include "apue.h"
#include
struct foo {
int a, b, c, d;
};
void
printfoo(const char *s, const struct foo *fp)
{
printf(s);
printf(" structure at 0x%x\n", (unsigned)fp);
printf(" fo
www.eeworm.com/read/364932/9886761
c badexit2.c
#include "apue.h"
#include
struct foo {
int a, b, c, d;
};
void
printfoo(const char *s, const struct foo *fp)
{
printf(s);
printf(" structure at 0x%x\n", (unsigned)fp);
printf(" fo
www.eeworm.com/read/364932/9887032
c goodexit.c
#include "apue.h"
#include
struct foo {
int a, b, c, d;
};
void
printfoo(const char *s, const struct foo *fp)
{
printf(s);
printf(" structure at 0x%x\n", (unsigned)fp);
printf(" fo
www.eeworm.com/read/364932/9887184
4 fig11.4
#include "apue.h"
#include
struct foo {
int a, b, c, d;
};
void
printfoo(const char *s, const struct foo *fp)
{
printf(s);
printf(" structure at 0x%x\n", (unsigned)fp);
printf(" fo
www.eeworm.com/read/361963/10026258
h cpu.h
/*
* Cisco router simulation platform.
* Copyright (c) 2005,2006 Christophe Fillot (cf@utc.fr)
*/
#ifndef __CPU_H__
#define __CPU_H__
#include
#include
#include "utils.h"
#
www.eeworm.com/read/361963/10026365
h ppc32.h
/*
* Cisco router simulation platform.
* Copyright (c) 2006 Christophe Fillot (cf@utc.fr)
*/
#ifndef __PPC_32_H__
#define __PPC_32_H__
#include
#include "utils.h"
#include "rbtree.h
www.eeworm.com/read/361963/10026451
h mips64.h
/*
* Cisco router simulation platform.
* Copyright (c) 2005,2006 Christophe Fillot (cf@utc.fr)
*/
#ifndef __MIPS_64_H__
#define __MIPS_64_H__
#include
#include "utils.h"
#include "r
www.eeworm.com/read/359662/10131306
m4 rssh_enable_pthreads.m4
dnl@synopsis RSSH_ENABLE_PTHREADS
dnl
dnl modify CFLAGS, CXXFLAGS and LIBS for compiling pthread-based programs.
dnl
dnl@author (C) Ruslan Shevchenko , 1998, 2000
dnl@id $
www.eeworm.com/read/277913/10595387
am makefile.am
lib_LTLIBRARIES = libeXosip2.la
#
# Other flags to add someday:
# -Wcast-qual
# -Wwrite-strings
# -Wstrict-prototypes
# -Werror
#
AM_CFLAGS = @EXOSIP_FLAGS@ @CFLAGS@ @PTHREAD_CFLAGS@
libeXosip2_l