OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pthread_id
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_linux_test.cc
66
pthread_t
pthread_id
;
local
69
SpawnTidReporter(&
pthread_id
, &tid);
70
pthread_ids_.push_back(
pthread_id
);
84
void SpawnTidReporter(pthread_t *
pthread_id
, tid_t *tid);
110
void ThreadListerTest::SpawnTidReporter(pthread_t *
pthread_id
, tid_t *tid) {
113
ASSERT_EQ(0, pthread_create(
pthread_id
, NULL,
sanitizer_linux_test.cc
66
pthread_t
pthread_id
;
local
69
SpawnTidReporter(&
pthread_id
, &tid);
70
pthread_ids_.push_back(
pthread_id
);
84
void SpawnTidReporter(pthread_t *
pthread_id
, tid_t *tid);
110
void ThreadListerTest::SpawnTidReporter(pthread_t *
pthread_id
, tid_t *tid) {
113
ASSERT_EQ(0, pthread_create(
pthread_id
, NULL,
Completed in 70 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026