Searched refs:history_info (Results 1 - 2 of 2) sorted by relevance
/foundation/resourceschedule/ffrt/interfaces/inner_api/c/ |
H A D | queue_ext.h | 118 * @param history_info Indicates whether dump history information.
123 FFRT_C_API int ffrt_queue_dump(ffrt_queue_t queue, const char* tag, char* buf, uint32_t len, bool history_info);
|
/foundation/resourceschedule/ffrt/src/queue/ |
H A D | queue_api.cpp | 309 int ffrt_queue_dump(ffrt_queue_t queue, const char* tag, char* buf, uint32_t len, bool history_info) in ffrt_queue_dump() argument 314 return handler->Dump(tag, buf, len, history_info); in ffrt_queue_dump()
|
Completed in 2 milliseconds