代码搜索:pThread

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

代码结果 7,828
www.eeworm.com/read/100897/15863008

h resorgversioncheck.h

#ifndef __ResOrgVersionCheck_H__ #define __ResOrgVersionCheck_H__ /************************************************************************ * * CResOrgVersionCheck - a class to check for new
www.eeworm.com/read/100897/15863026

cpp resorgversioncheck.cpp

/************************************************************************ * * CResOrgVersionCheck - a class to check for new versions * of ResOrg via the Internet * * Written by And
www.eeworm.com/read/100605/15869631

cpp mux_pthr.cpp

/************************************************* * POSIX Thread Mutex Source File * * (C) 1999-2002 The Botan Project * ***********************************************
www.eeworm.com/read/100584/15870838

c wrappthread.c

/* * pthreads wrapper functions. */ #include "unpipc.h" void Pthread_attr_init(pthread_attr_t *attr) { int n; if ( (n = pthread_attr_init(attr)) == 0) return; errno = n; err_sys("pthread_a
www.eeworm.com/read/100584/15871193

c serverintr4.c

/* include servproc */ #include "unpipc.h" void servproc_cleanup(void *arg) { printf("servproc cancelled, thread id %ld\n", pr_thread_id(NULL)); } void servproc(void *cookie, char *dataptr, size_t
www.eeworm.com/read/100019/15887952

c consumer.c

#define __THREADS_MAIN #include #include extern "C" { # include }; cond t_control; mutex t_link; string s; class producer : public pthread { public: producer()
www.eeworm.com/read/283560/9006800

am makefile.am

if COMPILE_TOOLS bin_PROGRAMS = sip_reg endif AM_CFLAGS = @CFLAGS@ @PTHREAD_CFLAGS@ @EXOSIP_FLAGS@ sip_reg_SOURCES = sip_reg.c sip_reg_LDADD = $(top_builddir)/src/libeXosip2.la @TOOLS_LIBS@ $(OSIP_
www.eeworm.com/read/292010/8382908

cpp osmutex.cpp

/* File: OSMutex.cpp Contains: Platform - independent mutex header. The implementation of this object is platform - specific. Each platform must define an independent
www.eeworm.com/read/290592/8473657

dgux_notes

Date: Sun, 15 Aug 1999 22:29:56 -0700 (PDT) From: Takis Psarogiannakopoulos Subject: DG/UX dmalloc Dear Gray, I am writing this relating to the DG/ux port (ix86) of dmalloc library. I am responsible
www.eeworm.com/read/187687/8608456

h thread.h

#ifndef _THREAD_H #define _THREAD_H #include "types.h" #include typedef pthread_t threadobj_t; typedef int waittimer_t; class CMutex { private: // Unimplemented CM