代码搜索:pThread

找到约 7,828 项符合「pThread」的源代码

代码结果 7,828
www.eeworm.com/read/382361/2637546

c mutex.c

/* * Added user signals to mutex test, * Dec, 2002 Josep Vidal (OCERA) */ #include #include #include #define NTASKS 3 #define ITERS 2 static pthr
www.eeworm.com/read/382361/2637547

c mutex_timed.c

/* * Added user signals to timed mutexes test, * Dec, 2002 Josep Vidal (OCERA) */ #include #include #include #define ITERS 1 #define NTASKS 2 sta
www.eeworm.com/read/366702/2867625

c pr34355.c

// { dg-do compile } // { dg-require-effective-target pthread } // { dg-options "-O3 -ftree-parallelize-loops=4" } typedef double EXPRESS[5]; extern int Terms; void Parse_Rel_Factor (EXPRESS Expre
www.eeworm.com/read/362719/2928713

svn-base makefile.am.svn-base

INCLUDES = $(all_includes) METASOURCES = AUTO bin_PROGRAMS = goleiro jogador_sbc jogador_thread jogador_uva jogador_uva_SOURCES = mainPlayer.cpp jogador_uva_LDFLAGS = -pthread jogador_uva_LDADD = $(to
www.eeworm.com/read/360431/2963338

c timeout3.c

#include "common.h" /* TODO port to windows, use thread */ #if defined(TDS_HAVE_PTHREAD_MUTEX) && HAVE_ALARM #if HAVE_UNISTD_H #include #endif /* HAVE_UNISTD_H */ #if TIME_WITH_SYS_TIME
www.eeworm.com/read/354016/3080175

c checkforpthreads.c

#include #include #include void* runner(void*); int res = 0; #ifdef __CLASSIC_C__ int main(){ int ac; char*av[]; #else int main(int ac, char*av[]){
www.eeworm.com/read/258350/4357548

h qplatformdefs.h

#ifndef QPLATFORMDEFS_H #define QPLATFORMDEFS_H // Get Qt defines/settings #include "qglobal.h" #include #ifdef QT_THREAD_SUPPORT #include #endif #include #include
www.eeworm.com/read/162614/5540510

c pass39-frag.c

#include #include #include #include #include static void * func (void *p) { int *counter = (int *) p; unsigned i; enum { numarrays = 100, n
www.eeworm.com/read/267858/11160178

c thread2.c

#include #include #include #include int myglobal; void *thread_function(void *arg) { int i,j; for ( i=0; i
www.eeworm.com/read/147608/12542567

c thread7.c

#include #include #include #include void *thread_function(void *arg); char message[] = "Hello World"; int thread_finished = 0; int main() { int res;