Home
last modified time | relevance | path

Searched defs:err (Results 1 – 8 of 8) sorted by relevance

/oneTBB/test/common/
H A Dutils_concurrency_limit.h139 bool err = !SetProcessAffinityMask(GetCurrentProcess(), mask); in limit_number_of_threads() local
162 int err = setaffinity(new_mask); in limit_number_of_threads() local
182 const int err = sched_getaffinity(0, size, mask); in get_thread_affinity_mask() local
213 const int err = sched_setaffinity(0, size, target_mask); in pin_thread_imp() local
274 int err = pthread_getschedparam(this_thread, &old_policy, &old_params); in can_change_thread_priority() local
300 int err = pthread_setschedparam(this_thread, in ~increased_priority_guard() local
309 int err = pthread_getschedparam(this_thread, &policy, &params); in get_current_schedparam() local
319 int err = pthread_setschedparam(this_thread, SCHED_FIFO, &params); in increase_thread_priority() local
/oneTBB/src/tbb/
H A Dco_context.h317 …int err = mprotect((void*)(stack_ptr + REG_PAGE_SIZE), page_aligned_stack_size, PROT_READ | PROT_W… in create_coroutine() local
344 int err = getcontext(&c.my_context); in current_coroutine() local
349 int err = swapcontext(&prev_coroutine.my_context, &new_coroutine.my_context); in swap_coroutine() local
H A Dmisc_ex.cpp134 int err; in initialize_hardware_concurrency_info() local
H A Ddynamic_link.cpp224 int err = GetLastError(); in init_ap_data() local
231 int err = GetLastError(); in init_ap_data() local
/oneTBB/examples/common/gui/
H A Dxvideo.cpp111 char err[256]; in xerr_handler() local
214 char err[256]; in init_window() local
/oneTBB/include/oneapi/tbb/detail/
H A D_machine.h66 int err = sched_yield(); in yield() local
/oneTBB/examples/graph/fgbzip2/
H A Dbzlib.cpp1694 int err = ((bzFile*)b)->lastErr; in BZ_API() local
/oneTBB/src/tbb/tools_api/
H A Dittnotify_static.c1240 DWORD err = GetLastError(); in __itt_get_env_var() local