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

/freebsd-9.3-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-9.3-release/contrib/gcc/
H A Dc-decl.c4085 bool threadp = declspecs->thread_p;
4229 && (threadp
4241 if (threadp)
4243 threadp = false;
4249 else if (decl_context != NORMAL && (storage_class != csc_none || threadp))
4269 threadp = false;
4298 else if (threadp && storage_class == csc_none)
4303 threadp = false;
4780 gcc_assert (storage_class == csc_none && !threadp
4881 gcc_assert (storage_class == csc_none && !threadp
4064 bool threadp = declspecs->thread_p; local
[all...]

Completed in 70 milliseconds