Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Jan 2005 14:17:09 GMT
From:      David Xu <davidxu@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 68320 for review
Message-ID:  <200501051417.j05EH9ul013125@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=68320

Change 68320 by davidxu@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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501051417.j05EH9ul013125>