Re: Check for instances running



On Thu, 30 Oct 2003, Paul Davis wrote:

> % man mutex
> No manual entry for mutex
>
>
> if you want the man page for pthread_mutexes, try
> pthread_mutex_init. but that won't help since some implementations of
> pthreads don't support cross-process mutexes.

man -k mutex will list the pthread_mutex* man page names on my system.

-Peter



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]