OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pthread__tsd_destructors
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libpthread/
pthread_tsd.c
52
void (**
pthread__tsd_destructors
)(void *) = NULL;
variable in typeref:typename:void (**)(void *)
115
+ sizeof(*
pthread__tsd_destructors
) * pthread_keys_max;
125
pthread__tsd_destructors
= (void *)arena;
126
arena += sizeof(*
pthread__tsd_destructors
) * pthread_keys_max;
148
if (
pthread__tsd_destructors
[i] == NULL)
156
if (
pthread__tsd_destructors
[i] == NULL)
170
pthread__tsd_destructors
[i] = destructor ? destructor : null_destructor;
207
pthread__assert(
pthread__tsd_destructors
[key] != NULL);
310
pthread__assert(
pthread__tsd_destructors
[key] != NULL);
318
pthread__tsd_destructors
[key] = NULL
[
all
...]
pthread_tsd.c
52
void (**
pthread__tsd_destructors
)(void *) = NULL;
variable in typeref:typename:void (**)(void *)
115
+ sizeof(*
pthread__tsd_destructors
) * pthread_keys_max;
125
pthread__tsd_destructors
= (void *)arena;
126
arena += sizeof(*
pthread__tsd_destructors
) * pthread_keys_max;
148
if (
pthread__tsd_destructors
[i] == NULL)
156
if (
pthread__tsd_destructors
[i] == NULL)
170
pthread__tsd_destructors
[i] = destructor ? destructor : null_destructor;
207
pthread__assert(
pthread__tsd_destructors
[key] != NULL);
310
pthread__assert(
pthread__tsd_destructors
[key] != NULL);
318
pthread__tsd_destructors
[key] = NULL
[
all
...]
Completed in 23 milliseconds
Indexes created Sun Sep 28 16:09:52 GMT 2025