Searched defs:caller_frame (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/kernel/lib/lockdep/
H A Dlock_dep.cpp123 SystemLockValidationError(AcquiredLockEntry* bad_entry, AcquiredLockEntry* conflicting_entry, ThreadLockState* state, void* caller_address, void* caller_frame, LockResult result) argument
161 SystemLockValidationFatal(AcquiredLockEntry* lock_entry, ThreadLockState* state, void* caller_address, void* caller_frame, LockResult result) argument
/fuchsia/zircon/kernel/kernel/
H A Dthread.cpp1393 void thread_print_current_backtrace_at_frame(void* caller_frame) { argument
1394 _thread_print_backtrace(get_current_thread(), caller_frame); local

Completed in 79 milliseconds