36件ヒット
[1-36件を表示]
(0.006秒)
ライブラリ
- ビルトイン (36)
キーワード
-
CLOCK
_ MONOTONIC _ RAW _ APPROX (12) -
CLOCK
_ UPTIME _ RAW _ APPROX (12) - ppid (12)
検索結果
先頭3件
-
Process
. # ppid -> Integer (6101.0) -
親プロセスのプロセス ID を返します。UNIX では実際の親プロセスが終 了した後は ppid は 1 (initの pid)になります。
...親プロセスのプロセス ID を返します。UNIX では実際の親プロセスが終
了した後は ppid は 1 (initの pid)になります。
@see getppid(2)... -
Process
:: CLOCK _ MONOTONIC _ RAW _ APPROX -> Integer (6101.0) -
Process.#clock_gettime で使われます。
...
Process.#clock_gettime で使われます。
システムによっては定義されていません。... -
Process
:: CLOCK _ UPTIME _ RAW _ APPROX -> Integer (6101.0) -
Process.#clock_gettime で使われます。
...
Process.#clock_gettime で使われます。
システムによっては定義されていません。...