るりまサーチ (Ruby 2.4.0)

最速Rubyリファレンスマニュアル検索!
3件ヒット [1-3件を表示] (0.055秒)
トップページ > バージョン:2.4.0[x] > クエリ:Integer[x] > クエリ:O_NONBLOCK[x]

別のキーワード

  1. fcntl o_accmode
  2. fcntl o_rdwr
  3. fcntl o_excl
  4. fcntl o_ndelay
  5. fcntl o_wronly

ライブラリ

クラス

モジュール

キーワード

検索結果

Fcntl::O_NONBLOCK -> Integer (45610.0)

ファイルを non-blocking モードで開きます。

ファイルを non-blocking モードで開きます。

IO#fcntl(cmd, arg = 0) -> Integer (322.0)

IOに対してシステムコール fcntl を実行します。 機能の詳細は fcntl(2) を参照してください。 fcntl(2) が返した整数を返します。

IOに対してシステムコール fcntl を実行します。
機能の詳細は fcntl(2) を参照してください。
fcntl(2) が返した整数を返します。

@param cmd IO に対するコマンドを、添付ライブラリ fcntl が提供している定数で指定します。

@param arg cmd に対する引数を整数、文字列、booleanのいずれかで指定します。
整数の時にはその値を fcntl(2) に渡します。
文字列の場合には Array#pack した構造体だとみなして渡します。
arg が nil か false の...

Fcntl::O_NDELAY -> Integer (310.0)

ファイルを non-blocking モードで開きます。

ファイルを non-blocking モードで開きます。