HomeSort by relevance Sort by last modified time
    Searched refs:forks (Results 1 - 4 of 4) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
applesingle.py 66 raise Error, "AppleSingle file contains no forks"
68 self.forks = []
80 self.forks.append((restype, data))
96 raise Error, "No useful forks found"
114 with the data and resource forks from infile. On platforms
116 with the data and resource forks respectively.
  /external/linux-tools-perf/
builtin-record.c 449 const bool forks = argc > 0; local
460 if (forks && (pipe(child_ready_pipe) < 0 || pipe(go_pipe) < 0)) {
531 if (forks) {
688 if (forks)
builtin-stat.c 395 const bool forks = (argc > 0); local
398 if (forks && (pipe(child_ready_pipe) < 0 || pipe(go_pipe) < 0)) {
403 if (forks) {
486 if (forks) {
    [all...]
  /external/chromium_org/native_client_sdk/src/doc/
faq.rst 506 * Code that creates processes, including UNIX forks. Creating processes

Completed in 3454 milliseconds