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

  /src/lib/libpthread/
pthread.c 476 PTQ_FOREACH(newthread, &pthread__deadqueue, pt_deadq) {
483 PTQ_REMOVE(&pthread__deadqueue, newthread, pt_deadq);
526 PTQ_INSERT_TAIL(&pthread__deadqueue, newthread, pt_deadq);
758 PTQ_INSERT_HEAD(&pthread__deadqueue, thread, pt_deadq);
pthread_int.h 115 PTQ_ENTRY(__pthread_st) pt_deadq; member in struct:__pthread_st

Completed in 16 milliseconds