Home
last modified time | relevance | path

Searched refs:routine (Results 1 – 25 of 315) sorted by relevance

12345678910>>...13

/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/
H A Dthread.c30 ThreadCreate(thrfunc *routine, void *args) in ThreadCreate() argument
34 thd = (HANDLE) _beginthread(routine, 0, args); in ThreadCreate()
42 ThreadCreate(thrfunc *routine, void *args) in ThreadCreate() argument
52 pthread_create(&id, &attributes, routine, args); in ThreadCreate()
/OK3568_Linux_fs/kernel/arch/m68k/ifpsp060/
H A Dfskeleton.S60 | routine. The operating system can do system dependent clean-up or
71 | is present. The routine below should point to the operating system handler
75 | The sample routine below simply clears the exception status bit and
90 | is present. The routine below should point to the operating system handler
94 | The sample routine below simply clears the exception status bit and
108 | is present. The routine below should point to the operating system handler
113 | The sample routine below simply clears the exception status bit and
127 | is present. The routine below should point to the operating system handler
132 | The sample routine below simply clears the exception status bit and
146 | is present. The routine below should point to the operating system handler
[all …]
H A Diskeleton.S88 | stack frame and branches to this routine.
123 | Integer Instruction stack frame and branches to this routine.
163 | then this routine simply re-enters the package through _isp_cas.
174 | then this routine simply re-enters the package through _isp_cas2.
183 | Entry point for the operating system`s routine to "lock" a page
184 | from being paged out. This routine is needed by the cas/cas2
186 | region. Note: the routine must lock two pages if the operand
252 | Entry point for the operating system`s routine to "unlock" a
254 | Note: the routine must unlock two pages if the operand spans
H A Dilsp.doc72 within the package will then enter the correct emulation code routine.
90 bsr.l _060LISP_TOP+0x18 # branch to multiply routine
105 bsr.l _060LISP_TOP+0x08 # branch to divide routine
112 routine must make sure that the value isn't lost while popping
122 bsr.l _060LSP_TOP_+0x48 # branch to "cmp2" routine
129 operand is a zero, then the library routine, as its last
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dttable.h25 #define TRAP(routine) \ argument
29 call routine; \
35 #define TRAP_7INSNS(routine) \ argument
39 call routine; \
44 #define TRAP_SAVEFPU(routine) \ argument
48 call routine; \
54 #define TRAP_NOSAVE(routine) \ argument
55 ba,pt %xcc, routine; \
59 #define TRAP_NOSAVE_7INSNS(routine) \ argument
60 ba,pt %xcc, routine; \
[all …]
/OK3568_Linux_fs/kernel/Documentation/driver-api/memory-devices/
H A Dti-gpmc.rst29 generic timing routine was developed to achieve above requirements.
31 Generic routine provides a generic method to calculate gpmc timings
40 field as required by peripheral, educate generic timing routine to
45 Generic timing routine has been verified to work properly on
48 A word of caution: generic timing routine has been developed based
52 in mainline having custom timing routine) and by simulation.
176 mentioned above, refer timing routine for more details. To know what
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/include-fixed/
H A Dpthread.h578 # define pthread_cleanup_push(routine, arg) \ argument
580 __pthread_cleanup_class __clframe (routine, arg)
592 # define pthread_cleanup_push_defer_np(routine, arg) \ argument
594 __pthread_cleanup_class __clframe (routine, arg); \
624 # define pthread_cleanup_push(routine, arg) \ argument
628 = { .__cancel_routine = (routine), .__cancel_arg = (arg), \
641 # define pthread_cleanup_push_defer_np(routine, arg) \ argument
645 = { .__cancel_routine = (routine), .__cancel_arg = (arg), \
667 # define pthread_cleanup_push(routine, arg) \ argument
670 void (*__cancel_routine) (void *) = (routine); \
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/include-fixed/
H A Dpthread.h578 # define pthread_cleanup_push(routine, arg) \ argument
580 __pthread_cleanup_class __clframe (routine, arg)
592 # define pthread_cleanup_push_defer_np(routine, arg) \ argument
594 __pthread_cleanup_class __clframe (routine, arg); \
624 # define pthread_cleanup_push(routine, arg) \ argument
628 = { .__cancel_routine = (routine), .__cancel_arg = (arg), \
641 # define pthread_cleanup_push_defer_np(routine, arg) \ argument
645 = { .__cancel_routine = (routine), .__cancel_arg = (arg), \
667 # define pthread_cleanup_push(routine, arg) \ argument
670 void (*__cancel_routine) (void *) = (routine); \
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Dpthread.h569 # define pthread_cleanup_push(routine, arg) \ argument
571 __pthread_cleanup_class __clframe (routine, arg)
583 # define pthread_cleanup_push_defer_np(routine, arg) \ argument
585 __pthread_cleanup_class __clframe (routine, arg); \
615 # define pthread_cleanup_push(routine, arg) \ argument
619 = { .__cancel_routine = (routine), .__cancel_arg = (arg), \
632 # define pthread_cleanup_push_defer_np(routine, arg) \ argument
636 = { .__cancel_routine = (routine), .__cancel_arg = (arg), \
658 # define pthread_cleanup_push(routine, arg) \ argument
661 void (*__cancel_routine) (void *) = (routine); \
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Dpthread.h569 # define pthread_cleanup_push(routine, arg) \ argument
571 __pthread_cleanup_class __clframe (routine, arg)
583 # define pthread_cleanup_push_defer_np(routine, arg) \ argument
585 __pthread_cleanup_class __clframe (routine, arg); \
615 # define pthread_cleanup_push(routine, arg) \ argument
619 = { .__cancel_routine = (routine), .__cancel_arg = (arg), \
632 # define pthread_cleanup_push_defer_np(routine, arg) \ argument
636 = { .__cancel_routine = (routine), .__cancel_arg = (arg), \
658 # define pthread_cleanup_push(routine, arg) \ argument
661 void (*__cancel_routine) (void *) = (routine); \
[all …]
/OK3568_Linux_fs/kernel/Documentation/watchdog/
H A Dwatchdog-kernel-api.rst33 The watchdog_register_device routine registers a watchdog timer device.
34 The parameter of this routine is a pointer to a watchdog_device structure.
35 This routine returns zero on success and a negative errno code for failure.
37 The watchdog_unregister_device routine deregisters a registered watchdog timer
38 device. The parameter of this routine is the pointer to the registered
145 * start: this is a pointer to the routine that starts the watchdog timer
147 The routine needs a pointer to the watchdog timer device structure as a
154 * stop: with this routine the watchdog timer device is being stopped.
156 The routine needs a pointer to the watchdog timer device structure as a
159 driver supporting such hardware does not have to implement the stop routine.
[all …]
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dentry-ftrace.S119 sub r0, fp, #4 @ lr of instrumented routine (parent)
122 ldr r1, [sp, #S_PC] @ instrumented routine (func)
164 sub r0, fp, #4 @ &lr of instrumented routine (&parent)
167 ldr r1, [sp, #16] @ instrumented routine (func)
171 mcount_adjust_addr r1, lr @ instrumented routine (func)
/OK3568_Linux_fs/kernel/Documentation/vm/
H A Dhugetlbfs_reserv.rst105 These operations result in a call to the routine hugetlb_reserve_pages()::
114 was specified, then this routine returns immediately as no reservations
152 reservations is known. The routine hugetlb_acct_memory() is called to check
184 is performed within the routine alloc_huge_page()::
197 The helper routine vma_needs_reservation() is called to determine if a
200 information on what this routine does.
208 exists and can be used for the allocation, the routine dequeue_huge_page_vma()
209 is called. This routine takes two arguments related to reservations:
240 The routine vma_commit_reservation() is then called to adjust the reserve
275 Huge page freeing is performed by the routine free_huge_page(). This routine
[all …]
/OK3568_Linux_fs/external/xserver/hw/xquartz/mach-startup/
H A Dmach_startup.defs39 routine start_x11_server(
44 routine request_fd_handoff_socket (
48 routine request_pid (
/OK3568_Linux_fs/kernel/Documentation/scsi/
H A D53c700.rst73 In the detect routine, you need to allocate a struct
77 routine into the interrupt line and call NCR_700_detect with the host
82 In the release routine, you must free the NCR_700_Host_Parameters that
93 where host is the return from the relevant NCR_700_detect() routine.
95 You may also write your own interrupt handling routine which calls
/OK3568_Linux_fs/kernel/arch/arm/lib/
H A Dfindbit.S46 beq 1b @ If new byte, goto old routine
87 beq 1b @ If new byte, goto old routine
121 beq 1b @ If new byte, goto old routine
155 beq 1b @ If new byte, goto old routine
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.POST131 This routine will run the test (or the group of tests) specified
135 argument) will be executed. This routine will be called at least
143 This routine will be called from board_init_r() and will
148 This routine will print the list of all POST tests that can be
154 This routine will be called from POST tests to log their
155 results. Basically, this routine will print the results to
157 will be identical to the printf() routine.
164 This routine will return the mode the system is running in
169 This routine will turn off the power supply of the board. It
175 This routine will scan the keyboard to detect if a magic key
[all …]
H A DREADME.cfi23 routine for this.
33 In addition, the t3corp board defines the routine thusly:
H A DREADME.iomux41 the iomux_tstc() routine in a for-loop. iomux_tstc() in turn calls
42 the tstc() routine for every registered device, but exits immediately
44 which calls the corresponding getc() routine. fgetc() hangs in
/OK3568_Linux_fs/external/mpp/osal/windows/pthread/inc/
H A Dpthread.h744 ptw32_cleanup_callback_t routine; member
758 _cleanup.routine = (ptw32_cleanup_callback_t)(_rout); \
769 (*(_cleanup.routine))( _cleanup.arg ); \
830 ptw32_cleanup_callback_t routine, in PThreadCleanup() argument
832 cleanUpRout( routine ), in PThreadCleanup()
974 ptw32_cleanup_callback_t routine,
/OK3568_Linux_fs/external/xserver/hw/xfree86/doc/
H A Dexa-driver.txt14 Setting the flag can be done in the driver's Options parsing routine.
62 Your driver's AccelInit routine must initialize an ExaDriverRec structure if
67 The AccelInit routine also needs to make sure that there's enough offscreen
/OK3568_Linux_fs/kernel/arch/m68k/fpsp040/
H A Dget_op.S6 | Description: This routine is called by the unsupported format/data
10 | opclass handler routine. See 68881/2 User's Manual table 4-11
39 | routine. The number is normalized, put back on the stack and
47 | routine which converts the unnorm to a norm (called mk_norm)
48 | detects this and tags the number as a denorm. The routine
H A Dgen_except.S4 | gen_except --- FPSP routine to detect reportable exceptions
6 | This routine compares the exception enable byte of the
10 | Any routine which may report an exceptions must load
158 movel (%a0,%d1.w*4),%a0 |load routine address based
160 jmp (%a0) |jump to routine
324 | instruction in an emulation routine caused the exception
347 | instruction of an emulation routine.
/OK3568_Linux_fs/kernel/Documentation/driver-api/
H A Dvme.rst8 with the VME subsystem, typically called from the devices init routine. This is
35 The '.probe' element should contain a pointer to the probe routine. The
36 probe routine is passed a :c:type:`struct vme_dev <vme_dev>` pointer as an
45 driver's exit routine.
51 Once a driver has registered with the VME core the provided match routine will
54 failure. For all successful matches, the probe routine of the corresponding
55 driver is called. The probe routine is passed a pointer to the devices
/OK3568_Linux_fs/kernel/Documentation/leds/
H A Dledtrig-transient.rst26 routine for the default trigger gets called. During registration of an led
29 When the driver unregisters, deactivation routine for the currently active
46 as its default trigger, trigger activation routine will get called. During
52 Transient trigger activation routine doesn't change the LED state. It
54 deactivation routine, will cancel any timer that is active before it cleans

12345678910>>...13