Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - PhilJones

Pages: [1]
1
Feature requests / Trylock for mutex
« on: April 21, 2011, 06:17:32 pm »
Fair enough, will do.

2
Feature requests / Trylock for mutex
« on: April 21, 2011, 05:04:44 pm »
For a piece of performance critical code that continues to execute rather than wait for lock, and then locks later. Do you use something else, or have you never needed to worry about this?

Phil

3
Feature requests / Trylock for mutex
« on: April 21, 2011, 03:05:23 pm »
As subject, a non blocking trylock for the mutex similar to pthread_mutex_trylock.

Phil

Pages: [1]
anything