Only one thread can own the context at any one time. You have to lock out the other thread from taking the context from you mid operation.
What do you mean specifically by "lock out"? Does this mean that only one thread at a time can make opengl function calls?

Find content
Not Telling