代码搜索:thread

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

代码结果 10,000
www.eeworm.com/read/396069/8134920

bak pthread_mutex_sample.c.bak

#include #include #include #include #include int number; sem_t sem_id; void* thread_fun(void *arg) { int i=0; printf("count=%d\n",*((int
www.eeworm.com/read/144431/12795056

c wthread.c

/* * Worker thread. * (C) 2004 - 2005 FUJITA Tomonori * This code is licenced under the GPL. */ #include #include "iscsi.h" #include "iscsi_dbg.h" void wthread
www.eeworm.com/read/331913/12801095

c p.c

#include"kernel.h" #define WRONG_THREAD_ID -1 #define WRONG_SEMAPHORE_ID -2 #define WRONG_THREAD_STATE -3 #define WRONG_CAPABILITY -4 int system_call_p(int thread_id,int semaphore_id, int
www.eeworm.com/read/331913/12801148

c v.c

#include"kernel.h" #define WRONG_THREAD_ID -1 #define WRONG_SEMAPHORE_ID -2 #define WRONG_THREAD_STATE -3 #define WRONG_CAPABILITY -4 static int v(int semaphore_id,int *steps,struct capabili
www.eeworm.com/read/331910/12801605

c gthread.c

/* GLIB - Library of useful routines for C programming * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * gmutex.c: MT safety related functions * Copyright 1998 Sebast
www.eeworm.com/read/142742/12923635

cpp jiqi1.cpp

// Jiqi1.cpp : implementation file // #include "stdafx.h" #include "心跳检测.h" #include "Jiqi1.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #en
www.eeworm.com/read/242859/12978191

cpp pionengine.cpp

// ----------------------------------------------------------------- // libpion: a C++ framework for building lightweight HTTP interfaces // -----------------------------------------------------------
www.eeworm.com/read/141710/12990698

rss threadao.rss

/* * ============================================================================ * Name : ThreadAO.rss ThreadAO resource file * Part of : ThreadAO * Created : 12.1.2005 by Forum Nokia *
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/315319/13546048

c wthread.c

/* * Worker thread. * (C) 2004 - 2005 FUJITA Tomonori * This code is licenced under the GPL. */ #include #include "iscsi.h" #include "iscsi_dbg.h" void wthread