HomeSort by relevance Sort by last modified time
    Searched refs:MAX_THREAD (Results 1 - 3 of 3) sorted by null

  /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 233 milliseconds