Christopher Friedt
115efa2e35
pthread: facilitate dynamically allocated thread stacks
...
This change allows users to call pthread_create() with
the pthread_attr_t argument equal to NULL.
If Zephyr is configured with `CONFIG_DYNAMIC_THREAD`, then a
suitable thread stack will be allocated via
k_thread_stack_alloc(). The allocated thread stack is
automatically freed via k_thread_stack_free().
This makes the Zephyr implementation of pthread_create()
compliant with the normative spec.
Signed-off-by: Christopher Friedt <chrisfriedt@gmail.com >
2023-07-24 12:59:43 -04:00
..
2023-05-22 10:42:30 +02:00
2023-07-06 11:47:07 -04:00
2023-07-09 10:40:57 -04:00
2023-01-04 21:12:58 +01:00
2023-07-18 15:35:42 -04:00
2023-07-06 11:47:07 -04:00
2023-07-21 06:33:19 -04:00
2023-03-03 17:40:14 +09:00
2023-06-23 17:04:34 -04:00
2023-07-18 15:35:42 -04:00
2023-07-06 11:47:07 -04:00
2023-07-06 11:47:07 -04:00
2023-07-06 11:47:07 -04:00
2023-07-06 11:47:07 -04:00
2023-07-06 11:47:07 -04:00
2023-07-06 11:47:07 -04:00
2023-07-06 11:47:07 -04:00
2023-07-06 11:47:07 -04:00
2023-07-18 15:35:42 -04:00
2023-07-06 11:47:07 -04:00
2023-07-06 11:47:07 -04:00
2023-07-24 12:59:43 -04:00
2023-07-06 11:47:07 -04:00
2023-07-18 15:35:42 -04:00
2023-07-06 11:47:07 -04:00
2023-07-06 11:47:07 -04:00
2023-07-06 11:47:07 -04:00
2023-07-06 11:47:07 -04:00
2023-07-10 09:30:33 +02:00
2023-07-09 16:57:16 -04:00
2023-07-06 11:47:07 -04:00
2023-01-23 09:57:31 -08:00
2023-07-06 11:47:07 -04:00
2023-04-11 12:00:37 +02:00
2022-07-04 22:53:36 +02:00
2023-07-24 12:59:43 -04:00
2023-04-29 13:14:40 -07:00
2023-07-24 12:59:43 -04:00
2023-07-12 09:25:26 +02:00
2023-07-06 11:47:07 -04:00
2022-06-24 20:12:05 +02:00
2023-07-18 15:35:42 -04:00
2022-11-24 19:31:33 -05:00
2023-07-06 16:45:26 +00:00
2023-07-10 09:30:33 +02:00
2023-07-09 16:57:16 -04:00