代码搜索:pThread

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

代码结果 7,828
www.eeworm.com/read/198784/5082345

h threads.h

#ifndef _THREAD_H_ #define _THREAD_H_ #include #include "comhead.h" #include #include "IPC.h" extern "C" void * global_run_thread( void *arg ); class CThread { prote
www.eeworm.com/read/198784/5082364

cpp cond.cpp

#include "sync.h" #include #define SUMSIZE 10 #define BUFSIZE 8 int bufin=0; int bufout=0; int buffer[BUFSIZE]; CCondition slots_cond; CCondition items_cond; CThreadMutex buffer_lock; C
www.eeworm.com/read/198784/5082391

h threads.h

#ifndef _THREAD_H_ #define _THREAD_H_ #include #include "comhead.h" #include //#include "IPC.h" extern "C" void * global_run_thread( void *arg ); class CThread { pro
www.eeworm.com/read/182103/5266798

h psignal.h

/* * $Id: psignal.h,v 1.9 1999/11/02 18:00:13 joel Exp $ */ #ifndef __RTEMS_POSIX_SIGNALS_h #define __RTEMS_POSIX_SIGNALS_h #include /* * Currently 32 signals numbered
www.eeworm.com/read/182103/5266832

c pthreadatfork.c

/* * pthread_atfork() - POSIX 1003.1b 3.1.3 * * 3.1.3 Register Fork Handlers, P1003.1c/Draft 10, P1003.1c/Draft 10, p. 27 * * RTEMS does not support processes, so we fall under this and do no
www.eeworm.com/read/180227/5287682

c mmap_kernel_user.c

/* * Written by Der Herr Hofrat, der.herr@hofr.at * (C) 2002 FSMLabs * License: GPL Version 2 */ #include #include #include #include /* RTL_SIGNAL_WAKEU
www.eeworm.com/read/180227/5287694

c sched_toggle.c

/* * Written by Der Herr Hofrat, der.herr@hofr.at * (C) 2002 FSMLabs * License: GPL Version 2 */ #include #include #include #include #include "common.h" /
www.eeworm.com/read/180227/5287810

c soft_irq.c

/* * Written by Der Herr Hofrat, der.herr@hofr.at * (C) 2002 FSMLabs * License: GPL Version 2 */ #include #include #include #include #include
www.eeworm.com/read/180227/5287815

c soft_irq2.c

/* * Written by Der Herr Hofrat, der.herr@hofr.at * (C) 2002 FSMLabs * License: GPL Version 2 */ #include #include #include #include #include
www.eeworm.com/read/180227/5287818

c tasklet_soft_irq.c

/* * Written by Der Herr Hofrat, der.herr@hofr.at * (C) 2002 FSMLabs * License: GPL Version 2 */ //#include #include #include #include #include