代码搜索:pThread

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

代码结果 7,828
www.eeworm.com/read/384423/2600869

am makefile.am

lib_LTLIBRARIES = libjthread.la libjthread_la_SOURCES = pthread/jmutex.cpp pthread/jthread.cpp libjthread_la_LDFLAGS = -release 1.1.2 libjrtpinclude_HEADERS = jmutex.h jthread.h libjrtpincludedir = ${
www.eeworm.com/read/382361/2637563

c condvar.c

/* * Added user signals to condition variable test, * Dec, 2002 Josep Vidal (OCERA) */ #include #include #include static pthread_t thread; stat
www.eeworm.com/read/367182/2850488

sym lowlevelbarrier.sym

#include #include #include #include "internaltypes.h" -- CURR_EVENT offsetof (struct pthread_barrier, curr_event) MUTEX offsetof (struct pthread_barrier
www.eeworm.com/read/106368/15638607

c dining.c

#include #include "philosopher.h" #include "dining.h" using namespace cpp_threads; dining::dining(int p_no) { p_fork = new Mutex[p_no]; p = (Pthread **)malloc(sizeof(Pthread*)*
www.eeworm.com/read/169711/9845379

h testdrv.h

#ifndef TESTDRV_H #define TESTDRV_H /************ Macro Define **************/ #define BLOCK_SIZE 1024*4 #define BLOCK_NUM 5 #define CLIENT 0 #define SERVER 1 #define MAX_ERR
www.eeworm.com/read/359662/10131320

m4 rssh_check_pthreads.m4

#@synonpsis RSSH_CHECK_PTHREADS # check for pthreads system interfaces. # set CFLAGS_PTHREADS, CXXFLAGS_PTHREADS and LIBS_PTHREADS to # flags to compiler option, which denote multithread program c
www.eeworm.com/read/160867/10480749

h testdrv.h

#ifndef TESTDRV_H #define TESTDRV_H /************ Macro Define **************/ #define BLOCK_SIZE 1024*4 #define BLOCK_NUM 5 #define CLIENT 0 #define SERVER 1 #define MAX_ERR
www.eeworm.com/read/273824/10899922

h fuse_misc.h

/* FUSE: Filesystem in Userspace Copyright (C) 2001-2006 Miklos Szeredi This program can be distributed under the terms of the GNU LGPL. See the file COPYING.LIB
www.eeworm.com/read/245715/12783865

h testdrv.h

#ifndef TESTDRV_H #define TESTDRV_H /************ Macro Define **************/ #define BLOCK_SIZE 1024*4 #define BLOCK_NUM 5 #define CLIENT 0 #define SERVER 1 #define MAX_ERR
www.eeworm.com/read/138406/13237601

am makefile.am

bin_PROGRAMS = iperf LIBCOMPAT_LDADDS = @STRIP_BEGIN@ \ $(top_builddir)/compat/libcompat.a \ @STRIP_END@ AM_CPPFLAGS = @STRIP_BEGIN@ \ -I$(top_srcdir)/include \ -I$(top_build