代码搜索:Threads

找到约 7,387 项符合「Threads」的源代码

代码结果 7,387
www.eeworm.com/read/360615/10084584

h trdlocal.h

#ifndef CRYPTOPP_TRDLOCAL_H #define CRYPTOPP_TRDLOCAL_H #include "config.h" #ifdef THREADS_AVAILABLE #include "misc.h" #ifdef HAS_WINTHREADS typedef unsigned long ThreadLocalIndexType;
www.eeworm.com/read/359577/10135845

h trdlocal.h

#ifndef CRYPTOPP_TRDLOCAL_H #define CRYPTOPP_TRDLOCAL_H #include "config.h" #ifdef THREADS_AVAILABLE #include "misc.h" #ifdef HAS_WINTHREADS typedef unsigned long ThreadLocalIndexType;
www.eeworm.com/read/278507/10530238

lc web01.lc

/* include web1 */ #include "unpthread.h"## 1 ##src/threads/web01.c## #include /* Solaris threads */## 2 ##src/threads/web01.c## #define MAXFILES 20## 3 ##src/threads/
www.eeworm.com/read/278026/10580717

c critsecs.c

/************************************************************ Module name: CritSecs.C Notices: Copyright (c) 1995-1997 Jeffrey Richter ************************************************************/
www.eeworm.com/read/417321/10994351

c pthread_barrier_init.c

/* * pthread_barrier_init.c * * Description: * This translation unit implements barrier primitives. * * -------------------------------------------------------------------------- * * Pthr
www.eeworm.com/read/470055/6923837

h trdlocal.h

#ifndef CRYPTOPP_TRDLOCAL_H #define CRYPTOPP_TRDLOCAL_H #include "config.h" #ifdef THREADS_AVAILABLE #include "misc.h" #ifdef HAS_WINTHREADS typedef unsigned long ThreadLocalIndexType;
www.eeworm.com/read/131205/6955867

cpp tls.cpp

#include #include #include #include "CMcl.h" #define NUM_THREADS 10 #define THREAD_LIFETIME 1000 // index for dynamically allocated TLS... DWORD g_
www.eeworm.com/read/437246/7752879

h trdlocal.h

#ifndef CRYPTOPP_TRDLOCAL_H #define CRYPTOPP_TRDLOCAL_H #include "config.h" #ifdef THREADS_AVAILABLE #include "misc.h" #ifdef HAS_WINTHREADS typedef unsigned long ThreadLocalIndexType;
www.eeworm.com/read/435073/7798154

html kernel-flags.html

www.eeworm.com/read/198531/7931070

m4 acinclude.m4

dnl Special Macros dnl OPENVPN_ADD_LIBS(LIB) AC_DEFUN(OPENVPN_ADD_LIBS, [ LIBS="$1 $LIBS" ]) dnl -- The following is taken from curl's acinclude.m4 -- dnl Check for socklen_t: historically on BSD