代码搜索:Pthread
找到约 7,828 项符合「Pthread」的源代码
代码结果 7,828
www.eeworm.com/read/387630/2557912
makefile
CPP= CC
LIBXML2= $(HOME)/CisServer/src
PREFIX = $(HOME)/CisServer
CMP= -O2 -c $(CXXFLAGS) -pthread
INCLUDES= -I. -I$(PREFIX)/include -I$(LIBXML2)
CCFLAGS = -c $(INCLUDES)
LDADD = -L$(PREFIX)/lib -L$(
www.eeworm.com/read/382425/2637110
c libmp4.c
/*
* MP4/AAC decoder for xmms
*
* OPTIONNAL need
* --------------
* libid3 (3.8.x - www.id3.org)
*/
#include
#include
#include
#include
www.eeworm.com/read/376006/2717753
c connect.c
/* $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/connect.c,v 1.48.2.1 2008/03/20 16:30:14 meskes Exp $ */
#define POSTGRES_ECPG_INTERNAL
#include "postgres_fe.h"
#include "ecpg-pthread-win32.h"
#in
www.eeworm.com/read/367182/2850129
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/367182/2850553
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/366702/2880016
c 20040708-1.c
/* PR rtl-optimization/16199 */
/* Origin: Olaf Klein */
typedef enum {
APR_LOCK_FCNTL,
APR_LOCK_FLOCK,
APR_LOCK_SYSVSEM,
APR_LOCK_PROC_PTHREAD,
APR_LOCK_P
www.eeworm.com/read/366702/2883296
c pr36181.c
/* { dg-do compile } */
/* { dg-require-effective-target pthread } */
/* { dg-options "-O3 -ftree-parallelize-loops=2" } */
int foo ()
{
int i, sum = 0, data[1024];
for(i = 0; i
www.eeworm.com/read/350504/3124732
c thrdcancel.c
/*
* thrdcancel.c - Illustrate thread cancellation
*/
#include
#include
#include
#include
void task1(int *counter);
void task2(int *counter);
void cleanu
www.eeworm.com/read/292919/8324669
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/292919/8324690
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