Home
last modified time | relevance | path

Searched refs:aws_task_scheduler_init (Results 1 – 10 of 10) sorted by relevance

/dports/devel/aws-c-common/aws-c-common-0.6.15/tests/
H A Dtask_scheduler_test.c37 aws_task_scheduler_init(&scheduler, allocator); in s_test_scheduler_ordering()
98 aws_task_scheduler_init(&scheduler, allocator); in s_test_scheduler_has_tasks()
130 aws_task_scheduler_init(&scheduler, allocator); in s_test_scheduler_pops_task_fashionably_late()
192 aws_task_scheduler_init(&scheduler, allocator); in s_test_scheduler_reentrant_safe()
237 aws_task_scheduler_init(&scheduler, allocator); in s_test_scheduler_cleanup_cancellation()
260 aws_task_scheduler_init(&scheduler, allocator); in s_test_scheduler_cleanup_reentrants()
307 aws_task_scheduler_init(&scheduler, allocator); in s_test_scheduler_schedule_cancellation()
383 ASSERT_SUCCESS(aws_task_scheduler_init(&scheduler, allocator)); in s_test_scheduler_cleanup_idempotent()
400 aws_task_scheduler_init(&scheduler, allocator); in s_test_scheduler_task_delete_on_run()
/dports/devel/aws-c-common/aws-c-common-0.6.15/include/aws/common/
H A Dtask_scheduler.h69 int aws_task_scheduler_init(struct aws_task_scheduler *scheduler, struct aws_allocator *alloc);
/dports/devel/aws-c-common/aws-c-common-0.6.15/source/
H A Dtask_scheduler.c55 int aws_task_scheduler_init(struct aws_task_scheduler *scheduler, struct aws_allocator *alloc) { in aws_task_scheduler_init() function
H A Dthread_scheduler.c136 if (aws_task_scheduler_init(&scheduler->scheduler, allocator)) { in aws_thread_scheduler_new()
/dports/devel/aws-c-io/aws-c-io-0.10.12/tests/vcc/
H A Dnew_destroy.c179 if (aws_task_scheduler_init(&epoll_loop->scheduler, alloc)) { in aws_event_loop_new_default_with_options()
H A Dpreamble.h299 int aws_task_scheduler_init(struct aws_task_scheduler *scheduler, struct aws_allocator *allocator)
/dports/devel/aws-c-io/aws-c-io-0.10.12/include/aws/testing/
H A Dio_testing_channel.h83 aws_task_scheduler_init(&testing_loop->scheduler, allocator); in s_testing_loop_new()
/dports/devel/aws-c-io/aws-c-io-0.10.12/source/windows/iocp/
H A Diocp_event_loop.c230 err = aws_task_scheduler_init(&impl->thread_data.scheduler, alloc); in aws_event_loop_new_default_with_options()
/dports/devel/aws-c-io/aws-c-io-0.10.12/source/linux/
H A Depoll_event_loop.c191 if (aws_task_scheduler_init(&epoll_loop->scheduler, alloc)) { in aws_event_loop_new_default_with_options()
/dports/devel/aws-c-io/aws-c-io-0.10.12/source/bsd/
H A Dkqueue_event_loop.c244 err = aws_task_scheduler_init(&impl->thread_data.scheduler, alloc); in aws_event_loop_new_default_with_options()