OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_objc_thread_attribs
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/libgcc/
gthr-posix.h
336
static pthread_attr_t
_objc_thread_attribs
;
variable
355
if (__gthrw_(pthread_attr_init) (&
_objc_thread_attribs
) == 0
356
&& __gthrw_(pthread_attr_setdetachstate) (&
_objc_thread_attribs
,
371
&& __gthrw_(pthread_attr_destroy) (&
_objc_thread_attribs
) == 0)
389
if (!(__gthrw_(pthread_create) (&new_thread_handle, &
_objc_thread_attribs
,
/src/external/gpl3/gcc.old/dist/libgcc/
gthr-posix.h
323
static pthread_attr_t
_objc_thread_attribs
;
variable
342
if (__gthrw_(pthread_attr_init) (&
_objc_thread_attribs
) == 0
343
&& __gthrw_(pthread_attr_setdetachstate) (&
_objc_thread_attribs
,
358
&& __gthrw_(pthread_attr_destroy) (&
_objc_thread_attribs
) == 0)
376
if (!(__gthrw_(pthread_create) (&new_thread_handle, &
_objc_thread_attribs
,
Completed in 44 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026