nx_attention_class.nx
buildroot/runtime/nx_attention_class.nx
about
dependencies 2 imports · 40 importers
diagram shows first 10 each side; +0 more imports, +30 more importers in the complete lists below.
imports: nx_syscalls.nxnx_tier.nx
imported by: nx_attention_class_test.nxnx_cell.nxnx_cell_anatomy_compose_test.nxnx_cell_test.nxnx_dyad.nxnx_dyad_test.nxnx_ecosystem_compose_test.nxnx_failover_compose_test.nxnx_homeostasis.nxnx_homeostasis_test.nxnx_lysis.nxnx_lysis_test.nxnx_metabolism_test.nxnx_microbiome.nxnx_microbiome_test.nxnx_mimicry_compose_test.nxnx_observatory_test.nxnx_organism.nxnx_organism_test.nxnx_pathway.nxnx_pathway_test.nxnx_pollinate.nxnx_promote.nxnx_reclaim.nxnx_reclaim_test.nxnx_ribosome_test.nxnx_sovereign_compose_test.nxnx_substrate_compose_test.nxnx_symbiote.nxnx_symbiote_test.nxnx_tier1_immune_compose_test.nxnx_tier3_ecology_compose_test.nxnx_treaty.nxnx_treaty_test.nxnx_tropism.nxnx_tropism_test.nxnx_xenocell.nxnx_xenocell_test.nxnx_yield.nxnx_yield_test.nx
structs
| none |
consts
| 41 | const NX_MAGIC_16000: i64 = 16000 |
| 42 | const NX_MAGIC_8000: i64 = 8000 |
| 43 | const NX_MAGIC_4000: i64 = 4000 |
| 44 | const NX_MAGIC_2000: i64 = 2000 |
| 52 | const NX_AC_INTERACTIVE_FOREGROUND_GAME: nx_int = 0 |
| 53 | const NX_AC_VIDEO_CALL: nx_int = 1 |
| 54 | const NX_AC_DEV: nx_int = 2 |
| 55 | const NX_AC_BACKGROUND_INFERENCE: nx_int = 3 |
| 56 | const NX_AC_BACKGROUND_BUILD: nx_int = 4 |
| 57 | const NX_AC_BACKGROUND_HEALTH: nx_int = 5 |
| 58 | const NX_AC_IDLE_OPPORTUNISTIC: nx_int = 6 |
| 59 | const NX_AC_N_CLASSES: nx_int = 7 |
functions
| 63 | func nx_ac_is_valid(c: nx_int) -> nx_int |
| 75 | func nx_ac_is_foreground(c: nx_int) -> nx_int |
| 83 | func nx_ac_is_background(c: nx_int) -> nx_int called by 1: main |
| 97 | func nx_ac_priority(c: nx_int) -> nx_int |
| 107 | func nx_ac_higher_priority(a: nx_int, b: nx_int) -> nx_int |
| 119 | func nx_ac_yield_quantum_us(c: nx_int) -> nx_size called by 1: main |