• B
    feat: Add the init_stage module in startup_init_lite. · 7e703f4d
    boxi 提交于
    Add the init_stage module to provide synchronous communication between
    user mode processes and init process.
         init stage0-------1fork----> key app
            |2                            |3
         (listen)<---------4--------- (notify)
            |5
         init stage1-------6fork----> other app
    
    Close #I3OTSU
    
    Change-Id: Idec84e90f739475e98347a6a681a6953862b0928
    7e703f4d
init_notify.h 1.1 KB