Lines Matching full:main
28 * Currently we have 1 writer only, the Main loop, and many
31 * We distinguish between writer (main loop, under BQL) that modifies the
36 * The writer (main loop) has an "exclusive" access, so it first waits for
109 * The wrlock can only be taken from the main loop, with BQL held, as only the
110 * main loop is allowed to modify the graph.
137 * Calling this function from the Main Loop with BQL held
138 * is not necessary, since the Main Loop itself is the only
141 * function/coroutine itself, and need to delegate the caller (usually main
160 * in the main loop. It is just asserting that we are not
171 * Make sure that the reader is either the main loop,
179 * Make sure that the writer is the main loop and has set @has_writer,