代码搜索:Threads
找到约 7,387 项符合「Threads」的源代码
代码结果 7,387
www.eeworm.com/read/213147/4928810
svn-base sys.cpp.svn-base
// ------------------------------------------------
// File : sys.cpp
// Date: 4-apr-2002
// Author: giles
// Desc:
// Sys is a base class for all things systemy, like starting threads, creating soc
www.eeworm.com/read/213147/4928873
cpp sys.cpp
// ------------------------------------------------
// File : sys.cpp
// Date: 4-apr-2002
// Author: giles
// Desc:
// Sys is a base class for all things systemy, like starting threads, creating soc
www.eeworm.com/read/213147/4929259
svn-base sys.cpp.svn-base
// ------------------------------------------------
// File : sys.cpp
// Date: 4-apr-2002
// Author: giles
// Desc:
// Sys is a base class for all things systemy, like starting threads, creating soc
www.eeworm.com/read/213147/4929321
cpp sys.cpp
// ------------------------------------------------
// File : sys.cpp
// Date: 4-apr-2002
// Author: giles
// Desc:
// Sys is a base class for all things systemy, like starting threads, creating soc
www.eeworm.com/read/213147/4929607
svn-base sys.cpp.svn-base
// ------------------------------------------------
// File : sys.cpp
// Date: 4-apr-2002
// Author: giles
// Desc:
// Sys is a base class for all things systemy, like starting threads, creating soc
www.eeworm.com/read/213147/4929647
cpp sys.cpp
// ------------------------------------------------
// File : sys.cpp
// Date: 4-apr-2002
// Author: giles
// Desc:
// Sys is a base class for all things systemy, like starting threads, creating soc
www.eeworm.com/read/209211/4986734
h threadimpl.h
/*
* Some notes on locking:
*
* All the locking woes come from implementing
* threadinterrupt (and threadkill).
*
* _threadgetproc()->thread is always a live pointer.
* p->threads, p->ready, a
www.eeworm.com/read/198916/5080724
c incr_fcntl1.c
/* Although this program compiles and runs for 1 thread, you cannot run
it with more than 1 thread, since fcntl locks are between processes,
not threads */
/* include main */
#include "unp
www.eeworm.com/read/198916/5080795
c prodcons7.c
/* include globals */
#include "unpipc.h"
#define MAXNITEMS 1000000
#define MAXNTHREADS 100
/* globals shared by threads */
int nitems; /* read-only by producer and consumer */
int
www.eeworm.com/read/198916/5080804
c prodcons6.c
/* include globals */
#include "unpipc.h"
#define MAXNITEMS 1000000
#define MAXNTHREADS 100
/* globals shared by threads */
int nitems; /* read-only by producer and consumer */
int