代码搜索:Threads
找到约 7,387 项符合「Threads」的源代码
代码结果 7,387
www.eeworm.com/read/100584/15871010
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 buff[M
www.eeworm.com/read/432726/8580442
cpp step7.cpp
// Cancel - Creates a new thread with long running query when the letter 'a' is typed.
// Cancels a query when letter 'C' is typed.
// All threads are terminated when the letter 'Q' is entered.
//
www.eeworm.com/read/287180/8711873
java barrier.java
package Synchronization;
import Utilities.*;
// a Barrier for m*n threads: all must arrive before any are released
public class Barrier extends MyObject implements Runnable {
private int m = -1,
www.eeworm.com/read/286836/8739939
dsn zjdb.dsn
[ODBC]
DRIVER=Microsoft Access Driver (*.mdb)
UID =admin
UserCommitSync=Yes
Threads=3
SafeTransactions=0
PageTimeout=5
MaxScanRows=80
MaxBufferSize=20480
FIL=MS Access
DriverId = 25
Default
www.eeworm.com/read/286514/8762173
todo
TODOs, in random order:
=======================
- siproxd daemonized: looks like clashes between threads
- lost 200 ACK immediately before RTP starts...
- /var/run PID file
- check via loop and pri
www.eeworm.com/read/284940/8881808
dfm frmthreadclientform.dfm
object frmThreadClient: TfrmThreadClient
Left = 558
Top = 205
Width = 415
Height = 480
Caption = 'client_ Threads'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color =
www.eeworm.com/read/426757/9000973
cpp threadform.cpp
#include
#include
#include "threadform.h"
ThreadForm::ThreadForm(QWidget *parent, const char *name)
: QDialog(parent, name)
{
setCaption(tr("Threads"));
thre
www.eeworm.com/read/382201/9042152
dsn nd.dsn
[ODBC]
DRIVER=Microsoft Access Driver (*.mdb)
UID=admin
UserCommitSync=Yes
Threads=3
SafeTransactions=0
PageTimeout=5
MaxScanRows=8
MaxBufferSize=2048
FIL=MS Access
DriverId=25
DefaultDir=
www.eeworm.com/read/282122/9118618
todo
TODOs, in random order:
=======================
- siproxd daemonized: looks like clashes between threads
- lost 200 ACK immediately before RTP starts...
- /var/run PID file
- check via loop and pri