Searched refs:target_th (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/ruby-106/ruby/
H A Dvm_trace.c602 rb_thread_t *target_th; member in struct:rb_tp_struct
616 if (tp->target_th) rb_gc_mark(tp->target_th->self);
951 if (tp->target_th) {
952 rb_thread_add_event_hook2(tp->target_th->self, (rb_event_hook_func_t)tp_call_trace, tp->events, tpval,
971 if (tp->target_th) {
972 rb_thread_remove_event_hook_with_data(tp->target_th->self, (rb_event_hook_func_t)tp_call_trace, tpval);
1100 tracepoint_new(VALUE klass, rb_thread_t *target_th, rb_event_flag_t events, void (func)(VALUE, void*), void *data, VALUE proc) argument
1118 rb_thread_t *target_th = 0; local
1120 GetThreadPtr(target_thval, target_th);
[all...]
H A Dthread.c743 rb_thread_t *target_th = p->target, *th = p->waiting; local
745 if (target_th->status != THREAD_KILLED) {
746 rb_thread_list_t **p = &target_th->join_list;
764 rb_thread_t *target_th = p->target, *th = p->waiting; local
767 while (target_th->status != THREAD_KILLED) {
775 (void *)target_th->thread_id);
781 (void *)target_th->thread_id);
787 thread_join(rb_thread_t *target_th, double delay) argument
792 if (th == target_th) {
795 if (GET_VM()->main_thread == target_th) {
881 rb_thread_t *target_th; local
1794 rb_thread_t *target_th; local
2109 rb_thread_t *target_th; local
[all...]

Completed in 102 milliseconds