Boost logo

Boost :

From: Karl Pitrich (pit_at_[hidden])
Date: 2001-10-11 09:54:29


hm, this is strange, the function signatures do not match:

from pthreads man page:
> int pthread_getspecific(pthread_key_t key, pthread_addr_t *value);

but in once.cpp:
> once_callback cb =
reinterpret_cast<once_callback>(pthread_getspecific(key));

?


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk