File: liveness.h

package info (click to toggle)
sparse 0.6.0-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 4,564 kB
  • sloc: ansic: 38,577; sh: 543; perl: 304; python: 293; makefile: 230
file content (11 lines) | stat: -rw-r--r-- 227 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
#ifndef LIVENESS_H
#define LIVENESS_H

struct entrypoint;

/* liveness.c */
void clear_liveness(struct entrypoint *ep);
void track_pseudo_liveness(struct entrypoint *ep);
void track_pseudo_death(struct entrypoint *ep);

#endif