代码搜索:Pthread
找到约 7,828 项符合「Pthread」的源代码
代码结果 7,828
www.eeworm.com/read/439363/7711496
cpp thread_cache.cpp
#include "thread_cache.h"
#include
#include
#include "posix_mutex.h"
using boost::format;
using boost::str;
namespace cppcms {
thread_cache::~thread_cache()
{
pthread
www.eeworm.com/read/439363/7711533
h manager.h
#ifndef CPPCMS_MANAGER_H
#define CPPCMS_MANAGER_H
#include
#include
#include
#include "worker_thread.h"
#include "global_config.h"
#include "cache_interface.h"
#include
www.eeworm.com/read/439363/7711535
h thread_cache.h
#ifndef THREAD_CHACHE_H
#define THREAD_CHACHE_H
#include "base_cache.h"
#include "cache_interface.h"
#include "pthread.h"
#include
#include
namespace cppcms {
using namespace std;
class
www.eeworm.com/read/439249/7713831
cpp fileserver.cpp
#include
#include
#include
#include
#include
#include "FileServer.hpp"
#include
unsigned long CreateThread(
void *lpThreadAt
www.eeworm.com/read/438449/7731122
c greq.c
#include "mpi.h"
#include
typedef struct {
MPI_File fh;
void *buf;
int count;
MPI_Datatype *datatype;
MPI_Request *request;
MPI_Status *status;
} params_struct;
v
www.eeworm.com/read/289562/7805830
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/289562/7805838
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/289562/7805846
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/289562/7806009
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/434551/7860426
h grab-ng.h
/*
* next generation[tm] xawtv capture interfaces
*
* (c) 2001-03 Gerd Knorr
*
*/
#include
#include
//#include "devices.h"
//#include "list.h"
ex