Searched defs:thread_callbacks (Results 1 – 1 of 1) sorted by relevance
82 struct thread_callbacks { struct83 int *(*tc_errnoptr)(void); /* MUST BE FIRST */84 void *(*tc_tcb)(void);85 __dead void (*tc_canceled)(void);86 void (*tc_flockfile)(struct __sFILE *);87 int (*tc_ftrylockfile)(struct __sFILE *);88 void (*tc_funlockfile)(struct __sFILE *);89 void (*tc_malloc_lock)(int);90 void (*tc_malloc_unlock)(int);114 void _thread_set_callbacks(const struct thread_callbacks *_cb, size_t _len); argument