mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* thread_pthread.h, thread_win32.h: rename rb_thread_id_t to
rb_nativethread_id_t. * thread_pthread.c, vm_core.h: use rb_nativethread_id_t. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42136 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
55201cac9e
commit
2b1088c89f
5 changed files with 12 additions and 5 deletions
|
@ -15,7 +15,7 @@
|
|||
#ifdef HAVE_PTHREAD_NP_H
|
||||
#include <pthread_np.h>
|
||||
#endif
|
||||
typedef pthread_t rb_thread_id_t;
|
||||
typedef pthread_t rb_nativethread_id_t;
|
||||
typedef pthread_mutex_t rb_nativethread_lock_t;
|
||||
|
||||
typedef struct rb_thread_cond_struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue