OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_THREAD
(Results
1 - 4
of
4
) sorted by null
/cts/hostsidetests/security/securityPatch/Bug-35676417/
poc.c
37
#define
MAX_THREAD
1
40
int status[
MAX_THREAD
];
47
if (index < 0 || index >=
MAX_THREAD
) goto failed;
66
pthread_t tid[
MAX_THREAD
];
81
for (i = 0; i <
MAX_THREAD
; i++) status[i] = 0;
88
for (i = 0; i <
MAX_THREAD
; i++) {
/frameworks/wilhelm/tests/sandbox/
multithread.c
36
#define
MAX_THREAD
10
37
pthread_t threads[
MAX_THREAD
];
38
ThreadArgument thread_args[
MAX_THREAD
];
131
for (i = 0; i <
MAX_THREAD
; ++i) {
164
for (i = 0; i <
MAX_THREAD
; ++i) {
176
for (i = 0; i <
MAX_THREAD
; ++i) {
184
for (i = 0; i <
MAX_THREAD
; ++i) {
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/
Platform.h
128
#define
MAX_THREAD
2
132
#define MAX_CPU_NUM (
MAX_THREAD
* MAX_CORE * MAX_DIE * MAX_CPU_SOCKET)
/system/bt/btif/src/
btif_sock_thread.cc
66
#define
MAX_THREAD
8
95
static thread_slot_t ts[
MAX_THREAD
];
135
for (i =
MAX_THREAD
- 1; i >= 0; i--) {
146
if (0 <= h && h <
MAX_THREAD
) {
158
for (h = 0; h <
MAX_THREAD
; h++) {
222
if (h < 0 || h >=
MAX_THREAD
) {
252
if (thread_handle < 0 || thread_handle >=
MAX_THREAD
) {
271
if (h < 0 || h >=
MAX_THREAD
) {
303
if (h < 0 || h >=
MAX_THREAD
) {
319
if (h < 0 || h >=
MAX_THREAD
) {
[
all
...]
Completed in 373 milliseconds