Ignore:
Timestamp:
Oct 10, 2020, 4:50:41 PM (4 years ago)
Author:
alain
Message:

Introduce the ksocket.h & ksocket.c files in kernel/kern.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/kern/thread.c

    r651 r662  
    33 *
    44 * Author  Ghassan Almaless (2008,2009,2010,2011,2012)
    5  *         Alain Greiner (2016,2017,2018,2019)
     5 *         Alain Greiner (2016,2017,2018,2019,2020)
    66 *
    77 * Copyright (c) UPMC Sorbonne Universites
     
    831831    hal_cpu_context_init( thread );
    832832
    833     // set THREAD_BLOCKED_IDLE for DEV threads
    834     if( type == THREAD_DEV ) thread->blocked |= THREAD_BLOCKED_IDLE;
    835 
    836833#if DEBUG_THREAD_KERNEL_CREATE
    837834cycle = (uint32_t)hal_get_cycles();
Note: See TracChangeset for help on using the changeset viewer.