Hi everybody,
When do we need a thread for sync like below?
//Create Thread for Sync.
OSI_RET_OK_CHECK(sl_SyncObjCreate(&SendThreadSync, "SendSync"));
sl_SyncObjClear(&SendThreadSync);
Thanks in advanced!
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi everybody,
When do we need a thread for sync like below?
//Create Thread for Sync.
OSI_RET_OK_CHECK(sl_SyncObjCreate(&SendThreadSync, "SendSync"));
sl_SyncObjClear(&SendThreadSync);
Thanks in advanced!