We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 299e3f6 commit 93f897aCopy full SHA for 93f897a
src/unix/notbsd/android/mod.rs
@@ -254,6 +254,7 @@ pub const _SC_THREAD_PRIORITY_SCHEDULING: ::c_int = 82;
254
pub const _SC_THREAD_PRIO_INHERIT: ::c_int = 83;
255
pub const _SC_THREAD_PRIO_PROTECT: ::c_int = 84;
256
pub const _SC_THREAD_SAFE_FUNCTIONS: ::c_int = 85;
257
+pub const _SC_NPROCESSORS_CONF: ::c_int = 96;
258
pub const _SC_NPROCESSORS_ONLN: ::c_int = 97;
259
260
pub const PTHREAD_MUTEX_NORMAL: ::c_int = 0;
0 commit comments