代码搜索:pThread

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

代码结果 7,828
www.eeworm.com/read/113863/15446525

h semaphore.h

/* include semaphoreh */ /* 4the fundamental datatype */ typedef struct { pthread_mutex_t sem_mutex; /* lock to test and set semaphore value */ pthread_cond_t sem_cond; /* for transition from 0 t
www.eeworm.com/read/102158/15792227

cxx email_main.cxx

// generated by Fast Light User Interface Designer (fluid) version 1.0010 #ifdef M_PTHREAD #include #endif #include "Email_main.h" #include extern Number numset; #i
www.eeworm.com/read/100584/15871100

h semaphore.h

/* include semaphoreh */ /* 4the fundamental datatype */ typedef struct { pthread_mutex_t sem_mutex; /* lock to test and set semaphore value */ pthread_cond_t sem_cond; /* for transition from 0 t
www.eeworm.com/read/388866/8570186

cpp mutex.cpp

#include "mutex.h" #include #include #ifndef WIN32 static pthread_mutexattr_t *sMutexAttr=NULL; static void MutexAttrInit(); static pthread_once_t sMute
www.eeworm.com/read/338072/3320543

makefile

# $Id: Makefile,v 1.28.28.1 2003/02/21 19:01:14 bko Exp $ BUILD = ../../build include $(BUILD)/Makefile.pre DEFINES += USE_PTHREADS PACKAGES += PTHREAD RTP UTIL QUICKNET #PACKAGES += PTHREAD RTP U
www.eeworm.com/read/338072/3320744

makefile

# $Id: Makefile,v 1.2 2001/05/13 10:38:27 icahoon Exp $ BUILD = ../../../build include $(BUILD)/Makefile.pre DEFINES += USE_PTHREADS PACKAGES += PTHREAD VME VMCP UTIL #PACKAGES += PTHREAD RTP UTIL
www.eeworm.com/read/411046/2192587

makefile

# $Id: Makefile,v 1.28.28.1 2003/02/21 19:01:14 bko Exp $ BUILD = ../../build include $(BUILD)/Makefile.pre DEFINES += USE_PTHREADS PACKAGES += PTHREAD RTP UTIL QUICKNET #PACKAGES += PTHREAD RTP U
www.eeworm.com/read/411046/2192788

makefile

# $Id: Makefile,v 1.2 2001/05/13 10:38:27 icahoon Exp $ BUILD = ../../../build include $(BUILD)/Makefile.pre DEFINES += USE_PTHREADS PACKAGES += PTHREAD VME VMCP UTIL #PACKAGES += PTHREAD RTP UTIL
www.eeworm.com/read/366702/2879027

c pr33631.c

typedef union { int __lock; } pthread_mutex_t; extern void abort (void); int main() { struct { int c; pthread_mutex_t m; } r = { .m = 0 }; if (r.c != 0) abort (); return 0; }
www.eeworm.com/read/252498/4403678

makefile

# $Id: Makefile,v 1.28.28.1 2003/02/21 19:01:14 bko Exp $ BUILD = ../../build include $(BUILD)/Makefile.pre DEFINES += USE_PTHREADS PACKAGES += PTHREAD RTP UTIL QUICKNET #PACKAGES += PTHREAD RTP U