OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:threads
(Results
226 - 250
of
1579
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/ndk/r11/platforms/android-17/arch-x86/usr/include/asm/
hardirq_32.h
21
#include <linux/
threads
.h>
smp_32.h
24
#include <linux/
threads
.h>
/prebuilts/ndk/r11/platforms/android-18/arch-arm/usr/include/asm/
hardirq.h
16
#include <linux/
threads
.h>
smp.h
15
#include <linux/
threads
.h>
/prebuilts/ndk/r11/platforms/android-18/arch-x86/usr/include/asm/
hardirq_32.h
21
#include <linux/
threads
.h>
smp_32.h
24
#include <linux/
threads
.h>
/prebuilts/ndk/r11/platforms/android-19/arch-arm/usr/include/asm/
hardirq.h
16
#include <linux/
threads
.h>
smp.h
15
#include <linux/
threads
.h>
/prebuilts/ndk/r11/platforms/android-19/arch-x86/usr/include/asm/
hardirq_32.h
21
#include <linux/
threads
.h>
smp_32.h
24
#include <linux/
threads
.h>
/prebuilts/ndk/r11/platforms/android-3/arch-arm/usr/include/asm/
hardirq.h
16
#include <linux/
threads
.h>
smp.h
15
#include <linux/
threads
.h>
/prebuilts/ndk/r11/platforms/android-4/arch-arm/usr/include/asm/
hardirq.h
16
#include <linux/
threads
.h>
smp.h
15
#include <linux/
threads
.h>
/prebuilts/ndk/r11/platforms/android-5/arch-arm/usr/include/asm/
hardirq.h
16
#include <linux/
threads
.h>
smp.h
15
#include <linux/
threads
.h>
/prebuilts/ndk/r11/platforms/android-8/arch-arm/usr/include/asm/
hardirq.h
16
#include <linux/
threads
.h>
smp.h
15
#include <linux/
threads
.h>
/prebuilts/ndk/r11/platforms/android-9/arch-arm/usr/include/asm/
hardirq.h
16
#include <linux/
threads
.h>
smp.h
15
#include <linux/
threads
.h>
/prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/asm/
hardirq_32.h
21
#include <linux/
threads
.h>
smp_32.h
24
#include <linux/
threads
.h>
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/OSDependent/
osinclude.h
57
void OS_WaitForAllThreads(void*
threads
, int numThreads);
/external/linux-kselftest/tools/testing/selftests/powerpc/math/
fpu_signal.c
30
* worker
threads
81
int i, j, rc,
threads
;
local
85
threads
= sysconf(_SC_NPROCESSORS_ONLN) * THREAD_FACTOR;
86
tids = malloc(
threads
* sizeof(pthread_t));
90
threads_starting =
threads
;
91
for (i = 0; i <
threads
; i++) {
102
printf("\tSending signals to all
threads
%d times...", ITERATIONS);
104
for (j = 0; j <
threads
; j++) {
113
for (i = 0; i <
threads
; i++) {
/art/test/129-ThreadGetId/src/
Main.java
25
final Thread[]
threads
= new Thread[numberOfThreads];
local
26
for (int t = 0; t <
threads
.length; t++) {
27
threads
[t] = new Thread(new Main());
28
threads
[t].start();
30
for (Thread t :
threads
) {
64
// Check all the current
threads
for positive IDs.
80
// Check all the current
threads
for positive IDs.
Completed in 380 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>