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

  /src/lib/libpthread/
pthread_specific.c 91 const int curcpu = pthread__self()->pt_lwpctl->lc_curcpu;
pthread_int.h 134 struct lwpctl *pt_lwpctl; /* Kernel/user comms area */ member in struct:__pthread_st
pthread.c 196 if (_lwp_ctl(LWPCTL_FEATURE_CURCPU, &self->pt_lwpctl)) {
272 if (_lwp_ctl(LWPCTL_FEATURE_CURCPU, &first->pt_lwpctl) != 0) {
317 t->pt_lwpctl = &pthread__dummy_lwpctl;
603 if (_lwp_ctl(LWPCTL_FEATURE_CURCPU, &self->pt_lwpctl)) {
pthread_rwlock.c 149 thread->pt_lwpctl->lc_curcpu == LWPCTL_CPU_NONE)
pthread_mutex.c 263 if (thread->pt_lwpctl->lc_curcpu == LWPCTL_CPU_NONE)

Completed in 175 milliseconds