代码搜索:threads
找到约 7,387 项符合「threads」的源代码
代码结果 7,387
www.eeworm.com/read/360739/10080187
pas threads.pas
unit Threads;
interface
uses Windows, Messages;
type
TThreadPriority = (tpIdle, tpLowest, tpLower, tpNormal, tpHigher, tpHighest,
tpTimeCritical);
TThread = class
private
www.eeworm.com/read/164463/10107438
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
#ifdef __
www.eeworm.com/read/163651/10151602
cls threads.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
END
Attribute VB_Name = "clsThreads"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = True
Attribute VB_PredeclaredId = False
Attrib
www.eeworm.com/read/356505/10225474
h threads.h
#ifndef __THREADS_H__
#define __THREADS_H__
//#include "stdafx.h"
#include "FaceBase.h"
#include "HMMDemoDoc.h"
#include "MainFrm.h"
//#ifndef _WINDOWS_
//#include
//#endif
www.eeworm.com/read/356505/10225486
cpp threads.cpp
#include "stdafx.h"
#include "Threads.h"
#include "facebase.h"
#include
#include
#include "image.h"
//#include "cv.h"
//#include "HMMDemo.h"
//#include "FaceBase.h
www.eeworm.com/read/356366/10229201
cls threads.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
END
Attribute VB_Name = "clsThreads"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = True
Attribute VB_PredeclaredId = False
Attrib
www.eeworm.com/read/356001/10239687
h threads.h
#ifndef THREADS_H_
#define THREADS_H_
////////////////////////////////////////////////////////////////////////////////
// macro DEFAULT_THREADING
// Selects the default threading model for certa
www.eeworm.com/read/426337/10259578
txt threads.txt
Old threading method: slice-based
application calls x264
x264 runs B-adapt and ratecontrol (serial)
split frame into several slices, and spawn a thread for each slice
wait until all threads are done
d
www.eeworm.com/read/162604/10291734
mach threads.mach
This readme refers to the file thr-mach.c.
Under mach, thread priorities are kinda strange-- any given thread has
a MAXIMUM priority and a BASE priority. The BASE priority is the
current priority of
www.eeworm.com/read/162604/10291964
threads readme.threads
==============================================================================
README.threads - Wed Nov 29 15:16:24 EST 1995
---------------------------------------------------------------------------