Home
last modified time | relevance | path

Searched refs:pthread__simple_lock_init (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/lib/libpthread/
Dpthread_lock.c200 pthread__simple_lock_init(lock); in pthread_lockinit()
Dpthread_int.h237 #define pthread__simple_lock_init(alp) (*pthread__lock_ops->plo_init)(alp) macro