Home
last modified time | relevance | path

Searched refs:tls_delete_hook (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libgcc/config/
H A Dgthr-vxworks-tls.c180 tls_delete_hook (void *tcb ATTRIBUTE_UNUSED) in tls_delete_hook() function
220 tls_delete_hook (NULL); in tls_destructor()
224 taskDeleteHookDelete ((FUNCPTR)tls_delete_hook); in tls_destructor()
346 taskDeleteHookAdd ((FUNCPTR)tls_delete_hook); in __gthread_setspecific()
H A Dgthr-vxworks-thread.c45 void tls_delete_hook (void);
46 #define __CALL_DELETE_HOOK(tcb) tls_delete_hook()
50 void tls_delete_hook (void *TCB);
51 #define __CALL_DELETE_HOOK(tcb) tls_delete_hook((WIND_TCB *) ((tcb)->task_id))
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/
H A Dvxlib-tls.c161 tls_delete_hook (void *tcb ATTRIBUTE_UNUSED) in tls_delete_hook() function
220 tls_delete_hook (NULL); in tls_destructor()
224 taskDeleteHookDelete ((FUNCPTR)tls_delete_hook); in tls_destructor()
345 taskDeleteHookAdd ((FUNCPTR)tls_delete_hook); in __gthread_setspecific()
H A Dgthr-vxworks-tls.c172 tls_delete_hook (void *tcb ATTRIBUTE_UNUSED) in tls_delete_hook() function
212 tls_delete_hook (NULL); in tls_destructor()
216 taskDeleteHookDelete ((FUNCPTR)tls_delete_hook); in tls_destructor()
338 taskDeleteHookAdd ((FUNCPTR)tls_delete_hook); in __gthread_setspecific()
H A Dgthr-vxworks-thread.c41 void tls_delete_hook ();
42 #define __CALL_DELETE_HOOK(tcb) tls_delete_hook()
46 void tls_delete_hook (void *TCB);
47 #define __CALL_DELETE_HOOK(tcb) tls_delete_hook((WIND_TCB *) ((tcb)->task_id))
/netbsd-src/external/gpl3/gcc/dist/libgcc/
H A DChangeLog1031 (tls_delete_hook): Prototype it.
1833 (tls_delete_hook): Likewise, and simplify the enter/leave dtor logic.
7619 (tls_delete_hook): Update.
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200926455 (tls_delete_hook): Don't delete the delete hook.
26458 (tls_delete_hook): Use __gthread_enter_tsd_dtor_context and
H A DChangeLog-200725322 * config/vxlib.c (tls_delete_hook): Use TCB for kernel tasks.