Searched refs:initRoutine (Results 1 - 5 of 5) sorted by relevance

/haiku/src/system/libroot/os/locks/
H A Dinit_once.cpp19 __init_once(int32* control, status_t (*initRoutine)(void*), void* data) argument
25 // will call initRoutine.
27 // when the first thread is still executing initRoutine. The normal case is
32 // initRoutine. All following threads will return right away.
42 initRoutine(data);
/haiku/src/system/libroot/posix/pthread/
H A Dpthread_once.cpp50 pthread_once(pthread_once_t* onceControl, void (*initRoutine)(void)) argument
56 // will call initRoutine.
58 // when the first thread is still executing initRoutine. The normal case is
63 // initRoutine. All following threads will return right away.
75 initRoutine();
/haiku/headers/private/shared/
H A Dlocks.h98 status_t __init_once(int32* control, status_t (*initRoutine)(void*),
/haiku/src/kits/debugger/elf/
H A DCoreFile.h86 uint64 initRoutine, uint64 termRoutine,
H A DCoreFile.cpp68 CoreFileImageInfo::CoreFileImageInfo(int32 id, int32 type, uint64 initRoutine, argument
76 fInitRoutine(initRoutine),
586 uint64 initRoutine = Get(entry.ni_init_routine); local
618 initRoutine, termRoutine, textBase, textSize, textDelta, dataBase,

Completed in 101 milliseconds