Home
last modified time | relevance | path

Searched refs:SIGRTMAX (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp460 #if defined(SIGRTMAX) in OsConstants_initConstants()
461 initConstant(env, c, "SIGRTMAX", SIGRTMAX); in OsConstants_initConstants()
/libcore/luni/src/main/java/android/system/
DOsConstants.java411 public static final int SIGRTMAX = placeholder(); field in OsConstants