代码搜索:pThread
找到约 7,828 项符合「pThread」的源代码
代码结果 7,828
www.eeworm.com/read/239156/13300596
cpp comm.cpp
#include "comm.h"
TLogFile g_CommLog;
// 客户端连接线程
#ifdef _WIN32
DWORD ClientConnectThread(LPVOID lpParam)
#else
void *ClientConnectThread(void *lpParam)
#endif
{
#ifndef _WIN32
pthread
www.eeworm.com/read/321110/13412322
c myevent_linux.c
/*
*
*myevent_linux.c 条件(cond)/事件(event) lin shao chuan
*
*/
#include "myevent.h"
#include
#include
#include
#include "mylog.h"
typedef struct
www.eeworm.com/read/316479/13522230
h grab-ng.h
/*
* next generation[tm] xawtv capture interfaces
*
* (c) 2001-03 Gerd Knorr
*
*/
#include
#include
//#include "devices.h"
//#include "list.h"
ex
www.eeworm.com/read/311774/13626268
c timeout.c
#include "apue.h"
#include
#include
#include
extern int makethread(void *(*)(void *), void *);
struct to_info {
void (*to_fn)(void *); /* function */
void *to_arg
www.eeworm.com/read/311774/13626439
c reread.c
#include "apue.h"
#include
#include
sigset_t mask;
extern int already_running(void);
void
reread(void)
{
/* ... */
}
void *
thr_fn(void *arg)
{
int err, signo;
for (;;)
www.eeworm.com/read/304348/13796162
8 fig12.8
#include "apue.h"
#include
#include
#include
extern int makethread(void *(*)(void *), void *);
struct to_info {
void (*to_fn)(void *); /* function */
void *to_arg
www.eeworm.com/read/304348/13796170
c timeout.c
#include "apue.h"
#include
#include
#include
extern int makethread(void *(*)(void *), void *);
struct to_info {
void (*to_fn)(void *); /* function */
void *to_arg
www.eeworm.com/read/304348/13796178
7 fig13.7
#include "apue.h"
#include
#include
sigset_t mask;
extern int already_running(void);
void
reread(void)
{
/* ... */
}
void *
thr_fn(void *arg)
{
int err, signo;
for (;;)
www.eeworm.com/read/304348/13796341
c reread.c
#include "apue.h"
#include
#include
sigset_t mask;
extern int already_running(void);
void
reread(void)
{
/* ... */
}
void *
thr_fn(void *arg)
{
int err, signo;
for (;;)
www.eeworm.com/read/302880/13825461
c testpool.c
#include
#include
#include
#include
#include "public.h"
#include "tpool.h"
#include "common.h"
void dowork(void *arg)
{
char * ptr=