Searched defs:err (Results 1 – 8 of 8) sorted by relevance
| /oneTBB/test/common/ |
| H A D | utils_concurrency_limit.h | 139 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, ¶ms); in get_current_schedparam() local 319 int err = pthread_setschedparam(this_thread, SCHED_FIFO, ¶ms); in increase_thread_priority() local
|
| /oneTBB/src/tbb/ |
| H A D | co_context.h | 317 …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 D | misc_ex.cpp | 134 int err; in initialize_hardware_concurrency_info() local
|
| H A D | dynamic_link.cpp | 224 int err = GetLastError(); in init_ap_data() local 231 int err = GetLastError(); in init_ap_data() local
|
| /oneTBB/examples/common/gui/ |
| H A D | xvideo.cpp | 111 char err[256]; in xerr_handler() local 214 char err[256]; in init_window() local
|
| /oneTBB/include/oneapi/tbb/detail/ |
| H A D | _machine.h | 66 int err = sched_yield(); in yield() local
|
| /oneTBB/examples/graph/fgbzip2/ |
| H A D | bzlib.cpp | 1694 int err = ((bzFile*)b)->lastErr; in BZ_API() local
|
| /oneTBB/src/tbb/tools_api/ |
| H A D | ittnotify_static.c | 1240 DWORD err = GetLastError(); in __itt_get_env_var() local
|