HomeSort by relevance Sort by last modified time
    Searched refs:_SC_JOB_CONTROL (Results 51 - 55 of 55) sorted by null

1 23

  /bionic/libc/bionic/
sysconf.cpp 196 case _SC_JOB_CONTROL: return _POSIX_JOB_CONTROL;
  /libcore/luni/src/main/java/libcore/io/
OsConstants.java 418 public static final int _SC_JOB_CONTROL = placeholder();
    [all...]
  /external/strace/
system.c 675 #ifdef _SC_JOB_CONTROL
676 { _SC_JOB_CONTROL, "_SC_JOB_CONTROL" }, /* do we have job control */
    [all...]
  /libcore/luni/src/main/native/
libcore_io_OsConstants.cpp 480 initConstant(env, c, "_SC_JOB_CONTROL", _SC_JOB_CONTROL);
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 99 milliseconds

1 23