Re: [PATCH 2/4] libmachdev: Spawn a thread for server loop so main pathway can continue

2021-03-02 Thread Samuel Thibault
Applied, thanks! Samuel Damien Zammit, le mar. 02 mars 2021 22:41:35 +1100, a ecrit: > --- > libmachdev/trivfs_server.c | 31 --- > 1 file changed, 24 insertions(+), 7 deletions(-) > > diff --git a/libmachdev/trivfs_server.c b/libmachdev/trivfs_server.c > index 3ab15

Re: [PATCH 2/4] libmachdev: Spawn a thread for server loop so main pathway can continue

2021-03-02 Thread Samuel Thibault
Samuel Thibault, le mar. 02 mars 2021 22:13:17 +0100, a ecrit: > Applied, thanks! > > @@ -500,9 +517,9 @@ machdev_trivfs_server(mach_port_t bootstrap) > >fsys = control; > > } > > > > - /* Launch. */ > > - do > > -{ > > - ports_manage_port_operations_one_thread (port_buc

[PATCH 2/4] libmachdev: Spawn a thread for server loop so main pathway can continue

2021-03-02 Thread Damien Zammit
--- libmachdev/trivfs_server.c | 31 --- 1 file changed, 24 insertions(+), 7 deletions(-) diff --git a/libmachdev/trivfs_server.c b/libmachdev/trivfs_server.c index 3ab15049..06756f82 100644 --- a/libmachdev/trivfs_server.c +++ b/libmachdev/trivfs_server.c @@ -398,7 +3