Home
last modified time | relevance | path

Searched defs:threaded (Results 1 – 6 of 6) sorted by relevance

/freebsd/lib/libthr/thread/
H A Dthr_kern.c54 _thr_setthreaded(int threaded) in _thr_setthreaded()
/freebsd/tools/tools/netrate/httpd/
H A Dhttpd.c50 static int threaded; /* 1 for threaded, 0 for forked. */ variable
/freebsd/tools/tools/netrate/http/
H A Dhttp.c47 static int threaded; /* 1 for threaded, 0 for forked. */ variable
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dnetdevice.h142 int threaded; member
394 dev_set_threaded(struct net_device *ndev, bool threaded) in dev_set_threaded()
/freebsd/contrib/tzcode/
H A Dlocaltime.c138 unlock(bool threaded) in unlock()
145 static void unlock(ATTRIBUTE_MAYBE_UNUSED bool threaded) { } in unlock()
1863 rd2wrlock(ATTRIBUTE_MAYBE_UNUSED bool threaded) in rd2wrlock()
1881 tzset_unlocked(bool threaded, bool wall, monotime_t now) in tzset_unlocked()
/freebsd/sys/contrib/zstd/programs/
H A Dfileio_asyncio.c239 static void AIO_IOPool_setThreaded(IOPoolCtx_t* ctx, int threaded) { in AIO_IOPool_setThreaded()