Searched refs:threadp (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/contrib/ntp/lib/isc/win32/
H A Dthread.c28 isc_thread_t *threadp)
39 *threadp = thread;
27 isc_thread_create(isc_threadfunc_t start, isc_threadarg_t arg, isc_thread_t *threadp) argument
/freebsd-10.1-release/contrib/gcc/
H A Dc-decl.c4462 bool threadp = declspecs->thread_p;
4608 && (threadp
4620 if (threadp)
4622 threadp = false;
4628 else if (decl_context != NORMAL && (storage_class != csc_none || threadp))
4648 threadp = false;
4677 else if (threadp && storage_class == csc_none)
4682 threadp = false;
5218 gcc_assert (storage_class == csc_none && !threadp
5319 gcc_assert (storage_class == csc_none && !threadp
4442 bool threadp = declspecs->thread_p; local
[all...]

Completed in 72 milliseconds