OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rc_p
(Results
1 - 5
of
5
) sorted by null
/external/linux-kselftest/tools/testing/selftests/powerpc/math/
fpu_preempt.c
93
void *
rc_p
;
local
94
pthread_join(tids[i], &
rc_p
);
100
if ((long)
rc_p
)
102
FAIL_IF((long)
rc_p
);
vmx_preempt.c
93
void *
rc_p
;
local
94
pthread_join(tids[i], &
rc_p
);
100
if ((long)
rc_p
)
102
FAIL_IF((long)
rc_p
);
fpu_signal.c
82
void *
rc_p
;
local
114
pthread_join(tids[i], &
rc_p
);
120
if ((long)
rc_p
|| bad_context)
124
FAIL_IF((long)
rc_p
|| bad_context);
vmx_signal.c
100
void *
rc_p
;
local
135
pthread_join(tids[i], &
rc_p
);
141
if ((long)
rc_p
|| bad_context)
145
FAIL_IF((long)
rc_p
|| bad_context);
vsx_preempt.c
128
void *
rc_p
;
local
129
pthread_join(tids[i], &
rc_p
);
135
if ((long)
rc_p
)
137
FAIL_IF((long)
rc_p
);
Completed in 84 milliseconds