代码搜索:pthread_create
找到约 436 项符合「pthread_create」的源代码
代码结果 436
www.eeworm.com/read/410397/11288211
cc mypthread.cc
// Larbin
// Sebastien Ailleret
// 07-12-01 -> 07-12-01
#include
#include
#include "utils/mypthread.h"
/* Launch a new thread
* return 0 in case of success
*/
void startTh
www.eeworm.com/read/122139/14718845
cc threads.cc
// Larbin
// Sebastien Ailleret
// 15-11-99 -> 07-12-00
#include "xutils/threads.h"
#include
/* Launch a new thread
* return 0 in case of success
*/
int startThread (StartFun run, voi
www.eeworm.com/read/113031/15471919
c simple_threads.c
/********************************************************
* An example source module to accompany...
*
* "Using POSIX Threads: Programming with Pthreads"
* by Brad nichols, Dick Buttlar, Jacki
www.eeworm.com/read/179967/9326067
c test03.c
/* test pthread_cond_timedwait() */
#include "unpthread.h"
int ndone;
pthread_mutex_t ndone_mutex = PTHREAD_MUTEX_INITIALIZER;
pthread_cond_t ndone_cond = PTHREAD_COND_INITIALIZER;
void *
myfunc
www.eeworm.com/read/278507/10530127
c test03.c
/* test pthread_cond_timedwait() */
#include "unpthread.h"
int ndone;
pthread_mutex_t ndone_mutex = PTHREAD_MUTEX_INITIALIZER;
pthread_cond_t ndone_cond = PTHREAD_COND_INITIALIZER;
void *
myfunc
www.eeworm.com/read/127694/6002437
c test03.c
/* test pthread_cond_timedwait() */
#include "unpthread.h"
int ndone;
pthread_mutex_t ndone_mutex = PTHREAD_MUTEX_INITIALIZER;
pthread_cond_t ndone_cond = PTHREAD_COND_INITIALIZER;
void *
myfunc
www.eeworm.com/read/103510/6215041
c threads.c
/*
* Written by Gilles Chanteperdrix .
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public Lic
www.eeworm.com/read/408584/11380418
c test03.c
/* test pthread_cond_timedwait() */
#include "unpthread.h"
int ndone;
pthread_mutex_t ndone_mutex = PTHREAD_MUTEX_INITIALIZER;
pthread_cond_t ndone_cond = PTHREAD_COND_INITIALIZER;
void *
myfunc
www.eeworm.com/read/129891/14218885
c test03.c
/* test pthread_cond_timedwait() */
#include "unpthread.h"
int ndone;
pthread_mutex_t ndone_mutex = PTHREAD_MUTEX_INITIALIZER;
pthread_cond_t ndone_cond = PTHREAD_COND_INITIALIZER;
void *
myfunc
www.eeworm.com/read/120825/14786585
c test03.c
/* test pthread_cond_timedwait() */
#include "unpthread.h"
int ndone;
pthread_mutex_t ndone_mutex = PTHREAD_MUTEX_INITIALIZER;
pthread_cond_t ndone_cond = PTHREAD_COND_INITIALIZER;
void *
myfunc