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

  /src/lib/libc/thread-stub/
__isthreaded.c 1 /* $NetBSD: __isthreaded.c,v 1.3 2009/12/01 01:33:25 explorer Exp $ */
34 __RCSID("$NetBSD: __isthreaded.c,v 1.3 2009/12/01 01:33:25 explorer Exp $");
37 int __isthreaded = 0; variable in typeref:typename:int
thread-stub.c 55 extern int __isthreaded;
61 if (__isthreaded) \
  /src/lib/libc/gen/
_errno.c 47 if (__isthreaded == 0)
rewinddir.c 61 if (__isthreaded) {
70 if (__isthreaded) {
closedir.c 69 if (__isthreaded)
77 if (__isthreaded) {
seekdir.c 64 if (__isthreaded) {
opendir.c 128 if (__isthreaded) {
166 if (__isthreaded) {
readdir.c 111 if (__isthreaded) {
131 if (__isthreaded) {
telldir.c 62 if (__isthreaded) {
popen.c 79 if (__isthreaded) \
84 if (__isthreaded) \
  /src/lib/libc/stdio/
flockfile.c 70 if (__isthreaded == 0)
100 if (__isthreaded == 0)
134 if (__isthreaded == 0)
  /src/lib/libc/rpc/
mt_misc.c 120 if (__isthreaded == 0)
clnt_simple.c 144 if (__isthreaded) {
158 if (__isthreaded)
rpc_soc.c 379 if (__isthreaded == 0)
416 if (__isthreaded == 0)
rpc_generic.c 262 if (__isthreaded == 0) {
292 if (__isthreaded == 0)
306 if (__isthreaded == 0)
getnetconfig.c 169 if (__isthreaded == 0)
svc_fdset.c 287 if (!__isthreaded || fdsetkey == -2)
clnt_dg.c 106 #define __rpc_lock_value __isthreaded;
clnt_vc.c 132 #define __rpc_lock_value __isthreaded;
  /src/lib/libc/include/
reentrant.h 79 * (some uses of thread operations are conditional on __isthreaded, but
212 extern int __isthreaded;
222 #define thr_enabled() (__isthreaded)
  /src/lib/libc/stdlib/
malloc.c 81 # define _MALLOC_LOCK() if (__isthreaded) _SPINLOCK(&thread_lock);
82 # define _MALLOC_UNLOCK() if (__isthreaded) _SPINUNLOCK(&thread_lock);
100 extern int __isthreaded;
102 # define _MALLOC_LOCK() if (__isthreaded) mutex_lock(&thread_lock);
103 # define _MALLOC_UNLOCK() if (__isthreaded) mutex_unlock(&thread_lock);
  /src/lib/libc/gdtoa/
gdtoaimp.h 506 if (__isthreaded) \
511 if (__isthreaded) \
  /src/lib/libc/net/
nsdispatch.c 627 if (__isthreaded) {
683 if (__isthreaded) {
  /src/common/lib/libc/gmon/
mcount.c 142 if (__isthreaded) {
  /src/lib/libpthread/
pthread.c 217 extern int __isthreaded;
304 __isthreaded = 1;

Completed in 47 milliseconds