diff options
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 5ffa48a..8e6575e 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 |