Changeset a064d4f in mainline for kernel/generic/src/ipc


Ignore:
Timestamp:
2024-01-15T15:39:09Z (19 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/ipc/kbox.c

    r5861b60 ra064d4f  
    9090                LOG("Join kb.thread.");
    9191                thread_join(TASK->kb.thread);
    92                 thread_put(TASK->kb.thread);
    9392                LOG("...join done.");
    9493                TASK->kb.thread = NULL;
Note: See TracChangeset for help on using the changeset viewer.