OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:thread_data
(Results
1 - 12
of
12
) sorted by relevancy
/src/external/gpl3/gcc/dist/libsanitizer/hwasan/
hwasan_thread_list.cpp
8
static ThreadArgRetval *
thread_data
;
member in namespace:__hwasan
11
ThreadArgRetval &hwasanThreadArgRetval() { return *
thread_data
; }
21
CHECK_EQ(
thread_data
, nullptr);
25
thread_data
= new (thread_data_placeholder) ThreadArgRetval();
/src/external/gpl3/binutils/dist/gprofng/examples/mxv-pthreads/src/
mydefs.h
49
typedef struct thread_arguments_data
thread_data
;
typedef in typeref:struct:thread_arguments_data
82
thread_data
**thread_data_arguments,
/src/external/gpl3/binutils.old/dist/gprofng/examples/mxv-pthreads/src/
mydefs.h
49
typedef struct thread_arguments_data
thread_data
;
typedef in typeref:struct:thread_arguments_data
82
thread_data
**thread_data_arguments,
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
names.c
26
struct
thread_data
struct
35
struct
thread_data
*arg = (struct
thread_data
*) varg;
57
struct
thread_data
args[NUM_THREADS];
75
struct
thread_data
*arg = &args[i];
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
names.c
26
struct
thread_data
struct
35
struct
thread_data
*arg = (struct
thread_data
*) varg;
57
struct
thread_data
args[NUM_THREADS];
75
struct
thread_data
*arg = &args[i];
/src/sys/external/bsd/vchiq/dist/interface/compat/
vchi_bsd.c
277
struct
thread_data
{
struct
282
static struct
thread_data
thread_slots[MAX_THREAD_DATA_SLOTS];
287
struct
thread_data
*slot;
301
struct
thread_data
*slot;
/src/external/gpl3/gdb.old/dist/sim/cris/
sim-main.h
135
/* Current thread number; index into
thread_data
when m1threads != 0. */
144
struct cris_thread_info *
thread_data
;
143
struct cris_thread_info *
thread_data
;
member in struct:cris_sim_cpu
/src/external/gpl3/gdb/dist/sim/cris/
sim-main.h
135
/* Current thread number; index into
thread_data
when m1threads != 0. */
144
struct cris_thread_info *
thread_data
;
143
struct cris_thread_info *
thread_data
;
member in struct:cris_sim_cpu
/src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_thread.cpp
44
static ThreadArgRetval *
thread_data
;
member in namespace:__asan
72
thread_data
= new (thread_data_placeholder) ThreadArgRetval();
83
return *
thread_data
;
/src/crypto/external/cpl/trousers/dist/src/include/
tcsd.h
159
struct tcsd_thread_data *
thread_data
;
member in struct:tcsd_thread_mgr
/src/external/gpl3/gcc/dist/libgomp/plugin/
plugin-gcn.c
3976
struct gcn_thread *
thread_data
= gcn_thread ();
local
3978
if (
thread_data
&& !async_synchronous_p (
thread_data
->async))
4657
struct gcn_thread *
thread_data
local
4660
thread_data
->async = GOMP_ASYNC_SYNC;
4662
return (void *)
thread_data
;
/src/external/gpl3/gcc.old/dist/libgomp/plugin/
plugin-gcn.c
3726
struct gcn_thread *
thread_data
= gcn_thread ();
local
3728
if (
thread_data
&& !async_synchronous_p (
thread_data
->async))
4059
struct gcn_thread *
thread_data
local
4062
thread_data
->async = GOMP_ASYNC_SYNC;
4064
return (void *)
thread_data
;
Completed in 51 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026