Home
last modified time | relevance | path

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

/haiku/src/libs/glut/
H A DglutCallback.cpp77 glutEntryFunc(GLUTentryCB entryFunc) in glutEntryFunc() argument
79 gState.currentWindow->entry = entryFunc; in glutEntryFunc()
80 if (!entryFunc) { in glutEntryFunc()
/haiku/src/system/boot/platform/bios_ia32/
H A Dsmp.h22 extern void smp_boot_other_cpus(void (*entryFunc)(void));
H A Dsmp.cpp423 smp_boot_other_cpus(void (*entryFunc)(void)) in smp_boot_other_cpus()
463 *tempStack = (uint32)entryFunc; in smp_boot_other_cpus()