OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Thread
(Results
1 - 13
of
13
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/benchmarks/
start_many_threads.cc
19
void*
Thread
(void *unused) {
40
int status = pthread_create(&t[i], 0,
Thread
, (void*)i);
mini_bench_local.cc
17
void *
Thread
(void *arg) {
19
printf("
Thread
%ld started\n", idx);
22
printf("
Thread
%ld done\n", idx);
41
pthread_create(&t[i], 0,
Thread
, (void*)i);
mini_bench_shared.cc
17
void *
Thread
(void *arg) {
19
printf("
Thread
%ld started\n", idx);
22
printf("
Thread
%ld done\n", idx);
43
pthread_create(&t[i], 0,
Thread
, (void*)i);
vts_many_threads_bench.cc
54
void *
Thread
(void *arg) {
58
// Wait for the main
thread
to join the garbage threads.
61
printf("
Thread
%ld go!\n", idx);
67
printf("
Thread
%ld done\n", idx);
101
int status = pthread_create(&t[i], 0,
Thread
, (void*)i);
/src/sys/external/bsd/acpica/dist/dispatcher/
dsdebug.c
246
ACPI_THREAD_STATE *
Thread
;
272
* If there is no
Thread
, we are not actually executing a method.
276
Thread
= WalkState->
Thread
;
277
if (!
Thread
)
294
NextWalkState =
Thread
->WalkStateList;
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
malloc_stress_transfer_test.cc
1
#include <
thread
>
10
void
Thread
() {
12
// std::cerr << "
Thread
starting, sp = " << &sp << std::endl;
29
//
Thread
();
31
std::
thread
*Threads[kNumThreads];
32
for (auto &T : Threads) T = new std::
thread
(&
Thread
);
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/dd/
dd_rtl.h
27
struct
Thread
{
35
Thread
*thr;
37
Callback(
Thread
*thr);
58
void ThreadInit(
Thread
*thr);
59
void ThreadDestroy(
Thread
*thr);
61
void MutexBeforeLock(
Thread
*thr, uptr m, bool writelock);
62
void MutexAfterLock(
Thread
*thr, uptr m, bool writelock, bool trylock);
63
void MutexBeforeUnlock(
Thread
*thr, uptr m, bool writelock);
64
void MutexDestroy(
Thread
*thr, uptr m);
/src/sys/external/bsd/acpica/dist/debugger/
dbobject.c
189
ACPI_THREAD_STATE *
Thread
;
218
* If there is no
Thread
, we are not actually executing a method.
222
Thread
= WalkState->
Thread
;
223
if (!
Thread
)
/src/sys/external/bsd/acpica/dist/executer/
exmutex.c
165
ACPI_THREAD_STATE *
Thread
);
184
ACPI_THREAD_STATE *
Thread
= ObjDesc->Mutex.OwnerThread;
187
if (!
Thread
)
214
Thread
->AcquiredMutexList = ObjDesc->Mutex.Next;
224
*
Thread
- Current executing
thread
object
235
ACPI_THREAD_STATE *
Thread
)
240
ListHead =
Thread
->AcquiredMutexList;
256
Thread
->AcquiredMutexList = ObjDesc;
266
* ThreadId - Current
thread
stat
[
all
...]
/src/sys/external/bsd/acpica/dist/parser/
psparse.c
565
ACPI_THREAD_STATE *
Thread
;
582
/* Create and initialize a new
thread
state */
584
Thread
= AcpiUtCreateThreadState ();
585
if (!
Thread
)
598
WalkState->
Thread
=
Thread
;
606
WalkState->
Thread
->CurrentSyncLevel =
610
AcpiDsPushWalkState (WalkState,
Thread
);
616
AcpiGbl_CurrentWalkList =
Thread
;
658
Status = AcpiDsCallControlMethod (
Thread
, WalkState, NULL)
[
all
...]
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerUtilFuchsia.cpp
24
#include <
thread
>
41
// handler is the most involved, as it requires resuming the crashed
thread
in
91
// to allow the exception handling
thread
to gather the crash state directly.
223
// Once the port is set, we can signal the main
thread
to continue and wait
240
// At this point, we want to get the state of the crashing
thread
, but
241
// libFuzzer and the sanitizers assume this will happen from that same
thread
242
// via a POSIX signal handler. "Resurrecting" the
thread
in the middle of the
246
ScopedHandle
Thread
;
248
ZX_RIGHT_SAME_RIGHTS, &
Thread
.Handle),
252
ExitOnErr(_zx_thread_read_state(
Thread
.Handle, ZX_THREAD_STATE_GENERAL_REGS
[
all
...]
/src/sys/external/bsd/acpica/dist/include/
acstruct.h
235
ACPI_THREAD_STATE *
Thread
;
aclocal.h
225
/* This
Thread
ID means that the mutex is not in use (unlocked) */
229
/* This
Thread
ID means an invalid
thread
ID */
875
*
Thread
state - one per
thread
across multiple walk states. Multiple walk
882
struct acpi_walk_state *WalkStateList; /* Head of list of WalkStates for this
thread
*/
884
ACPI_THREAD_ID ThreadId; /* Running
thread
ID */
945
ACPI_THREAD_STATE
Thread
;
1551
*
thread
and Index of current
thread
inside all them created
[
all
...]
Completed in 17 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025