Home
last modified time | relevance | path

Searched refs:term_func (Results 1 – 25 of 31) sorted by relevance

12

/dports/multimedia/libv4l/linux-5.13-rc2/fs/cachefiles/
H A Dio.c24 netfs_io_terminated_t term_func; member
46 if (ki->term_func) { in cachefiles_read_complete()
62 netfs_io_terminated_t term_func, in cachefiles_read() argument
115 ki->term_func = term_func; in cachefiles_read()
119 if (ki->term_func) in cachefiles_read()
154 if (term_func) in cachefiles_read()
173 if (ki->term_func) in cachefiles_write_complete()
185 netfs_io_terminated_t term_func, in cachefiles_write() argument
211 ki->term_func = term_func; in cachefiles_write()
215 if (ki->term_func) in cachefiles_write()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/cachefiles/
H A Dio.c24 netfs_io_terminated_t term_func; member
46 if (ki->term_func) { in cachefiles_read_complete()
62 netfs_io_terminated_t term_func, in cachefiles_read() argument
115 ki->term_func = term_func; in cachefiles_read()
119 if (ki->term_func) in cachefiles_read()
154 if (term_func) in cachefiles_read()
173 if (ki->term_func) in cachefiles_write_complete()
185 netfs_io_terminated_t term_func, in cachefiles_write() argument
211 ki->term_func = term_func; in cachefiles_write()
215 if (ki->term_func) in cachefiles_write()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/cachefiles/
H A Dio.c24 netfs_io_terminated_t term_func; member
46 if (ki->term_func) { in cachefiles_read_complete()
62 netfs_io_terminated_t term_func, in cachefiles_read() argument
115 ki->term_func = term_func; in cachefiles_read()
119 if (ki->term_func) in cachefiles_read()
154 if (term_func) in cachefiles_read()
173 if (ki->term_func) in cachefiles_write_complete()
185 netfs_io_terminated_t term_func, in cachefiles_write() argument
211 ki->term_func = term_func; in cachefiles_write()
215 if (ki->term_func) in cachefiles_write()
[all …]
/dports/games/tuxracer/tuxracer-0.61/src/
H A Dloop.c36 mode_term_func_ptr_t term_func; member
66 mode_term_func_ptr_t term_func ) in register_loop_funcs() argument
72 mode_funcs[ mode ].term_func = term_func; in register_loop_funcs()
151 mode_funcs[ g_game.mode ].term_func != NULL ) in main_loop()
153 ( mode_funcs[ g_game.mode ].term_func )( ); in main_loop()
H A Dloop.h36 mode_term_func_ptr_t term_func );
/dports/biology/exonerate/exonerate-2.4.0/src/database/
H A Dfastapipe.c21 FastaPipe_Boundary_Func term_func, in FastaPipe_create() argument
29 g_assert(term_func); in FastaPipe_create()
36 fasta_pipe->term_func = term_func; in FastaPipe_create()
133 fasta_pipe->term_func(user_data); in FastaPipe_process()
H A Dfastapipe.h37 FastaPipe_Boundary_Func term_func; /* post_target_pass */ member
50 FastaPipe_Boundary_Func term_func,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/third_party/vulkan-loader/src/scripts/
H A Dloader_extension_generator.py1436 term_func = ''
1441 term_func += '// in the future.\n'
1453 term_func += ' }\n'
1455 term_func += ' }\n'
1473 term_func += ' if'
1475 term_func += ' } else if'
1484 term_func += ' }\n'
1486 term_func += ' }\n'
1490 term_func += ' return addr;\n'
1491 term_func += '}\n\n'
[all …]
/dports/graphics/vulkan-loader/Vulkan-Loader-1.2.203/scripts/
H A Dloader_extension_generator.py1477 term_func = ''
1482 term_func += '// in the future.\n'
1494 term_func += ' }\n'
1496 term_func += ' }\n'
1514 term_func += ' if'
1516 term_func += ' } else if'
1525 term_func += ' }\n'
1527 term_func += ' }\n'
1531 term_func += ' return addr;\n'
1532 term_func += '}\n\n'
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-loader/src/scripts/
H A Dloader_extension_generator.py1439 term_func = ''
1444 term_func += '// in the future.\n'
1456 term_func += ' }\n'
1458 term_func += ' }\n'
1476 term_func += ' if'
1478 term_func += ' } else if'
1487 term_func += ' }\n'
1489 term_func += ' }\n'
1493 term_func += ' return addr;\n'
1494 term_func += '}\n\n'
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dptw32_threadStart.c280 term_func = set_terminate (0); in ptw32_threadStart() local
281 set_terminate (term_func); in ptw32_threadStart()
283 if (term_func != 0) in ptw32_threadStart()
285 term_func (); in ptw32_threadStart()
/dports/devel/mingw32-pthreads/pthreads-w32-2-8-0-release/
H A Dptw32_threadStart.c273 term_func = set_terminate (0); in ptw32_threadStart() local
274 set_terminate (term_func); in ptw32_threadStart()
276 if (term_func != 0) in ptw32_threadStart()
278 term_func (); in ptw32_threadStart()
H A DBUGS7 Under MS VC++ (only tested with version 6.0), a term_func
12 1) A term_func() should call exit(), otherwise
17 2) A term_func() must not throw an exception. Therefore
18 term_func() should not call pthread_exit(), which
/dports/multimedia/obs-studio/obs-studio-27.1.3/deps/w32-pthreads/
H A Dptw32_threadStart.c280 term_func = set_terminate (0); in ptw32_threadStart() local
281 set_terminate (term_func); in ptw32_threadStart()
283 if (term_func != 0) in ptw32_threadStart()
285 term_func (); in ptw32_threadStart()
H A DBUGS7 Under MS VC++ (only tested with version 6.0), a term_func
12 1) A term_func() should call exit(), otherwise
17 2) A term_func() must not throw an exception. Therefore
18 term_func() should not call pthread_exit(), which
/dports/net/gsk/gsk-1.0.63/src/
H A Dgskstreamexternal.h62 GskStreamExternalTerminated term_func; member
79 GskStreamExternalTerminated term_func,
H A Dgskstreamexternal.c440 if (external->term_func != NULL) in handle_process_terminated()
441 (*external->term_func) (external, info, external->user_data); in handle_process_terminated()
565 GskStreamExternalTerminated term_func, in gsk_stream_external_new() argument
781 external->term_func = term_func; in gsk_stream_external_new()
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Dnetfs.h190 netfs_io_terminated_t term_func,
197 netfs_io_terminated_t term_func,
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Dnetfs.h190 netfs_io_terminated_t term_func,
197 netfs_io_terminated_t term_func,
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Dnetfs.h190 netfs_io_terminated_t term_func,
197 netfs_io_terminated_t term_func,
/dports/misc/visp/visp-3.4.0/3rdparty/pthreads4w/
H A DBUGS7 Under MS VC++ (only tested with version 6.0), a term_func
12 1) A term_func() should call exit(), otherwise
17 2) A term_func() must not throw an exception. Therefore
18 term_func() should not call pthread_exit(), which
/dports/textproc/libcsv/libcsv-3.0.3/
H A Dtest_csv.c91 … char delimiter, char quote, int (*space_func)(unsigned char), int (*term_func)(unsigned char)) in test_parser()
104 csv_set_term_func(&p, term_func); in test_parser()
/dports/science/hdf/hdf-4.2.15/hdf/src/
H A Dhfile.c2456 intn HPregister_term_func(hdf_termfunc_t term_func) in HPregister_term_func() argument
2465 if(HULadd_node(cleanup_list,(void *)term_func)==FAIL) in HPregister_term_func()
2468 if(HDGLadd_to_list(*cleanup_list,(void *)term_func)==FAIL) in HPregister_term_func()
2505 hdf_termfunc_t term_func; /* pointer to a termination routine for an interface */ in HPend() local
2513 if((term_func=(hdf_termfunc_t)HDGLfirst_in_list(*cleanup_list))!=NULL) in HPend()
2516 (*term_func)(); in HPend()
2517 } while((term_func=(hdf_termfunc_t)HDGLnext_in_list(*cleanup_list))!=NULL); in HPend()
/dports/devel/mingw32-pthreads/pthreads-w32-2-8-0-release/tests/
H A DChangeLog248 * 1) A term_func() should call exit(), otherwise
253 * 2) A term_func() must not throw an exception. Therefore
254 * term_func() should not call pthread_exit() if an
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/filesystems/
H A Dnetfs_library.rst452 netfs_io_terminated_t term_func,
458 netfs_io_terminated_t term_func,

12