Changeset a064d4f in mainline for kernel/generic/src/main/kinit.c


Ignore:
Timestamp:
2024-01-15T15:39:09Z (18 months ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
master
Children:
0f4f1b2
Parents:
5861b60
Message:

Make thread_join() imply thread_put()

This makes the function more similar to traditional threading APIs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/main/kinit.c

    r5861b60 ra064d4f  
    124124                thread_ready(thread_ref(thread));
    125125                thread_join(thread);
    126                 thread_put(thread);
    127126
    128127                /*
Note: See TracChangeset for help on using the changeset viewer.