Searched refs:__collector_tsd_create_key (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/external/gpl3/binutils.old/dist/gprofng/libcollector/
H A Dtsd.h62 unsigned __collector_tsd_create_key (size_t memsize, void (*init)(void*), void (*fini)(void*));
H A Dtsd.c78 __collector_tsd_create_key (size_t sz, void (*init)(void*), void (*fini)(void*)) function
H A Ddispatcher.c265 dispatcher_key = __collector_tsd_create_key (sizeof (timer_t), NULL, NULL);
H A Dlibcol_util.c77 gettid_key = __collector_tsd_create_key (sizeof (pid_t), NULL, NULL);
H A Dcollector.c112 __collector_tsd_create_key, /* createKey */
H A Dlinetrace.c188 line_key = __collector_tsd_create_key (sizeof (int), NULL, NULL);
H A Dunwind.c464 unwind_key = __collector_tsd_create_key (sizeof (void*), NULL, NULL);
/netbsd-current/external/gpl3/binutils/dist/gprofng/libcollector/
H A Dtsd.h62 unsigned __collector_tsd_create_key (size_t memsize, void (*init)(void*), void (*fini)(void*));
H A Dtsd.c78 __collector_tsd_create_key (size_t sz, void (*init)(void*), void (*fini)(void*)) function
H A Ddispatcher.c288 dispatcher_key = __collector_tsd_create_key (sizeof (timer_t), NULL, NULL);
H A Dlibcol_util.c71 gettid_key = __collector_tsd_create_key (sizeof (pid_t), NULL, NULL);
H A Dcollector.c106 __collector_tsd_create_key, /* createKey */
H A Dlinetrace.c208 line_key = __collector_tsd_create_key (sizeof (int), NULL, NULL);
H A Dunwind.c468 unwind_key = __collector_tsd_create_key (sizeof (void*), NULL, NULL);

Completed in 392 milliseconds