On Sat, May 22, 2010 at 1:38 AM, flames <flames1...@gmail.com> wrote:
> Hey everyone.I have a question about using queue at kernel.

What kind of "queue"?

> I'm trying to use queue at kernel space.I call it "k-queue"
> For example, there are n-kernel threads which is producer, each of
> them wants enqueue item to "k-queue". If "k-queue" reaches water-mark
> level or time-out, "my-queue" wake-up consumer thread. And consumer
> thread dequeue items from "k-queue".
>
> Are there no kernel queue APIs for kernel thread? or Must I implement
> hole about this?

"hole"?

> Please give me an advice~ ^^

What exactly are you trying to do here, what is the problem you are trying
to solve?  And why are you doing it in the kernel?

confused,

greg k-h

-- 
unsubscribe: android-kernel+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-kernel

Reply via email to