Searched refs:exclave_threads_max (Results 1 – 1 of 1) sorted by relevance
1922 size_t exclave_threads_max = exclaves_ipc_buffer_count(); in stackshot_setup_exclave_waitlist() local1927 if (exclaves_inspection_is_initialized() && exclave_threads_max) { in stackshot_setup_exclave_waitlist()1928 if (os_mul_overflow(exclave_threads_max, sizeof(ctid_t), &waitlist_size)) { in stackshot_setup_exclave_waitlist()1937 stackshot_exclave_inspect_ctid_capacity = exclave_threads_max; in stackshot_setup_exclave_waitlist()