Searched refs:thread_debug (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/ruby-106/ruby/
H A Dthread_win32.c57 thread_debug("native_mutex_lock: %p\n", lock);
62 thread_debug("acquire mutex: %p\n", lock);
67 thread_debug("acquire mutex interrupted: %p\n", lock);
70 thread_debug("timeout mutex: %p\n", lock);
163 thread_debug("initial thread (th: %p, thid: %p, event: %p)\n",
191 thread_debug(" w32_wait_events events:%p, count:%d, timeout:%ld, th:%p\n",
205 thread_debug(" * handle: %p (count: %d, intr)\n", intr, count);
210 thread_debug(" WaitForMultipleObjects start (count: %d)\n", count);
212 thread_debug(" WaitForMultipleObjects end (ret: %lu)\n", ret);
221 thread_debug(" * erro
[all...]
H A Dthread_pthread.c882 thread_debug("create (use cached thread): %p\n", (void *)th);
899 thread_debug("create - stack size: %lu\n", (unsigned long)stack_size);
912 thread_debug("create: %p (%d)\n", (void *)th, err);
970 thread_debug("ubf_pthread_cond_signal (%p)\n", (void *)th);
1011 thread_debug("native_sleep: interrupted before sleep\n");
1026 thread_debug("native_sleep done\n");
1054 thread_debug("list (%s)> ", str);
1056 thread_debug("%p (%p), ", list->th, list->th->thread_id);
1059 thread_debug("\n");
1112 thread_debug("ubf_select_eac
[all...]
H A Dthread.c166 #define thread_debug(fmt, ...) rb_thread_debug(__FILE__, __LINE__, fmt, ##__VA_ARGS__) macro
171 #define thread_debug rb_thread_debug macro
211 #define thread_debug if(0)printf macro
366 thread_debug("terminate_i: %p\n", (void *)th);
371 thread_debug("terminate_i: main thread (%p)\n", (void *)th);
423 thread_debug("rb_thread_terminate_all (main thread: %p)\n", (void *)th);
505 thread_debug("thread start: %p\n", (void *)th);
509 thread_debug("thread start (get lock): %p\n", (void *)th);
552 thread_debug("thread end: %p\n", (void *)th);
774 thread_debug("thread_joi
[all...]

Completed in 173 milliseconds