-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to ThreadJoin submodules (#241)
- Loading branch information
1 parent
95f53a6
commit d0a2498
Showing
6 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
Submodule aws-c-auth
updated
7 files
Submodule aws-c-common
updated
11 files
+39 −0 | include/aws/common/private/thread_shared.h | |
+0 −40 | include/aws/common/ref_count.h | |
+71 −0 | include/aws/common/thread.h | |
+3 −0 | source/common.c | |
+2 −2 | source/date_time.c | |
+85 −14 | source/posix/thread.c | |
+0 −49 | source/ref_count.c | |
+163 −0 | source/thread_shared.c | |
+78 −5 | source/windows/thread.c | |
+2 −0 | tests/CMakeLists.txt | |
+120 −0 | tests/thread_test.c |
Submodule aws-c-http
updated
6 files
+0 −5 | bin/elasticurl/main.c | |
+1 −0 | source/http.c | |
+0 −1 | tests/proxy_test_helper.c | |
+0 −1 | tests/test_connection.c | |
+2 −3 | tests/test_connection_manager.c | |
+0 −2 | tests/test_tls.c |
Submodule aws-c-io
updated
15 files
+1 −5 | .tsan_suppressions.txt | |
+3 −0 | source/bsd/kqueue_event_loop.c | |
+1 −4 | source/event_loop.c | |
+4 −5 | source/host_resolver.c | |
+1 −0 | source/io.c | |
+5 −1 | source/linux/epoll_event_loop.c | |
+3 −0 | source/windows/iocp/iocp_event_loop.c | |
+0 −2 | tests/channel_test.c | |
+0 −17 | tests/default_host_resolver_test.c | |
+0 −4 | tests/event_loop_test.c | |
+0 −4 | tests/exponential_backoff_retry_test.c | |
+0 −1 | tests/socket_handler_test.c | |
+2 −4 | tests/socket_test.c | |
+1 −0 | tests/standard_retry_test.c | |
+8 −10 | tests/tls_handler_test.c |
Submodule aws-c-mqtt
updated
4 files
+1 −0 | source/mqtt.c | |
+0 −2 | tests/aws_iot_client_test.c | |
+0 −1 | tests/connection_state_test.c | |
+0 −2 | tests/paho_client_test.c |