Searched refs:checkpoint_function (Results 1 – 5 of 5) sorted by relevance
/art/runtime/ |
D | thread_list.h | 121 size_t RunCheckpoint(Closure* checkpoint_function, Closure* callback = nullptr) 197 size_t RunCheckpoint(Closure* checkpoint_function, bool includeSuspended)
|
D | thread_list.cc | 311 size_t ThreadList::RunCheckpoint(Closure* checkpoint_function, Closure* callback) { in RunCheckpoint() argument 329 if (thread->RequestCheckpoint(checkpoint_function)) { in RunCheckpoint() 374 checkpoint_function->Run(self); in RunCheckpoint() 380 checkpoint_function->Run(thread); in RunCheckpoint()
|
D | entrypoints_order_test.cc | 112 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, last_no_thread_suspension_cause, checkpoint_function, in CheckThreadOffsets() 114 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, checkpoint_function, active_suspend_barriers, in CheckThreadOffsets()
|
D | thread.cc | 1559 checkpoint = tlsPtr_.checkpoint_function; in RunCheckpointFunction() 1562 tlsPtr_.checkpoint_function = checkpoint_overflow_.front(); in RunCheckpointFunction() 1566 tlsPtr_.checkpoint_function = nullptr; in RunCheckpointFunction() 1598 if (tlsPtr_.checkpoint_function == nullptr) { in RequestCheckpoint() 1599 tlsPtr_.checkpoint_function = function; in RequestCheckpoint() 2321 tlsPtr_.checkpoint_function = nullptr; in Thread() 2476 CHECK(tlsPtr_.checkpoint_function == nullptr); in ~Thread()
|
D | thread.h | 1692 last_no_thread_suspension_cause(nullptr), checkpoint_function(nullptr), in PACKED() 1803 Closure* checkpoint_function GUARDED_BY(Locks::thread_suspend_count_lock_); in PACKED()
|