るりまサーチ

最速Rubyリファレンスマニュアル検索!
11件ヒット [1-11件を表示] (0.027秒)

別のキーワード

  1. process getsid
  2. _builtin getsid
  3. getsid process
  4. getsid _builtin

モジュール

検索結果

Process.#getsid(pid = 0) -> Integer (18127.0)

引数 pid で指定されたプロセスのセッション ID を返します。

...e NotImplementedError メソッドが現在のプラットフォームで実装されて
いない場合に発生します。

Process.getsid() # => 27422
Process.getsid(0) # => 27422
Process.getsid(Process.pid()) # => 27422

@see getsid(2)...