Searched refs:routine (Results 1 – 6 of 6) sorted by relevance
123 static void check( int error_code, const char* routine );181 inline void thread_monitor::check( int error_code, const char* routine ) { in check() argument183 handle_perror(error_code, routine); in check()
159 inline void check(int error_code, const char* routine) { in check() argument161 handle_perror(error_code, routine); in check()
19 example, the following routine safely appends a C string to a shared
51 inside routine ``AllocateNode`` may look unusual. Their role is to keep
54 typically a small routine, and also, cannot be preempted at the task
83 The caller provides a priority ``p`` and a functor ``f`` to routine ``EnqueueWork``.