代码搜索:Threads

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

代码结果 7,387
www.eeworm.com/read/328357/3443952

c mttest.c

/* crypto/threads/mttest.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com)
www.eeworm.com/read/324920/3491534

c miscthings.c

#include "linux/threads.h" #include "linux/stddef.h" // for NULL #include "linux/elf.h" // for AT_NULL /* The following function nicked from arch/ppc/kernel/process.c and * adapted slightly */ /*
www.eeworm.com/read/316872/3590106

c miscthings.c

#include "linux/threads.h" #include "linux/stddef.h" // for NULL #include "linux/elf.h" // for AT_NULL /* The following function nicked from arch/ppc/kernel/process.c and * adapted slightly */ /*
www.eeworm.com/read/304657/3787181

frag config.frag

# # x86-64/Linux configuration # if test x"$with_threads" = x"unix-pthreads" ; then CPPFLAGS="$CPPFLAGS -D_REENTRANT" fi # if we use cross environment, following values may not be detected. if [ "$c
www.eeworm.com/read/304657/3794045

c darwin_stop_world.c

#include "private/pthread_support.h" # if defined(GC_DARWIN_THREADS) /* From "Inside Mac OS X - Mach-O Runtime Architecture" published by Apple Page 49: "The space beneath the stack pointer, w
www.eeworm.com/read/303057/3817500

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/299060/3856050

h args.h

/* args.h An abstract class to pass values to maplay and other worker threads. From the Win32 API, we can only pass one 32-bit value to a thread. This will be a pointer to a object of
www.eeworm.com/read/298657/3860763

c td_ta_thr_iter.c

/* Iterate over a process's threads. Copyright (C) 1999, 2000 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1999.
www.eeworm.com/read/291168/3968413

c mttest.c

/* crypto/threads/mttest.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com)
www.eeworm.com/read/290808/3970824

c test04.c

/* test readline() */ #include "unpthread.h" static char *infile; /* from argv[1]; read-only by threads */ void * myfunc(void *ptr) { int i, fdin; char buf[MAXLINE]; FILE *fpout; snprintf(buf