zephyr/tests/net/socket/tls
Yong Cong Sin 731241f8d0 kernel: workq: Fix type errors in delayable work handlers
A common pattern here was to take the work item as the subfield of a
containing object. But the contained field is not a k_work, it's a
k_work_delayable.

Things were working only because the work field was first, so the
pointers had the same value. Do things right and fix things to
produce correct code if/when that field ever moves within delayable.

Signed-off-by: Yong Cong Sin <yongcong.sin@gmail.com>
2022-02-02 18:43:12 -05:00
..
src kernel: workq: Fix type errors in delayable work handlers 2022-02-02 18:43:12 -05:00
CMakeLists.txt cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
prj.conf tests/net: TLS test requires more RX PKT and buffers 2021-11-04 13:54:28 +01:00
testcase.yaml tests: add integration_platforms to socket/tls test 2021-11-05 09:23:41 -04:00