Searched refs:StackLimit (Results 1 – 4 of 4) sorted by relevance
392 uptr stackSize = (uptr)tib->StackBase - (uptr)tib->StackLimit; in asan_thread_exit()393 __asan_unpoison_memory_region(tib->StackLimit, stackSize); in asan_thread_exit()
710 size_t StackLimit; in initDevice() local713 StackLimit = std::stol(EnvStr); in initDevice()714 if (cuCtxSetLimit(CU_LIMIT_STACK_SIZE, StackLimit) != CUDA_SUCCESS) in initDevice()717 if (cuCtxGetLimit(&StackLimit, CU_LIMIT_STACK_SIZE) != CUDA_SUCCESS) in initDevice()737 (int)HeapLimit, (int)StackLimit); in initDevice()
227 uint64_t StackLimit,230 StackLimit, Severity, DK_StackSize) {}
89 DWORD64 StackLimit;