代码搜索:pThread

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

代码结果 7,828
www.eeworm.com/read/225975/14507963

cpp threadpool.cpp

#include "threadpool.h" #include #include "mutex.h" #include "condition.h" #ifndef WIN32 #define ETIMEDOUT -1 #include #else #define ETIMEDOUT -1 #endif ThreadPool::
www.eeworm.com/read/479931/1327408

c sig9.c

/* Check that TRT happens at an non-abort ignored signal, more than one thread. #notarget: cris*-*-elf #cc: additional_flags=-pthread */ #include #include #include #in
www.eeworm.com/read/479931/1327430

c thread3.c

/* Compiler options: #cc: additional_flags=-pthread #notarget: cris*-*-elf To test sched_yield in the presencs of threads. Core from ex1.c. */ #include #include #include
www.eeworm.com/read/479931/1327455

c sig10.c

/* Check that TRT happens when trying to IGN an non-ignorable signal, more than one thread. #notarget: cris*-*-elf #cc: additional_flags=-pthread #xerror: #output: Exiting pid 42 due to signal 9\n #ou
www.eeworm.com/read/240943/4564690

c lwip_arch.c

/* * This file implements the leonbare's pthread specific sys_arch functions used by lwIP */ #include "lwip/opt.h" #include "arch/sys_arch.h" #include "lwip/sys.h" #include "lwip/def.h" /* *
www.eeworm.com/read/204643/5032062

m4 config5.m4

dnl ## XXX - Need a more thorough check of the proper flags to use if test "$MPM_NAME" = "event" ; then AC_CHECK_FUNCS(pthread_kill) APACHE_FAST_OUTPUT(server/mpm/$MPM_SUBDIR_NAME/Makefile) f
www.eeworm.com/read/198784/5082344

h thread.h

#ifndef _THREAD_H_ #define _THREAD_H_ #include "comhead.h" #include #include typedef void ThreadHandler; typedef sem_t Semaphore; typedef enum { issCreate =0, iss
www.eeworm.com/read/190934/5170530

am makefile.am

## Process this file with automake to produce Makefile.in noinst_LIBRARIES = libgftpui.a libgftpui_a_SOURCES = gftpui.c gftpuicallbacks.c INCLUDES = @GLIB_CFLAGS@ @PTHREAD_CFLAGS@ -I../intl noinst_HE
www.eeworm.com/read/339586/3298491

makefile

# $Id: Makefile,v 1.9 2004/05/10 01:12:46 jason Exp $ BUILD = ../../../build include $(BUILD)/Makefile.pre PACKAGES += DUM RESIP RUTIL OPENSSL ARES PTHREAD POPT TARGET_LIBRARY = #testDumTimer.cxx
www.eeworm.com/read/339446/3308941

conf qmake.conf

# # qmake configuration for hpuxi-acc-64 # # We define _POSIX_C_SOURCE to 199506L when using threads, therefore # we also need to redefine _HPUX_SOURCE. # From pthread(3t): # Some documentation will