Hey everyone.I have a question about using queue at kernel.

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?

Please give me an advice~ ^^

Thanks.

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

Reply via email to