代码搜索:pThread

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

代码结果 7,828
www.eeworm.com/read/249376/12508106

bak makefile.bak

TOPDIR = ../ include $(TOPDIR)Rules.mak EXTRA_LIBS += -lpthread EXEC= $(INSTALL_DIR)/pthread OBJS= pthread.o all: $(EXEC) $(EXEC): $(OBJS) $(CC) $(LDFLAGS) -o $@ $(OBJS) $(EXTRA_LIBS) install:
www.eeworm.com/read/334162/12627759

c fftw_threads.c

/* * Copyright (c) 1997-1999, 2003 Massachusetts Institute of Technology * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public Lic
www.eeworm.com/read/134438/13990900

c log.c

#include #include "log.h" #include #include static pthread_mutex_t mutex = PTHREAD_MUTEX_INITIALIZER; char lastdate[20]; FILE *pLogFile=NULL; void log(char* loglevel
www.eeworm.com/read/204054/15345092

cpp threadabort.cpp

#include "stdafx.h" #using #include #include using namespace System; using namespace System::Threading; __gc class CWorkerThread { public: CWorkerThre
www.eeworm.com/read/204054/15345120

cpp threadpriority.cpp

#include "stdafx.h" #using #include #include using namespace System; using namespace System::Threading; __gc class CWorkerThread { public: CWorkerThr
www.eeworm.com/read/204054/15345143

cpp threaddata.cpp

#include "stdafx.h" #using #include #include using namespace System; using namespace System::Threading; __gc class CWorkerThread { public: CWorkerThre
www.eeworm.com/read/202231/15388988

cpp thread.cpp

#include #include #include //stop()之后,必须调用join()释放线程资源 //pass an object of Thread_T as arg #ifdef __UNIX__ void* thread_routine(void* arg) { int status,cancel_type
www.eeworm.com/read/106368/15638644

c semaphore.c

// // Semaphores // // This is a basic semaphore implementation, not very rich. // #include #include #include "thread_lists.h" #include "wait_queue.h" #include "semaphore.h"
www.eeworm.com/read/106351/15638832

cpp save_daemon.cpp

#include #include #include #include #include #include #include #include #include #includ
www.eeworm.com/read/105161/15676687

cpp pshit.cpp

#include "stdafx.h" #include "resource.h" #include "PShit.h" #include "PictureEx.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif /