代码搜索:pThread
找到约 7,828 项符合「pThread」的源代码
代码结果 7,828
www.eeworm.com/read/383065/2622632
vse sizes.vse
Sizes of pthreads-win32 structs
-------------------------------
pthread_t 8
ptw32_thread_t 72
pthread_attr_t_ 28
www.eeworm.com/read/383065/2622639
gc sizes.gc
Sizes of pthreads-win32 structs
-------------------------------
pthread_t 8
ptw32_thread_t 136
pthread_attr_t_ 28
www.eeworm.com/read/383065/2622652
vc sizes.vc
Sizes of pthreads-win32 structs
-------------------------------
pthread_t 8
ptw32_thread_t 136
pthread_attr_t_ 28
www.eeworm.com/read/473565/6846292
c prg8_4.c
#include /* standard I/O routines */
#include /* pthread functions and data structures */
#include /* These are the usual
www.eeworm.com/read/473565/6846296
c prg8_3.c
#include /* standard I/O routines */
#include /* pthread functions and data structures */
#include /* These are the usual
www.eeworm.com/read/243434/12940928
c getpw_r.c
#include
#include
#include
#include
#include "../pthread.h"
static pthread_mutex_t getpw_mutex = PTHREAD_MUTEX_INITIALIZER;
static int
convert (struct passwd
www.eeworm.com/read/136072/5874861
c mntent.c
#include
#include
#include
#include
#ifdef __UCLIBC_HAS_THREADS__
#include
static pthread_mutex_t mylock = PTHREAD_MUTEX_INITIALIZER;
# define L
www.eeworm.com/read/198784/5082380
h control.h
#include
typedef struct data_control {
pthread_mutex_t mutex;
pthread_cond_t cond;
int active;
} data_control;
extern int control_init(data_control *mycontrol);
extern int control_
www.eeworm.com/read/196079/5104404
c fifo.c
/*
file:fifo.c
first in first out(fifo) by jiniang 2005.02.04
*/
#include
#include
#include
#include "fifo.h"
pthread_mutex_t fifo_mutex=PTHREAD_MUTEX_INITIALIZER
www.eeworm.com/read/182103/5272085
scn psx06.scn
*** POSIX TEST 6 ***
Init's ID is 0x0b010001
Init: pthread_key_create - SUCCESSFUL
Destructor invoked 0 times
Init: pthread_key_create - EAGAIN (too many keys)
Init: pthread_setspecific - EINVAL (inva