代码搜索:threads
找到约 7,387 项符合「threads」的源代码
代码结果 7,387
www.eeworm.com/read/376060/2715456
svn-base threads.h.svn-base
#include "ntifs.h"
#include
void Ignore(PKAPC Apc, PKNORMAL_ROUTINE NormalRoutine, PVOID NormalContext, PVOID SystemArgument1, PVOID SystemArgument2);
void SuspendThreadAPCRoutine(PVOI
www.eeworm.com/read/376060/2715469
svn-base threads.c.svn-base
#include "threads.h"
#include "processlist.h"
#include "memscan.h"
struct ThreadData* GetThreaddata(ULONG threadid)
{
struct ProcessData *tempProcessData;
struct ThreadData *tempThreadData;
www.eeworm.com/read/376060/2715743
svn-base threads.h.svn-base
/* threads.h
* Simple wrappers for Win32 threads, mutexes, etc.
* Steve Donovan, 1999.
*/
#ifndef __THREADS_H
#define __THREADS_H
typedef void *Handle;
#ifndef NULL
#define NULL 0
#end
www.eeworm.com/read/376060/2715824
svn-base threads.cpp.svn-base
/* threads.cpp
* Simple wrappers for Win32 threads, mutexes, etc.
* UnderC C++ interpreter
* Steve Donovan, 2001
* This is GPL'd software, and the usual disclaimers apply.
* See LICENCE
*/
www.eeworm.com/read/375190/2725916
nt_static_threads_makefile
# Makefile for Windows NT. Assumes Microsoft compiler.
# DLLs are included in the root set under NT, but not under win32S.
# Use "nmake nodebug=1 all" for optimized versions of library, gctest and ed
www.eeworm.com/read/375190/2725942
c win32_threads.c
#include "private/gc_priv.h"
#if defined(GC_WIN32_THREADS)
#include
#ifdef THREAD_LOCAL_ALLOC
# include "private/thread_local_alloc.h"
#endif /* THREAD_LOCAL_ALLOC */
/* Allocation loc
www.eeworm.com/read/367182/2850313
c libc_multiple_threads.c
/* Copyright (C) 2002, 2003 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper , 2002.
The GNU C Library is free softwar
www.eeworm.com/read/366702/2883608
c num-threads-1.c
/* { dg-do compile } */
extern void bar(void);
void foo(void)
{
#pragma omp parallel num_threads (0) /* { dg-warning "must be positive" } */
{
bar ();
}
}
www.eeworm.com/read/295438/8162232
cpp threads_w32.cpp
/************************************************************/
/* */
/* Copley Motion Libraries */
/*
www.eeworm.com/read/295438/8163234
html threads_8cpp.html
Copley Motion Library: Threads.cpp File Refer