зеркало из https://github.com/github/ruby.git
ThreadShield
* internal.h: move ThreadShield declarations from intern.h. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36322 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
5425128e2b
Коммит
85bb412ef9
|
@ -1,3 +1,7 @@
|
|||
Thu Jul 5 17:32:19 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* internal.h: move ThreadShield declarations from intern.h.
|
||||
|
||||
Thu Jul 5 16:00:24 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* thread.c (ThreadShield): rename from Barrier.
|
||||
|
|
|
@ -835,10 +835,6 @@ VALUE rb_mutex_lock(VALUE mutex);
|
|||
VALUE rb_mutex_unlock(VALUE mutex);
|
||||
VALUE rb_mutex_sleep(VALUE self, VALUE timeout);
|
||||
VALUE rb_mutex_synchronize(VALUE mutex, VALUE (*func)(VALUE arg), VALUE arg);
|
||||
VALUE rb_thread_shield_new(void);
|
||||
VALUE rb_thread_shield_wait(VALUE self);
|
||||
VALUE rb_thread_shield_release(VALUE self);
|
||||
VALUE rb_thread_shield_destroy(VALUE self);
|
||||
/* time.c */
|
||||
VALUE rb_time_new(time_t, long);
|
||||
VALUE rb_time_nano_new(time_t, long);
|
||||
|
|
|
@ -243,6 +243,10 @@ VALUE ruby_suppress_tracing(VALUE (*func)(VALUE, int), VALUE arg, int always);
|
|||
void rb_thread_execute_interrupts(VALUE th);
|
||||
void rb_clear_trace_func(void);
|
||||
VALUE rb_get_coverages(void);
|
||||
VALUE rb_thread_shield_new(void);
|
||||
VALUE rb_thread_shield_wait(VALUE self);
|
||||
VALUE rb_thread_shield_release(VALUE self);
|
||||
VALUE rb_thread_shield_destroy(VALUE self);
|
||||
|
||||
/* thread_pthread.c, thread_win32.c */
|
||||
void Init_native_thread(void);
|
||||
|
|
Загрузка…
Ссылка в новой задаче