PERFORCE change 68320 for review
David Xu
davidxu at FreeBSD.org
Wed Jan 5 06:17:10 PST 2005
http://perforce.freebsd.org/chv.cgi?CH=68320
Change 68320 by davidxu at davidxu_tiger on 2005/01/05 14:16:38
add underscore version pthread_cancel.
Affected files ...
.. //depot/projects/davidxu_thread/src/lib/libthread/thread/thr_private.h#15 edit
Differences ...
==== //depot/projects/davidxu_thread/src/lib/libthread/thread/thr_private.h#15 (text+ko) ====
@@ -708,6 +708,7 @@
int _pthread_rwlock_destroy (pthread_rwlock_t *);
struct pthread *_pthread_self(void);
int _pthread_setspecific(pthread_key_t, const void *);
+void _pthread_testcancel(void);
void _pthread_yield(void);
void _pthread_cleanup_push(void (*routine) (void *), void *routine_arg);
void _pthread_cleanup_pop(int execute);
More information about the p4-projects
mailing list