代码搜索:Threads
找到约 7,387 项符合「Threads」的源代码
代码结果 7,387
www.eeworm.com/read/242657/4547531
sln threads_vc8.sln
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
# $Id: VC8WorkspaceCreator.pm 1139 2007-02-08 19:49:06Z elliott_c $
#
# This file was generated by MPC. Any chan
www.eeworm.com/read/242262/4555113
svn-base threads.txt.svn-base
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/240726/4569206
prc cs_threads_getthreadset.prc
if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[cs_Threads_GetThreadSet]') and OBJECTPROPERTY(id, N'IsProcedure') = 1)
drop procedure [dbo].[cs_Threads_GetThreadSet]
GO
SET
www.eeworm.com/read/240726/4569428
prc cs_threads_threadset.prc
SET QUOTED_IDENTIFIER OFF
GO
SET ANSI_NULLS ON
GO
if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[cs_Threads_ThreadSet]') and OBJECTPROPERTY(id, N'IsProcedure') = 1)
dro
www.eeworm.com/read/237551/4623259
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/235549/4650309
h dbg-threads-api.h
//========================================================================
//
// dbg-threads-api.h
//
// Supports thread-aware debugging
//
//==========================================
www.eeworm.com/read/235549/4650319
c dbg-threads-syscall.c
//========================================================================
//
// dbg-threads-syscall.c
//
// Pseudo system calls for multi-threaded debug support
//
//=================
www.eeworm.com/read/206200/5010530
prc cs_threads_getthreadset.prc
SET QUOTED_IDENTIFIER OFF
GO
SET ANSI_NULLS ON
GO
if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[cs_Threads_GetThreadSet]') and OBJECTPROPERTY(id, N'IsProcedure') = 1)
www.eeworm.com/read/206200/5010652
prc cs_threads_threadset.prc
SET QUOTED_IDENTIFIER OFF
GO
SET ANSI_NULLS ON
GO
if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[cs_Threads_ThreadSet]') and OBJECTPROPERTY(id, N'IsProcedure') = 1)
dro