HomeSort by: relevance | last modified time | path
    Searched refs:pthread_queue_t (Results 1 - 5 of 5) sorted by relevancy

  /src/lib/libpthread/
pthread_types.h 62 typedef struct pthread_queue_struct_t pthread_queue_t; typedef in typeref:struct:pthread_queue_struct_t
228 pthread_queue_t ptr_rblocked;
229 pthread_queue_t ptr_wblocked;
260 pthread_queue_t ptb_waiters;
pthread_int.h 197 void pthread__unpark_all(pthread_queue_t *, pthread_t, pthread_mutex_t *)
199 void pthread__unpark(pthread_queue_t *, pthread_t, pthread_mutex_t *)
201 int pthread__park(pthread_t, pthread_mutex_t *, pthread_queue_t *,
pthread.c 109 pthread_queue_t pthread__deadqueue;
110 pthread_queue_t pthread__allqueue; /* only for ancient libpthread_dbg */
1214 pthread_queue_t *queue, const struct timespec *abstime,
1271 pthread__unpark(pthread_queue_t *queue, pthread_t self,
1283 pthread__unpark_all(pthread_queue_t *queue, pthread_t self,
pthread_rwlock.c 579 pthread_queue_t *queue;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/sys/
types.d 873 struct pthread_queue_t {
893 pthread_queue_t ptc_waiters;
925 pthread_queue_t ptr_rblocked;
926 pthread_queue_t ptr_wblocked;

Completed in 34 milliseconds