代码搜索:thread

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

代码结果 10,000
www.eeworm.com/read/145256/12741513

c thread.c

/* Thread management routine * Copyright (C) 1998, 2000 Kunihiro Ishiguro * * This file is part of GNU Zebra. * * GNU Zebra is free software; you can redistribute it and/or m
www.eeworm.com/read/144600/12781678

h thread.h

// Thread.h: interface for the CThread class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_THREAD_H__966EC0C2_5F11_11D2_A6F4_00A0C98659CB__INCLUDED_
www.eeworm.com/read/331913/12801155

c thread.c

#include"kernel.h" #define WRONG_THREAD_ID -1 #define WRONG_CAPABILITY -2 #define WRONG_STACK_TOP -3 #define WRONG_INTERRUPT_NUMBER -4 #define WRONG_FUNCTION_NUMBER -5 #define WRONG_PROCES
www.eeworm.com/read/244518/12858738

ppt thread.ppt

www.eeworm.com/read/330145/12914012

java thread.java

/** *A public class */ public class thread extends Thread { public void run() { try { //for creting an object Logo myLogo = new Logo(); //show
www.eeworm.com/read/243646/12930178

h thread.h

#if !defined THREAD_H #define THREAD_H //------------------------------------ // (c) Reliable Software, 1997 //------------------------------------ #include class Thread { pub
www.eeworm.com/read/243327/12948845

h thread.h

#include "core.h" #ifndef _THREAD_H #define _THREAD_H #ifdef __cplusplus extern "C" { #endif /* initialize THREAD struct */ THREAD *thread_init(); /* handler for event */ void pth_event_handler(int
www.eeworm.com/read/243327/12948861

c thread.c

#include "thread.h" #include "session.h" #include "buffer.h" #include "queue.h" #include "timer.h" #define THREAD_CHECK_RET(pth, ret)\ { \ if(pth == NULL) \ { \ _ERROR_LOG("FATAL:Thread is NULL")
www.eeworm.com/read/142273/12953688

c thread.c

#include "./../inc/screen.h" void *prttime( void *ptr ) { while( 1 ) { plot( 51, 2, getsystime() ); sleep(1); } } /**在指定位置显示时间的函数**/ void PtrTime() { int thr_id1; pthread_t p_thread
www.eeworm.com/read/329241/12967548

c thread.c

#include #include void thread1(void) { int i=0; for(i=0;i