Searched refs:LE_AddIdle (Results 1 - 3 of 3) sorted by relevance
/base/startup/init/services/loopevent/idle/ |
H A D | le_idle.c | 36 LE_STATUS LE_AddIdle(const LoopHandle loopHandle, IdleHandle *idle,
in LE_AddIdle() function 81 return LE_AddIdle(loopHandle, NULL, idle, context, 0);
in LE_DelayProc()
|
/base/startup/init/interfaces/innerkits/include/ |
H A D | loop_event.h | 215 LE_STATUS LE_AddIdle(const LoopHandle loopHandle, IdleHandle *idle,
|
/base/startup/appspawn/test/unittest/ |
H A D | app_spawn_test_helper.cpp | 97 LE_AddIdle(LE_GetDefaultLoop(), &idle_, ProcessIdle, this, 10000000); // 10000000 repeat in StartCheckHandler()
|
Completed in 3 milliseconds