Mohsen Pahlevanzadeh <[email protected]> writes:

> I have a thread & 2 func.flush_2_db() is in thread & add_element() is
> outside of thread.
> add_element's job is adding data to link list.& flush_2_db()'s job is
> reading list & drop from list.But my problem is override data & lost
> data, because flush_2_db is in the thread & both work parallel.
> Do you have any idea for solving my problem?

This question is not appropriate for the [email protected] mailing list.
This is a general programming question and has nothing to do with gcc.
Please ask on a general programming forum.

Ian

Reply via email to