Home
last modified time | relevance | path

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

/oneTBB/src/tbb/
H A Drml_thread_monitor.h68 void handle_perror(int error_code, const char* aux_info);
147 handle_perror(0, "thread_monitor::launch: _beginthreadex failed\n"); in launch()
183 handle_perror(error_code, routine); in check()
212 handle_perror(error, "pthread_create has failed"); in launch()
H A Dco_context.h157 void handle_perror(int error_code, const char* what);
161 handle_perror(error_code, routine); in check()
212 handle_perror(0, "create_coroutine: _beginthreadex failed\n"); in create_coroutine()
H A Dparallel_pipeline.cpp30 void handle_perror(int error_code, const char* aux_info);
234 handle_perror(status, "TLS not allocated for filter"); in create_my_tls()
240 handle_perror(status, "Failed to destroy filter TLS"); in destroy_my_tls()
H A Dexception.cpp104 void handle_perror( int error_code, const char* what ) { in handle_perror() function
H A Dscheduler_common.h593 void handle_perror(int error_code, const char* aux_info);
H A Dgovernor.cpp69 handle_perror(status, "TBB failed to initialize task scheduler TLS\n"); in acquire_resources()
/oneTBB/test/tbb/
H A Dtest_handle_perror.cpp51 tbb::detail::r1::handle_perror(EAGAIN, "apple");