Home
last modified time | relevance | path

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

/freebsd/lib/libthr/thread/
H A Dthr_init.c204 static pthread_func_t jmp_table[][2] = { variable
327 if (sizeof(jmp_table) != sizeof(pthread_func_t) * PJT_MAX * 2) in _libpthread_init()
329 memcpy(__thr_jtable, jmp_table, sizeof(jmp_table)); in _libpthread_init()