Searched refs:entryFunction (Results 1 - 7 of 7) sorted by relevance

/haiku/src/kits/media/legacy/
H A DOldSubscriber.h56 enter_stream_hook entryFunction,
H A DOldSubscriber.cpp89 enter_stream_hook entryFunction,
86 EnterStream(subscriber_id neighbor, bool before, void *userData, enter_stream_hook entryFunction, exit_stream_hook exitFunction, bool background) argument
/haiku/headers/private/libroot/
H A Dpthread_private.h94 status_t (*entryFunction)(void*, void*), void* argument1,
/haiku/src/system/libroot/posix/pthread/
H A Dpthread.cpp105 pthread_t thread, status_t (*entryFunction)(void*, void*),
118 attributes->entry = entryFunction;
104 __pthread_init_creation_attributes(const pthread_attr_t* pthreadAttributes, pthread_t thread, status_t (*entryFunction)(void*, void*), void* argument1, void* argument2, const char* name, thread_creation_attributes* attributes) argument
/haiku/headers/private/kernel/
H A Dthread.h121 status_t thread_enter_userspace_new_team(Thread* thread, addr_t entryFunction,
/haiku/src/apps/deskbar/
H A DStatusView.cpp670 BView* (*entryFunction)(image_id, const entry_ref*, float, float);
678 B_SYMBOL_TYPE_TEXT, (void**)&entryFunction) >= B_OK) {
679 view = (*entryFunction)(image, &ref, fMaxReplicantWidth,
/haiku/src/system/kernel/
H A Dthread.cpp699 thread_enter_userspace_new_team(Thread* thread, addr_t entryFunction, argument
706 entryArgs.userlandEntry = (addr_t)entryFunction;

Completed in 61 milliseconds