代码搜索:pThread

找到约 7,828 项符合「pThread」的源代码

代码结果 7,828
www.eeworm.com/read/199919/7814562

c lmsgqlib.c

/***************************************************************************** * msgQLib.c - defines the wrapper functions and data structures needed * to implement a Wind River VxWorks
www.eeworm.com/read/198616/7922722

16 fig12.16

#include "apue.h" #include int quitflag; /* set nonzero by thread */ sigset_t mask; pthread_mutex_t lock = PTHREAD_MUTEX_INITIALIZER; pthread_cond_t waitloc = PTHREAD_COND_INITIALIZER;
www.eeworm.com/read/198616/7923638

c getenv3.c

#include #include #include #include static pthread_key_t key; static pthread_once_t init_done = PTHREAD_ONCE_INIT; pthread_mutex_t env_mutex = PTHREAD_MUT
www.eeworm.com/read/198616/7923642

c suspend.c

#include "apue.h" #include int quitflag; /* set nonzero by thread */ sigset_t mask; pthread_mutex_t lock = PTHREAD_MUTEX_INITIALIZER; pthread_cond_t waitloc = PTHREAD_COND_INITIALIZER;
www.eeworm.com/read/198616/7923798

13 fig12.13

#include #include #include #include static pthread_key_t key; static pthread_once_t init_done = PTHREAD_ONCE_INIT; pthread_mutex_t env_mutex = PTHREAD_MUT
www.eeworm.com/read/297233/8041349

c thr-pthreads.c

/* GNU Objective C Runtime Thread Implementation for PCThreads under GNU/Linux. Copyright (C) 1996, 1997 Free Software Foundation, Inc. Contributed by Scott Christley
www.eeworm.com/read/296124/8120125

h lock.h

/******************************************************************** created: 2008/01/23 filename: lock.h author: Lichuang purpose: **********************************
www.eeworm.com/read/145248/12743349

h global.h

#ifndef _GLOBAL_H_ #define _GLOBAL_H_ 1 #include #include #include #include #include #include #include #include
www.eeworm.com/read/332098/12779531

16 fig12.16

#include "apue.h" #include int quitflag; /* set nonzero by thread */ sigset_t mask; pthread_mutex_t lock = PTHREAD_MUTEX_INITIALIZER; pthread_cond_t waitloc = PTHREAD_COND_INITIALIZER;
www.eeworm.com/read/332098/12780215

c getenv3.c

#include #include #include #include static pthread_key_t key; static pthread_once_t init_done = PTHREAD_ONCE_INIT; pthread_mutex_t env_mutex = PTHREAD_MUT