代码搜索:thread
找到约 10,000 项符合「thread」的源代码
代码结果 10,000
www.eeworm.com/read/424383/10456090
c p12.2.c
#include
#include
struct thread_param
{
char info;
int num;
};
void* thread_fun(void* param)
{
struct thread_param* p;
p=(struct thread_param*)param;
int i;
for(i=0;i
www.eeworm.com/read/278507/10531720
c pthread08.c
#include "unpthread.h"
#include "pthread08.h"
void
thread_make(int i)
{
void *thread_main(void *);
Pthread_create(&tptr[i].thread_tid, NULL, &thread_main, (void *) i);
return; /* main thread ret
www.eeworm.com/read/275729/10798556
cxx punit.cxx
/*
*
* C++ Portable Types Library (PTypes)
* Version 1.7.5 Released 9-Mar-2003
*
* Copyright (c) 2001, 2002, 2003 Hovik Melikyan
*
* http://www.melikyan.com/ptypes/
* http://ptypes.sour
www.eeworm.com/read/273751/10902753
c threads.c
/* contact - LiPS Address Book Application
*
* Authors: YE Nan
*
* This software and associated documentation files (the "Software")
* are copyright (C) 2005 LiPS L
www.eeworm.com/read/417321/10995118
c pthread_attr_init.c
/*
* pthread_attr_init.c
*
* Description:
* This translation unit implements operations on thread attribute objects.
*
* -------------------------------------------------------------------------
www.eeworm.com/read/387591/7085917
c p12.2.c
#include
#include
struct thread_param
{
char info;
int num;
};
void* thread_fun(void* param)
{
struct thread_param* p;
p=(struct thread_param*)param;
int i;
for(i=0;i
www.eeworm.com/read/131172/7122592
cxx punit.cxx
/*
*
* C++ Portable Types Library (PTypes)
* Version 2.0.2 Released 17-May-2004
*
* Copyright (C) 2001-2004 Hovik Melikyan
*
* http://www.melikyan.com/ptypes/
*
*/
#include "ptypes.h"
#
www.eeworm.com/read/312022/7218444
h svlc_event.h
/*****************************************************************************
* svlc_event.h: a simple shared library wrapper around libvlc
*******************************************************
www.eeworm.com/read/443643/7629695
~cpp per.~cpp
//---------------------------------------------------------------------------
#include
#include
#include
void Stop()
{
DWORD CurrTh, CurrPr;
HANDLE h,ThrHa