diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2022-12-11 08:06:25 -0500 | 
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2023-03-24 08:32:17 -0400 | 
| commit | 8c1186d38e9226e29bb6eed0745a7638a7f66e5b (patch) | |
| tree | fba237046e948542dc33ed9db73d12b35f4e9581 /lib/event.c | |
| parent | ba7d2705d6ee53b8bb897800fa7dbad01b48602a (diff) | |
*: Convert thread_execute to event_execute
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'lib/event.c')
| -rw-r--r-- | lib/event.c | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/event.c b/lib/event.c index 5aea78186c..12b40e1121 100644 --- a/lib/event.c +++ b/lib/event.c @@ -2058,9 +2058,9 @@ void event_call(struct event *thread)  }  /* Execute thread */ -void _thread_execute(const struct xref_threadsched *xref, -		     struct thread_master *m, void (*func)(struct event *), -		     void *arg, int val) +void _event_execute(const struct xref_threadsched *xref, +		    struct thread_master *m, void (*func)(struct event *), +		    void *arg, int val)  {  	struct event *thread;  | 
