代码搜索:create
找到约 10,000 项符合「create」的源代码
代码结果 10,000
www.eeworm.com/read/124443/6047549
create_radeon_log
#! /bin/sh
path=`dirname $0`
while true; do
$path/radeonlog_dump $1
sleep 2
done;
www.eeworm.com/read/124347/6052225
c argz_create.c
/* Copyright (C) 2002 by Red Hat, Incorporated. All rights reserved.
*
* Permission to use, copy, modify, and distribute this software
* is freely granted, provided that this notice is preserved.
www.eeworm.com/read/124347/6053533
c create1.c
/*
* create1.c
*
* Description:
* Create a thread and check that it ran.
*
* Depends on API functions: None.
*/
#include "test.h"
static int washere = 0;
void * func(void * arg)
{
washere
www.eeworm.com/read/124347/6053561
c create2.c
/*
* File: create2.c
*
* Test Synopsis:
* - Test that threads have a Win32 handle when started.
*
* Test Method (Validation or Falsification):
* - Statistical, not absolute (depends on sample s
www.eeworm.com/read/122310/6066198
c ms_create.c
#include "common.h"
#ifndef NO_VOXPROMPT
#define VOXPROMPTS_MAX 12
#define VOXPROMPT_INIT_POS -1
int _nPlayIPAddr = FALSE;
LONG PlayIPAddress(char *szInStr, DWORD dwInit)
{
int adwNumIndex[VOXPR