Home
last modified time | relevance | path

Searched refs:pthread__getenv (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/lib/libpthread/
H A Dpthread_lock.c177 if ((p = pthread__getenv("PTHREAD_NSPINS")) != NULL) in pthread__lockprim_init()
H A Dpthread.c267 for (p = pthread__getenv("PTHREAD_DIAGASSERT"); p && *p; p++) { in pthread__init()
1288 value = pthread__getenv("PTHREAD_STACKSIZE"); in pthread__initmain()
1329 pthread__getenv(const char *name) in pthread__getenv() function
H A Dpthread_tsd.c94 if ((pkm = pthread__getenv("PTHREAD_KEYS_MAX")) != NULL) { in pthread_tsd_init()
H A Dpthread_int.h298 char *pthread__getenv(const char *) PTHREAD_HIDE;