mirror of
https://gitee.com/openharmony/resourceschedule_ffrt
synced 2025-02-28 09:45:45 +00:00
rename_watchdog
Signed-off-by: linyu <yulin24@huawei.com>
This commit is contained in:
parent
f51c905f5f
commit
b25dd06c23
@ -21,7 +21,7 @@ typedef enum {
|
|||||||
DUMP_INFO_ALL = 0,
|
DUMP_INFO_ALL = 0,
|
||||||
} ffrt_dump_cmd_t;
|
} ffrt_dump_cmd_t;
|
||||||
|
|
||||||
typedef void(*ffrt_task_timeout_cb)(uint64_t gid, const *msg, uint32_t size);
|
typedef void(*ffrt_task_timeout_cb)(uint64_t gid, const char *msg, uint32_t size);
|
||||||
|
|
||||||
FFRT_C_API int ffrt_dump(ffrt_dump_cmd_t cmd, char *buf, uint32_t len);
|
FFRT_C_API int ffrt_dump(ffrt_dump_cmd_t cmd, char *buf, uint32_t len);
|
||||||
FFRT_C_API ffrt_task_timeout_cb ffrt_task_timeout_get_cb(void);
|
FFRT_C_API ffrt_task_timeout_cb ffrt_task_timeout_get_cb(void);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user