OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ThreadContextBase
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_thread_registry.cc
19
ThreadContextBase
::
ThreadContextBase
(u32 tid)
27
ThreadContextBase
::~
ThreadContextBase
() {
28
//
ThreadContextBase
should never be deleted.
32
void
ThreadContextBase
::SetName(const char *new_name) {
40
void
ThreadContextBase
::SetDead() {
48
void
ThreadContextBase
::SetDestroyed() {
52
bool
ThreadContextBase
::GetDestroyed() {
56
void
ThreadContextBase
::SetJoined(void *arg)
[
all
...]
sanitizer_thread_registry.h
34
class
ThreadContextBase
{
36
explicit
ThreadContextBase
(u32 tid);
37
~
ThreadContextBase
(); // Should never be called.
51
ThreadContextBase
*next; // For storing thread contexts in a list.
80
typedef
ThreadContextBase
* (*ThreadContextFactory)(u32 tid);
97
ThreadContextBase
*GetThreadLocked(u32 tid) {
104
typedef void (*ThreadCallback)(
ThreadContextBase
*tctx, void *arg);
109
typedef bool (*FindThreadCallback)(
ThreadContextBase
*tctx, void *arg);
115
ThreadContextBase
*FindThreadContextLocked(FindThreadCallback cb,
117
ThreadContextBase
*FindThreadContextByOsIDLocked(tid_t os_id)
[
all
...]
Completed in 12 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025