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

  /src/lib/libpthread/
pthread_lock.c 140 const struct pthread_lock_ops *pthread__lock_ops = &pthread__lock_ops_ras; variable in typeref:typename:const struct pthread_lock_ops *
185 pthread__lock_ops = &pthread__lock_ops_atomic;
191 pthread__lock_ops = &pthread__lock_ops_atomic;
pthread_int.h 234 extern const struct pthread_lock_ops *pthread__lock_ops;
237 #define pthread__simple_lock_init(alp) (*pthread__lock_ops->plo_init)(alp)
238 #define pthread__simple_lock_try(alp) (*pthread__lock_ops->plo_try)(alp)
239 #define pthread__simple_unlock(alp) (*pthread__lock_ops->plo_unlock)(alp)
pthread.c 317 memcpy(&t->pt_lockops, pthread__lock_ops, sizeof(t->pt_lockops));

Completed in 178 milliseconds