Home
last modified time | relevance | path

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

/oneTBB/src/tbb/
H A Drml_thread_monitor.h123 static void check( int error_code, const char* routine );
181 inline void thread_monitor::check( int error_code, const char* routine ) { in check() argument
183 handle_perror(error_code, routine); in check()
H A Dco_context.h159 inline void check(int error_code, const char* routine) { in check() argument
161 handle_perror(error_code, routine); in check()
/oneTBB/doc/main/tbb_userguide/
H A Dconcurrent_vector_ug.rst19 example, the following routine safely appends a C string to a shared
H A DMutual_Exclusion.rst51 inside routine ``AllocateNode`` may look unusual. Their role is to keep
H A DTask-Based_Programming.rst54 typically a small routine, and also, cannot be preempted at the task
/oneTBB/doc/main/tbb_userguide/design_patterns/
H A DNon-Preemptive_Priorities.rst83 The caller provides a priority ``p`` and a functor ``f`` to routine ``EnqueueWork``.