OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cur_stack
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/safestack/
safestack.cc
197
thread_stack_ll *
cur_stack
=
local in function:thread_cleanup_handler
199
cur_stack
->stack_base = (char *)unsafe_stack_start - unsafe_stack_guard;
200
cur_stack
->size = unsafe_stack_size + unsafe_stack_guard;
201
cur_stack
->pid = pid;
202
cur_stack
->tid = tid;
208
cur_stack
->next = temp_stacks;
209
thread_stacks =
cur_stack
;
/src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_thread.cc
170
const uptr
cur_stack
= (uptr)&local;
local in function:__asan::AsanThread::GetStackBounds
174
if (
cur_stack
>= next_stack_bottom_ &&
cur_stack
< next_stack_top_)
Completed in 11 milliseconds
Indexes created Wed Sep 24 14:09:57 GMT 2025