From: Hwankyu Jhun Date: Thu, 14 Dec 2023 11:16:25 +0000 (+0900) Subject: Wait for the creation of a socket X-Git-Tag: accepted/tizen/8.0/unified/20231219.160156~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=56850f56d6720ae29ba5df337ee01a38b4209fcd;hp=56850f56d6720ae29ba5df337ee01a38b4209fcd;p=platform%2Fcore%2Fappfw%2Faul-1.git Wait for the creation of a socket When the app launcher tool receives a request to execute through the -f option, it waits for the creation of a socket in the launchpad-process-pool. If the socket is not created yet, we call usleep() every 100ms and monitor. The maximum timeout is 10 seconds. Change-Id: I98b5e0dc704fe08ae6130d46d0057e3041f9d260 Signed-off-by: Hwankyu Jhun ---