Home
last modified time | relevance | path

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

/external/ltp/testcases/realtime/func/async_handler/
Dasync_handler_jk.c148 server = get_thread(aes_id); in main()
/external/elfutils/libdwfl/
Ddwfl_frame.c335 if (process->callbacks->get_thread != NULL) in getthread()
342 if (process->callbacks->get_thread (dwfl, tid, process->callbacks_arg, in getthread()
Dlibdwfl.h659 bool (*get_thread) (Dwfl *dwfl, pid_t tid, void *dwfl_arg, member
DChangeLog1319 * libdwfl.h (Dwfl_Thread_Callbacks): Add get_thread function.
1322 * linux-core-attach.c (core_thread_callbacks): Initialize get_thread
1325 (pid_thread_callbacks): Initialize get_thread to pid_getthread.
/external/ltp/testcases/realtime/include/
Dlibrttest.h276 struct thread * get_thread(int i);
/external/ltp/testcases/realtime/func/pthread_kill_latency/
Dpthread_kill_latency.c64 #define PTHREADOF(tid) get_thread(tid)->pthread
/external/elfutils/include/elfutils/
Dlibdwfl.h659 bool (*get_thread) (Dwfl *dwfl, pid_t tid, void *dwfl_arg, member
/external/ltp/testcases/realtime/lib/
Dlibrttest.c402 struct thread *get_thread(int i) in get_thread() function