代码搜索:pThread
找到约 7,828 项符合「pThread」的源代码
代码结果 7,828
www.eeworm.com/read/265943/11248411
cpp mgsingletask.cpp
/***************************************************************************
* mgsingletask.cpp
*
* Thu Sep 7 19:46:43 2006
* Copyright 2006 liubin, China
* Email multiget@gmail.
www.eeworm.com/read/113863/15446505
c mq_notify.c
/* include mq_notify */
#include "unpipc.h"
#include "mqueue.h"
int
mymq_notify(mymqd_t mqd, const struct sigevent *notification)
{
int n;
pid_t pid;
struct mymq_hdr *mqhdr;
struct mymq_info *mq
www.eeworm.com/read/113031/15471947
c asrt.c
/* asrt.c
*
* Created by Brad Nichols, 10/20/93
*
* Multi-Threaded Server program for the Automated Teller Machine (ATM)
* example program.
* Maintains a database of bank accounts accepting req
www.eeworm.com/read/113031/15472007
c atm_svr_broken.c
/********************************************************
* An example source module to accompany...
*
* "Using POSIX Threads: Programming with Pthreads"
* by Brad nichols, Dick Buttlar, Jacki
www.eeworm.com/read/113031/15472008
c atm_svr_cancel.c
/********************************************************
* An example source module to accompany...
*
* "Using POSIX Threads: Programming with Pthreads"
* by Brad nichols, Dick Buttlar, Jacki
www.eeworm.com/read/107468/15606684
c synclose.c
/*-------------------------------------------------------------------------
* synclose.c - synclose
*-------------------------------------------------------------------------
*/
#include
#
www.eeworm.com/read/106368/15638648
c async_io.c
//
// This file is part of the C++ Threads library.
//
// Copyright (C) 2001 Orn E. Hansen
//
#include "io.h"
#include "signal_num.h"
#include "sig_handler.h"
#include
#include
www.eeworm.com/read/100584/15871080
c mq_notify.c
/* include mq_notify */
#include "unpipc.h"
#include "mqueue.h"
int
mymq_notify(mymqd_t mqd, const struct sigevent *notification)
{
int n;
pid_t pid;
struct mymq_hdr *mqhdr;
struct mymq_info *mq
www.eeworm.com/read/347594/11656729
cpp isamas.cpp
#include "isamas.h"
void* ISAMaster(void *pVoid)//Period and Cycle for PRM=1; Wait IND for PRM=0
{
CISAMAS *pAS = (CISAMAS *)pVoid;
pthread_setcancelstate(PTHREAD_CANCEL_ENABLE,NULL);
pthread_set
www.eeworm.com/read/470917/1438862
versions
libpthread {
GLIBC_2.3.3 {
# Changed PTHREAD_STACK_MIN.
pthread_attr_setstack; pthread_attr_setstacksize;
}
}
librt {
GLIBC_2.3.3 {
# Changed timer_t.
timer_create; timer_delete;