Searched refs:handle_perror (Results 1 – 7 of 7) sorted by relevance
| /oneTBB/src/tbb/ |
| H A D | rml_thread_monitor.h | 68 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 D | co_context.h | 157 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 D | parallel_pipeline.cpp | 30 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 D | exception.cpp | 104 void handle_perror( int error_code, const char* what ) { in handle_perror() function
|
| H A D | scheduler_common.h | 593 void handle_perror(int error_code, const char* aux_info);
|
| H A D | governor.cpp | 69 handle_perror(status, "TBB failed to initialize task scheduler TLS\n"); in acquire_resources()
|
| /oneTBB/test/tbb/ |
| H A D | test_handle_perror.cpp | 51 tbb::detail::r1::handle_perror(EAGAIN, "apple");
|