Manual pages
Origin: Darwin.
[ Alias ↣ ] Name (section) | Brief |
---|---|
dispatch(3) | The dispatch framework. |
dispatch_after(3) | Schedule blocks for deferred execution. |
dispatch_after_f(3) ↣ dispatch_after(3) | Schedule blocks for deferred execution. |
dispatch_api(3) | Designing API using dispatch. |
dispatch_apply(3) | Schedule blocks for iterative execution. |
dispatch_apply_f(3) ↣ dispatch_apply(3) | Schedule blocks for iterative execution. |
dispatch_async(3) | Schedule blocks for execution. |
dispatch_async_f(3) ↣ dispatch_async(3) | Schedule blocks for execution. |
dispatch_benchmark(3) | Measures block execution time. |
dispatch_benchmark_f(3) ↣ dispatch_benchmark(3) | Measures block execution time. |
dispatch_get_context(3) ↣ dispatch_object(3) | General manipulation of dispatch objects. |
dispatch_get_current_queue(3) ↣ dispatch_queue_create(3) | … |
dispatch_get_global_queue(3) ↣ dispatch_queue_create(3) | … |
dispatch_get_main_queue(3) ↣ dispatch_queue_create(3) | … |
dispatch_group_async(3) ↣ dispatch_group_create(3) | Group blocks submitted. |
dispatch_group_async_f(3) ↣ dispatch_group_create(3) | Group blocks submitted. |
dispatch_group_create(3) | Group blocks submitted. |
dispatch_group_enter(3) ↣ dispatch_group_create(3) | Group blocks submitted. |
dispatch_group_leave(3) ↣ dispatch_group_create(3) | Group blocks submitted. |
dispatch_group_notify(3) ↣ dispatch_group_create(3) | Group blocks submitted. |
dispatch_group_notify_f(3) ↣ dispatch_group_create(3) | Group blocks submitted. |
dispatch_group_wait(3) ↣ dispatch_group_create(3) | Group blocks submitted. |
dispatch_main(3) ↣ dispatch_queue_create(3) | … |
dispatch_object(3) | General manipulation of dispatch objects. |
dispatch_once(3) | Execute a block only once. |
dispatch_once_f(3) ↣ dispatch_once(3) | Execute a block only once. |
dispatch_queue_create(3) | … |
dispatch_queue_get_label(3) ↣ dispatch_queue_create(3) | … |
dispatch_release(3) ↣ dispatch_object(3) | General manipulation of dispatch objects. |
dispatch_resume(3) ↣ dispatch_object(3) | General manipulation of dispatch objects. |
dispatch_retain(3) ↣ dispatch_object(3) | General manipulation of dispatch objects. |
dispatch_semaphore_create(3) | Synchronized counting semaphore. |
dispatch_semaphore_signal(3) ↣ dispatch_semaphore_create(3) | Synchronized counting semaphore. |
dispatch_semaphore_wait(3) ↣ dispatch_semaphore_create(3) | Synchronized counting semaphore. |
dispatch_set_context(3) ↣ dispatch_object(3) | General manipulation of dispatch objects. |
dispatch_set_finalizer_f(3) ↣ dispatch_object(3) | General manipulation of dispatch objects. |
dispatch_set_target_queue(3) ↣ dispatch_queue_create(3) | … |
dispatch_source_cancel(3) ↣ dispatch_source_create(3) | Dispatch event sources. |
dispatch_source_create(3) | Dispatch event sources. |
dispatch_source_get_data(3) ↣ dispatch_source_create(3) | Dispatch event sources. |
dispatch_source_get_handle(3) ↣ dispatch_source_create(3) | Dispatch event sources. |
dispatch_source_get_mask(3) ↣ dispatch_source_create(3) | Dispatch event sources. |
dispatch_source_merge_data(3) ↣ dispatch_source_create(3) | Dispatch event sources. |
dispatch_source_set_cancel_handler(3) ↣ dispatch_source_create(3) | Dispatch event sources. |
dispatch_source_set_cancel_handler_f(3) ↣ dispatch_source_create(3) | Dispatch event sources. |
dispatch_source_set_event_handler(3) ↣ dispatch_source_create(3) | Dispatch event sources. |
dispatch_source_set_event_handler_f(3) ↣ dispatch_source_create(3) | Dispatch event sources. |
dispatch_source_set_timer(3) ↣ dispatch_source_create(3) | Dispatch event sources. |
dispatch_source_testcancel(3) ↣ dispatch_source_create(3) | Dispatch event sources. |
dispatch_suspend(3) ↣ dispatch_object(3) | General manipulation of dispatch objects. |
dispatch_sync(3) ↣ dispatch_async(3) | Schedule blocks for execution. |
dispatch_sync_f(3) ↣ dispatch_async(3) | Schedule blocks for execution. |
dispatch_time(3) | Calculate temporal milestones. |
dispatch_walltime(3) ↣ dispatch_time(3) | Calculate temporal milestones. |