Re: [linux-audio-dev] Thread programming issues, hints and links wanted

2004-04-07 Thread Benjamin Flaming
On Wednesday 07 April 2004 02:18 pm, Cournapeau David wrote: > Hi there, > > Beginning to play with some code in linux plateform for audio, I > face a major problem: I have a very weak understanding of thread > programming. I know the basic concepts (thread principle, mutex and > lock), but fai

Re: [linux-audio-dev] Thread programming issues, hints and links wanted

2004-04-07 Thread Arve Knudsen
On Wed, 07 Apr 2004 21:18:48 +0200, Cournapeau David <[EMAIL PROTECTED]> wrote: Hi there, Beginning to play with some code in linux plateform for audio, I face a major problem: I have a very weak understanding of thread programming. I know the basic concepts (thread principle, mutex and lock

[linux-audio-dev] Thread programming issues, hints and links wanted

2004-04-07 Thread Cournapeau David
Hi there, Beginning to play with some code in linux plateform for audio, I face a major problem: I have a very weak understanding of thread programming. I know the basic concepts (thread principle, mutex and lock), but fail to use them effectively. I found a lot of links on thread programming,