代码搜索:pThread

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

代码结果 7,828
www.eeworm.com/read/107468/15606645

c rtpdestroystream.c

/*------------------------------------------------------------------------- * rtpdestroystream.c - rtpdestroystream *------------------------------------------------------------------------- */ #i
www.eeworm.com/read/106927/15617489

cpp dialring.cpp

// DialRing.cpp : implementation file // #include "stdafx.h" #include "netpro.h" #include "ras.h" #include "raserror.h" #include "tapiutils.h" #include "DialDlg.h" #include "DialRing.h" #
www.eeworm.com/read/106368/15638635

c wait_queue.c

#include "thread.h" #include "exception.h" #include "thread_lists.h" #include "wait_queue.h" #include "shared.h" #include #define OFFS(n) ((n)%__THREAD_QUEUE_MAX) #define MAGIC_W
www.eeworm.com/read/100584/15870836

makefile

include ../Make.defines # Following required by Solaris 2.x for Posix version of sigwait(). CFLAGS += -D_POSIX_PTHREAD_SEMANTICS all: ${LIB_OBJS} ar rv ${LIBUNPIPC_NAME} $? ${RANLIB} ${LIBUNPIPC
www.eeworm.com/read/100019/15887948

c consume.c

#define __THREADS_MAIN #include #include extern "C" { # include }; main() { cond t_control(attributes::process_shared); mutex t_link(attributes::process_shared
www.eeworm.com/read/183272/9172349

12 fig12.12

#include #include #include #include extern char **environ; pthread_mutex_t env_mutex; static pthread_once_t init_done = PTHREAD_ONCE_INIT; static void th
www.eeworm.com/read/183272/9172810

c getenv2.c

#include #include #include #include extern char **environ; pthread_mutex_t env_mutex; static pthread_once_t init_done = PTHREAD_ONCE_INIT; static void th
www.eeworm.com/read/364932/9886782

12 fig12.12

#include #include #include #include extern char **environ; pthread_mutex_t env_mutex; static pthread_once_t init_done = PTHREAD_ONCE_INIT; static void th
www.eeworm.com/read/364932/9887284

c getenv2.c

#include #include #include #include extern char **environ; pthread_mutex_t env_mutex; static pthread_once_t init_done = PTHREAD_ONCE_INIT; static void th
www.eeworm.com/read/167847/9950205

c testcancel.c

/* include main */ #include "unpipc.h" #include "pthread_rwlock.h" pthread_rwlock_t rwlock = PTHREAD_RWLOCK_INITIALIZER; pthread_t tid1, tid2; void *thread1(void *), *thread2(void *); int main(int