Home
last modified time | relevance | path

Searched refs:stack_ptr (Results 1 – 1 of 1) sorted by relevance

/oneTBB/src/tbb/
H A Dco_context.h313 …std::uintptr_t stack_ptr = (std::uintptr_t)mmap(nullptr, protected_stack_size, PROT_NONE, MAP_PRIV… in create_coroutine() local
314 __TBB_ASSERT((void*)stack_ptr != MAP_FAILED, nullptr); in create_coroutine()
317 …int err = mprotect((void*)(stack_ptr + REG_PAGE_SIZE), page_aligned_stack_size, PROT_READ | PROT_W… in create_coroutine()
321 c.my_stack = (void*)(stack_ptr + REG_PAGE_SIZE); in create_coroutine()