#include <pthread.h>
|
|
pthread_t
pthread_self (void); |
pthread_t new_th2;
new_th2=pthread_self();
|
© 2005-2007 Nokia |