Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/ntp/lib/isc/win32/
H A Dthread.c28 isc_thread_t *threadp) in isc_thread_create() argument
39 *threadp = thread; in isc_thread_create()
/freebsd-12.1/contrib/gcc/
H A Dc-decl.c4436 bool threadp = declspecs->thread_p; in grokdeclarator() local
4582 && (threadp in grokdeclarator()
4594 if (threadp) in grokdeclarator()
4596 threadp = false; in grokdeclarator()
4622 threadp = false; in grokdeclarator()
4651 else if (threadp && storage_class == csc_none) in grokdeclarator()
4656 threadp = false; in grokdeclarator()
5192 gcc_assert (storage_class == csc_none && !threadp in grokdeclarator()
5293 gcc_assert (storage_class == csc_none && !threadp in grokdeclarator()
5318 if (storage_class == csc_register || threadp) in grokdeclarator()
[all …]