代码搜索:pThread

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

代码结果 7,828
www.eeworm.com/read/325128/13225900

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
www.eeworm.com/read/338072/3324596

c gethostby_r.c

#include #include #include #include "netdb_r.h" #ifdef __sparc__ #define NEED_ALIGNED_ACCESS #endif static pthread_mutex_t gethostby_mutex = PTHREAD_MUTEX_INITIALIZE
www.eeworm.com/read/338072/3324601

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 *re
www.eeworm.com/read/411046/2196641

c gethostby_r.c

#include #include #include #include "netdb_r.h" #ifdef __sparc__ #define NEED_ALIGNED_ACCESS #endif static pthread_mutex_t gethostby_mutex = PTHREAD_MUTEX_INITIALIZE
www.eeworm.com/read/411046/2196646

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 *re
www.eeworm.com/read/252498/4403937

c gethostby_r.c

#include #include #include #include "netdb_r.h" #ifdef __sparc__ #define NEED_ALIGNED_ACCESS #endif static pthread_mutex_t gethostby_mutex = PTHREAD_MUTEX_INITIALIZE
www.eeworm.com/read/252498/4403942

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 *re
www.eeworm.com/read/283553/9007841

h share_mem.h

#ifndef PORTALSERVER_SHARE_MEM_H #define PORTALSERVER_SHARE_MEM_H #include "session.h" #define SYS_QUIT -1 struct share_memory{ int queue_id; unsigned short int CurrentSN; int co
www.eeworm.com/read/282090/9120347

c mutex.c

#include "cmdlib.h" #include "threads.h" #include "mutex.h" /* =================================================================== WIN32 =================================================
www.eeworm.com/read/282090/9121011

c mutex.c

#include "cmdlib.h" #include "threads.h" #include "mutex.h" /* =================================================================== WIN32 =================================================