代码搜索:threaded

找到约 881 项符合「threaded」的源代码

代码结果 881
www.eeworm.com/read/130781/14174374

c hello_single.c

/* hello_single.c - a single threaded hello world program */ #include #define NUM 5 main() { void print_msg(char *); print_msg("hello"); print_msg("world\n"); } void print_msg(char *m
www.eeworm.com/read/169602/5420240

hpp lock.hpp

/* lock.hpp * * Copyright (C) 2003 Sawtooth Consulting Ltd. * * This file is part of yaSSL. * * yaSSL is free software; you can redistribute it and/or modify * i
www.eeworm.com/read/294538/8220426

hpp lock.hpp

/* lock.hpp * * Copyright (C) 2003 Sawtooth Consulting Ltd. * * This file is part of yaSSL. * * yaSSL is free software; you can redistribute it and/or modif
www.eeworm.com/read/105565/15665152

todo

o Switch over to a multi-process or multi-threaded model so that TCSADRAIN can be used without blocking all threads. o Actually implement PAM-based authentication o Implement a
www.eeworm.com/read/387754/8656131

h masterobject.h

// MasterObject.h : Declaration of the CMasterObject #pragma once #include "resource.h" // main symbols #include "IEVideo.h" #include #include #include "exdispi
www.eeworm.com/read/136989/5832038

pl run_test.pl

eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}' & eval 'exec perl -S $0 $argv:q' if 0; # run_test.pl,v 1.2 2001/04/27 16:48:46 oci Exp # -*- perl -*- use lib '../../../../bin';
www.eeworm.com/read/136989/5832039

bor makefile.bor

# makefile.bor,v 1.2 2003/12/23 21:20:18 dhinton Exp # # Makefile for building the POA Single_Threaded_POA test # NAME = Single_Threaded_POA OBJFILES = \ $(OBJDIR)\testC.obj \ $(OBJDIR)
www.eeworm.com/read/431398/8678815

in funwavec_config.h.in

/* * Copyright (c) 2001-2005 Falk Feddersen * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the F
www.eeworm.com/read/431398/8678901

h funwavec_config.h

/* * Copyright (c) 2001-2005 Falk Feddersen * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the F
www.eeworm.com/read/161050/10458920

txt 南桥芯片.txt

南桥芯片   南桥芯片(South Bridge)是主板芯片组的重要组成部分,一般位于主板上离CPU插槽较远的下方,PCI插槽的附近,这种布局是考虑到它所连接的I/O总线较多,离处理器远一点有利于布线。相对于北桥芯片来说,其数据处理量并不算大,所以南桥芯片一般都没有覆盖散热片。南桥芯片不与处理器直接相连,而是通过一定的方式(不同厂商各种芯片组有所不同,例如英特尔的英 ...