代码搜索:Threads
找到约 7,387 项符合「Threads」的源代码
代码结果 7,387
www.eeworm.com/read/270376/11040816
h main.h
#include
typedef struct {
char *RomFile;
char *RamFile;
char *ScratchFile;
char *Debugging;
char *DebugArgs;
char *bbg;
unsigned NoXShm;
unsigned Serial;
char *Ser
www.eeworm.com/read/370166/7149473
java democlientmultibase.java
/*
* Copyright (C) 2001 Cooperative Software Systems, Inc.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Genera
www.eeworm.com/read/444596/7611102
c incr_pxmutex1.c
/* include main */
#include "unpipc.h"
#define MAXNTHREADS 100
int nloop;
struct {
pthread_mutex_t mutex;
long counter;
} shared = { PTHREAD_MUTEX_INITIALIZER };
void *incr(void *);
int
main
www.eeworm.com/read/444596/7611117
c incr_pxmutex0.c
/* include main */
#include "unpipc.h"
#define MAXNTHREADS 100
int nloop;
struct {
pthread_mutex_t mutex;
long counter;
} shared = { PTHREAD_MUTEX_INITIALIZER };
void *incr(void *);
int
main
www.eeworm.com/read/441254/7672498
c userbridge.c
/*
* Copyright (c) 2005 - 2006
* CACE Technologies, Davis, CA
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted
www.eeworm.com/read/436014/7779069
c select.c
#include "links.h"
struct thread {
void (*read_func)(void *);
void (*write_func)(void *);
void (*error_func)(void *);
void *data;
};
struct thread threads[FD_SETSIZE];
fd_set w_read;
fd_set w_w
www.eeworm.com/read/299957/7818487
cpp queue.cpp
/******************************************************************************
Module: Queue.cpp
Notices: Copyright (c) 2008 Jeffrey Richter & Christophe Nasarre
*********************************
www.eeworm.com/read/197199/8012009
cpp queue.cpp
/******************************************************************************
Module: Queue.cpp
Notices: Copyright (c) 2000 Jeffrey Richter
******************************************************
www.eeworm.com/read/142657/12932449
h clidlg.h
/*
* CliDlg.h : header file
*
* Sample code for "Multitasking in Win32"
* This is from Chapter 16???
*
* Defines Dialog Class for communicating with
* FreeThreaded COM Object
*/
///
www.eeworm.com/read/243327/12948914
c server.c
#include "server.h"
#include "core.h"
#include "thread.h"
#include "timer.h"
#include "buffer.h"
#include "queue.h"
#include "log.h"
#include "inet_base.h"
#define SERVER_CHECK_RET(sv, ret)\
{\
if(s