diff options
| author | Mike Makonnen <mtm@FreeBSD.org> | 2003-12-15 12:38:06 +0000 |
|---|---|---|
| committer | Mike Makonnen <mtm@FreeBSD.org> | 2003-12-15 12:38:06 +0000 |
| commit | 8657fd166c8eba5369188c17d68f649fde19b192 (patch) | |
| tree | e943809ab285ff27b3e6fbe6b8ff854acf588207 /lib/libthr/thread/thr_private.h | |
| parent | 2543fd470037a2cc9a03b14922235327c19d9f81 (diff) | |
Notes
Diffstat (limited to 'lib/libthr/thread/thr_private.h')
| -rw-r--r-- | lib/libthr/thread/thr_private.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/lib/libthr/thread/thr_private.h b/lib/libthr/thread/thr_private.h index 5ffa48a99784..8e6575e8410c 100644 --- a/lib/libthr/thread/thr_private.h +++ b/lib/libthr/thread/thr_private.h @@ -682,15 +682,6 @@ SCLASS int _clock_res_usec /* Clock resolution in usec. */ ; #endif -/* Giant lock. */ -SCLASS struct umtx _giant_mutex -#ifdef GLOBAL_PTHREAD_PRIVATE -= UMTX_INITIALIZER -#endif -; - -SCLASS int _giant_count; - /* Garbage collector condition variable. */ SCLASS pthread_cond_t _gc_cond #ifdef GLOBAL_PTHREAD_PRIVATE @@ -713,13 +704,6 @@ SCLASS volatile int _spinblock_count #endif ; -/* - * And, should we climb the beanstalk, - * We'll meet his brother, Giant. - */ -void GIANT_LOCK(pthread_t); -void GIANT_UNLOCK(pthread_t); - /* Undefine the storage class specifier: */ #undef SCLASS |
