sharing a dispatch queue among applications (gcd)
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:content-type :content-transfer-encoding:subject:date:message-id:to:mime-version :x-mailer; bh=nNS2XTVKnO4hX9wij4WC4PM55k7OT9HalQD1wFcq+8M=; b=ARTp8XbyHD662lPlz0FqS0aOEzChAuAUJ7eBdtMXS8inmv+sAX6eeUi20F6wnhE/ea IFWIAJcpYgx8J4tY3WjJwwjTBALTRFd/CyJcmsSvTF2JKnN5vU7xFGNnkuuOpojxviaU +lvlNsxUILxh+6zcajfphrTPzF7N6eEPbmegw= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:content-type:content-transfer-encoding:subject:date:message-id :to:mime-version:x-mailer; b=Az8GubhRZMJhubycQYVaXDw4biyrcbbe3Owhx5A21wyJ9h8luVtBwCMDY4OrffppX8 2iRRYaQI2XpSrrxoN3D6QKl5+BzdD+7qJeLP7azKZkKnmHmP8CYmnvGvTsfPjtGNzHla 07sNypD7xjasGdUreSWisLzUrS52+5KEauOwo= Is it possible to share a dispatch queue among different applications? I have a user-space USB driver that uses a serial dispatch queue for the "driver thread". The driver is bundled in a framework and initializes only once via a framework constructor , i.e. __attribute__((constructor) ... I would like to give other applications that load the driver framework access to the driver dispatch queue. Is this possible and will it work? Thanks, Joel --- http://twitter.com/wagerlabs _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... This email sent to site_archiver@lists.apple.com
participants (1)
-
Joel Reymont