代码搜索:blocking
找到约 1,859 项符合「blocking」的源代码
代码结果 1,859
www.eeworm.com/read/169697/5413162
c ad_iread_fake.c
/* -*- Mode: C; c-basic-offset:4 ; -*- */
/*
*
* Copyright (C) 2004 University of Chicago.
* See COPYRIGHT notice in top-level directory.
*/
#include "adio.h"
/* Generic implementation of
www.eeworm.com/read/169697/5413187
c ad_iwrite_fake.c
/* -*- Mode: C; c-basic-offset:4 ; -*- */
/*
*
* Copyright (C) 2004 University of Chicago.
* See COPYRIGHT notice in top-level directory.
*/
#include "adio.h"
/* Generic implementation of
www.eeworm.com/read/235248/14080105
h ide.h
#ifndef __IDE_H
#define __IDE_H
namespace IDE {
long cmd(int cmd, long extra=0);
bool reconnect();
void initialize();
void message();
void ucw_shut_down();
void finished();
void breakpoint();
void e
www.eeworm.com/read/303635/13810853
c globalfifo.c
/*======================================================================
A globalfifo driver as an example of char device drivers
This example is to introduce poll,blocking and non-blocking
www.eeworm.com/read/411682/2185477
c globalfifo.c
/*======================================================================
A globalfifo driver as an example of char device drivers
This example is to introduce poll,blocking and non-blocking
www.eeworm.com/read/405255/2294362
c globalfifo.c
/*======================================================================
A globalfifo driver as an example of char device drivers
This example is to introduce poll,blocking and non-blocking
www.eeworm.com/read/364780/2901504
c globalfifo.c
/*======================================================================
A globalfifo driver as an example of char device drivers
This example is to introduce poll,blocking and non-blocking
www.eeworm.com/read/379808/9175691
c send.c
//************************************************************
//
// blocking.c
//
// Gefan Zhang
//
//*************************************************************
#include
#include
www.eeworm.com/read/139291/5804316
c pipe.c
/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
* applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in c