代码搜索:pThread
找到约 7,828 项符合「pThread」的源代码
代码结果 7,828
www.eeworm.com/read/182103/5272171
scn psx05.scn
*** POSIX TEST 5 ***
Init's ID is 0x0b010001
Init: pthread_mutexattr_init - EINVAL (NULL attr)
Init: pthread_mutexattr_init - SUCCESSFUL
Init: mutex protocol is (0) -- PTHREAD_PRIO_NONE
Init: mutex pr
www.eeworm.com/read/167046/5470905
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/163821/5509044
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/395229/2445319
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/350504/3124734
c mutex.c
/*
* mutex.c - Using mutexes
*/
#include
#include
#include
#include
#include
#define INDEX 10000000
pthread_mutex_t mutex = PTHREAD_MUTEX_INIT
www.eeworm.com/read/312645/3653206
cxx mutex.cxx
//==========================================================================
//
// pthread.cxx
//
// POSIX pthreads implementation
//
//================================================
www.eeworm.com/read/398200/2384964
cxx mutex.cxx
//==========================================================================
//
// pthread.cxx
//
// POSIX pthreads implementation
//
//======================================================
www.eeworm.com/read/273217/10922590
cpp mythread.cpp
#include "mythread.h"
#include
#include
#include
MyThread::MyThread(void)
{
m_bQuit = false;
pthread_cond_init(&m_exit, NULL);
pthread_mutex_init(&m_mutex,
www.eeworm.com/read/466558/7026853
h spthread.h
#ifndef __spthread_hpp__
#define __spthread_hpp__
#ifndef WIN32
/// pthread
#include
#include
typedef void * sp_thread_result_t;
typedef pthread_mutex_t sp_thread_mutex_t