代码搜索:threads

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

代码结果 7,387
www.eeworm.com/read/316872/3599028

h threads.h

#ifndef _LINUX_THREADS_H #define _LINUX_THREADS_H /* * The default limit for the nr of threads is now in * /proc/sys/kernel/threads-max. */ /* * Maximum supported processors that can run under
www.eeworm.com/read/305065/3780888

cc threads.cc

// Larbin // Sebastien Ailleret // 15-11-99 -> 07-12-00 #include "xutils/threads.h" #include /* Launch a new thread * return 0 in case of success */ int startThread (StartFun run, voi
www.eeworm.com/read/305065/3780908

h threads.h

// Larbin // Sebastien Ailleret // 15-11-99 -> 15-11-99 #ifndef THREADS_H #define THREADS_H typedef void* (*StartFun) (void *); /* Launch a new thread * return 0 in case of success */ int startTh
www.eeworm.com/read/303749/3809103

cpp threads.cpp

// Module Name: Threads.cpp // // Purpose: // This sample demonstrates how to develop an advanced named // pipe server that is capable of servicing 5 named pipe // instances. The appl
www.eeworm.com/read/292705/3946001

h threads.h

#ifndef _LINUX_THREADS_H #define _LINUX_THREADS_H #include /* * The default limit for the nr of threads is now in * /proc/sys/kernel/threads-max. */ #ifdef CONFIG_SMP #define N
www.eeworm.com/read/288937/3998750

h threads.h

#ifndef _LINUX_THREADS_H #define _LINUX_THREADS_H #include /* * The default limit for the nr of threads is now in * /proc/sys/kernel/threads-max. */ #ifdef CONFIG_SMP #define N
www.eeworm.com/read/286192/4042120

cpp threads.cpp

/* 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/286192/4042176

h threads.h

/* 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/282518/4101013

pro threads.pro

CONFIG += thread win32:CONFIG += console HEADERS = thread.h \ threadform.h SOURCES = main.cpp \ thread.cpp \ threadform.cpp
www.eeworm.com/read/281683/4113260

c threads.c

#include "types.h" #include "trace.h" #include "platform_hooks.h" #include "constants.h" #include "specialsignatures.h" #include "specialclasses.h" #include "threads.h" #include "classes.h" #include