tail head cat sleep
QR code linking to this page

manページ  — BUF_LOCKINIT

名称

BUF_LOCKINIT – バッファロックの初期化

内容

書式

#include <sys/param.h>
#include <sys/systm.h>
#include <sys/uio.h>
#include <sys/bio.h>
#include <sys/buf.h>

void
BUF_LOCKINIT(struct buf *bp);

解説

BUF_LOCKINIT() マクロはバッファのロックを初期化します。

引数は以下の通りです。
bp
  ロックを初期化されるべきバッファです。

関連項目

buf(9), BUF_LOCK(9), BUF_TIMELOCK(9), BUF_UNLOCK(9), lockinit(9), lockmgr(9)

作者

このマニュアルページは Chad David <davidc@acns.ab.ca> によって書かれました。

BUF_LOCKINIT (9) January 6, 2005

tail head cat sleep
QR code linking to this page


このマニュアルページサービスについてのご意見は Ben Bullock にお知らせください。 Privacy policy.

As soon as we started programming, we found to our surprise that it wasn't as easy to get programs right as we had thought. Debugging had to be discovered. I can remember the exact instant when I realized that a large part of my life from then on was going to be spent in finding mistakes in my own programs.
— Maurice Wilkes