]> git.saurik.com Git - apple/libdispatch.git/blobdiff - man/dispatch.3
libdispatch-913.20.5.tar.gz
[apple/libdispatch.git] / man / dispatch.3
index c3618635b5e0cec3240a3f8b84c1f37f8da41acb..6e5cfed48b92d4c80de21a04ed3e4d27980f3e35 100644 (file)
@@ -1,4 +1,4 @@
-.\" Copyright (c) 2008-2009 Apple Inc. All rights reserved.
+.\" Copyright (c) 2008-2012 Apple Inc. All rights reserved.
 .Dd May 1, 2009
 .Dt dispatch 3
 .Os Darwin
 .Dd May 1, 2009
 .Dt dispatch 3
 .Os Darwin
@@ -27,12 +27,17 @@ for more information.
 The dispatch framework also provides functions to monitor underlying system
 events and automatically submit event handler blocks to dispatch queues.
 .Sh SEE ALSO
 The dispatch framework also provides functions to monitor underlying system
 events and automatically submit event handler blocks to dispatch queues.
 .Sh SEE ALSO
+.Xr dispatch_after 3 ,
+.Xr dispatch_api 3 ,
+.Xr dispatch_apply 3 ,
 .Xr dispatch_async 3 ,
 .Xr dispatch_async 3 ,
+.Xr dispatch_data_create 3 ,
+.Xr dispatch_group_create 3 ,
+.Xr dispatch_io_create 3 ,
+.Xr dispatch_io_read 3 ,
 .Xr dispatch_object 3 ,
 .Xr dispatch_object 3 ,
+.Xr dispatch_once 3 ,
 .Xr dispatch_queue_create 3 ,
 .Xr dispatch_queue_create 3 ,
-.Xr dispatch_group_create 3 ,
+.Xr dispatch_semaphore_create 3 ,
 .Xr dispatch_source_create 3 ,
 .Xr dispatch_source_create 3 ,
-.Xr dispatch_benchmark 3 ,
-.Xr dispatch_time 3 ,
-.Xr dispatch_apply 3 ,
-.Xr dispatch_once 3 .
+.Xr dispatch_time 3