代码搜索:thread

找到约 10,000 项符合「thread」的源代码

代码结果 10,000
www.eeworm.com/read/331913/12801162

c return.c

#include"kernel.h" #define WRONG_PROCESS -1 #define NO_RETURN_STACK -2 #define WRONG_THREAD -3 #define WRONG_CAPABILITY -4 #define WRONG_THREAD_STATE -5 static void exit_thread(int threa
www.eeworm.com/read/331913/12801180

c sem_re.c

#include"kernel.h" #define WRONG_SEMAPHORE -1 #define WRONG_PROCESS_NUMBER -2 #define WRONG_PROCESS_STATE -3 #define WRONG_CAPABILITY -4 #define IS_THREAD_SEMAPHORE -5 int release_semaph
www.eeworm.com/read/331913/12801192

h os_struct.h

#ifndef OS_OS_STRUCT #define OS_OS_STRUCT struct cpu_information{ int thread_id; struct{ int thread_id,process_id; struct thread_physical_block physical_block; }last; }; #define
www.eeworm.com/read/149876/5695580

mh linux.mh

# Host: ARM based machine running GNU/Linux XM_FILE= xm-linux.h XDEPFILES= ser-tcp.o NAT_FILE= nm-linux.h NATDEPFILES= infptrace.o solib.o inftarg.o fork-child.o corelow.o \ core-regset.o arm-
www.eeworm.com/read/148694/5711019

mh linux.mh

# Host: ARM based machine running GNU/Linux XM_FILE= xm-linux.h XDEPFILES= ser-tcp.o NAT_FILE= nm-linux.h NATDEPFILES= infptrace.o solib.o inftarg.o fork-child.o corelow.o \ core-regset.o arm-
www.eeworm.com/read/136989/5837870

cpp ec_mt_dispatching.cpp

// EC_MT_Dispatching.cpp,v 1.9 2003/06/18 05:40:17 jwillemsen Exp #include "EC_MT_Dispatching.h" #if ! defined (__ACE_INLINE__) #include "EC_MT_Dispatching.i" #endif /* __ACE_INLINE__ */ AC
www.eeworm.com/read/133772/5902674

c socket_test.c

//========================================================================== // // tests/socket_test.c // // Test network socket functions // //========================================
www.eeworm.com/read/109026/6177108

c socket_test.c

//========================================================================== // // tests/socket_test.c // // Test network socket functions // //========================================
www.eeworm.com/read/106385/6194827

c socket_test.c

//========================================================================== // // tests/socket_test.c // // Test network socket functions // //==============================================
www.eeworm.com/read/403361/11518638

h rtmp_amf_flv.h

/***************************************************************************** * rtmp_amf_flv.h: RTMP, AMF and FLV over RTMP implementation. *********************************************************