HomeSort by: relevance | last modified time | path
    Searched refs:routine (Results 1 - 14 of 14) sorted by relevancy

  /xsrc/external/mit/xinit/dist/launchd/privileged_startx/
privileged_startx.defs 36 routine privileged_startx(
39 routine idle_exit(
  /xsrc/external/mit/xorg-server/dist/hw/xquartz/mach-startup/
mach_startup.defs 39 routine start_x11_server(
44 routine request_fd_handoff_socket (
48 routine request_pid (
  /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/mach-startup/
mach_startup.defs 39 routine start_x11_server(
44 routine request_fd_handoff_socket (
48 routine request_pid (
  /xsrc/external/mit/libXt/dist/src/
Vendor.c 71 DllMain(unsigned long mod_handle, unsigned long flag, void *routine)
  /xsrc/external/mit/MesaLib.old/dist/src/util/
u_thread.h 39 static inline thrd_t u_thread_create(int (*routine)(void *), void *param)
49 ret = thrd_create( &thread, routine, param );
53 ret = thrd_create( &thread, routine, param );
  /xsrc/external/mit/xf86-video-nsc/dist/src/gfx/
release.txt 87 * Added new routine gfx_get_refreshrate_from_mode.
88 * Added gfx_text_blt routine.
89 * Added gfx_get_tv_display_mode_frequency routine.
90 * Added gfx_get_frequency_from_refreshrate routine.
91 * Added gfx_set_video_cursor_enable routine.
111 * Added new GX2 routine, gfx2_text_blt
114 * Added new routine, gfx_set_panel_present to allow panning without adjusting panel timings.
241 * Modified gfx_get_core_freq to be a dynamic API routine.
243 * Added init routine gfx_get_graphics_register_base for GX2.
280 * Added new routine to return the maximum supported pixel clock
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/util/
u_thread.h 107 static inline thrd_t u_thread_create(int (*routine)(void *), void *param)
117 ret = thrd_create( &thread, routine, param );
121 ret = thrd_create( &thread, routine, param );
  /xsrc/external/mit/fontconfig/dist/doc/
fcinit.fncs 50 been loaded, this routine does nothing and returns FcTrue.
  /xsrc/external/mit/libXaw/dist/src/
Vendor.c 129 DllMain(unsigned long mod_handle, unsigned long flag, void *routine)
  /xsrc/external/mit/freetype/dist/src/psaux/
t1decode.c 1072 XXX which routine has left its mark on the (PostScript) stack?;
psintrp.c 456 * routine. Before the code continues from an error, it must check and
2056 XXX which routine has left its mark on the
2471 /* change hints routine - clear for rewind */
  /xsrc/external/mit/fontconfig/dist/
configure 20011 static void routine(void *a) { a = 0; }
20020 pthread_cleanup_push(routine, 0);
  /xsrc/external/mit/xmh/dist/
configure 12208 in this routine. Assigning to the local variable will thus
  /xsrc/external/mit/xorg-server/dist/
configure 28343 static void routine(void *a) { a = 0; }
28352 pthread_cleanup_push(routine, 0);
    [all...]

Completed in 32 milliseconds