equal
deleted
inserted
replaced
80 public: |
80 public: |
81 ucontext_t* ucontext() const { return _ucontext; } |
81 ucontext_t* ucontext() const { return _ucontext; } |
82 void set_ucontext(ucontext_t* ptr) { _ucontext = ptr; } |
82 void set_ucontext(ucontext_t* ptr) { _ucontext = ptr; } |
83 static void SR_handler(Thread* thread, ucontext_t* uc); |
83 static void SR_handler(Thread* thread, ucontext_t* uc); |
84 |
84 |
85 static void handle_spinlock_contention(int tries); // Used for thread local eden locking |
|
86 |
|
87 // *************************************************************** |
85 // *************************************************************** |
88 // Platform dependent initialization and cleanup |
86 // Platform dependent initialization and cleanup |
89 // *************************************************************** |
87 // *************************************************************** |
90 |
88 |
91 private: |
89 private: |