OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pthread_cleanup_push
(Results
1 - 25
of
39
) sorted by relevancy
1
2
/src/lib/libpthread/
pthread_once.c
64
pthread_cleanup_push
(&once_cleanup, &once_control->pto_mutex);
Makefile
158
pthread_cancel.3
pthread_cleanup_push
.3 \
197
MLINKS+=
pthread_cleanup_push
.3 pthread_cleanup_pop.3
pthread.h
174
#define
pthread_cleanup_push
(routine, arg) \
macro
/src/tests/lib/libpthread/
cancelpoint.h
72
pthread_cleanup_push
(&cleanup, &cleanup_done);
t_cancellation.c
394
pthread_cleanup_push
(&cleanup_msgid, &msgid);
407
pthread_cleanup_push
(&cleanup_msgid, &msgid);
589
pthread_cleanup_push
(&cleanup_pthread_join, &t);
826
pthread_cleanup_push
(&cleanup_thrd_join, &t);
956
pthread_cleanup_push
(&cleanup, &cleanup_done);
969
pthread_cleanup_push
(&cleanup, &cleanup_done);
981
pthread_cleanup_push
(&cleanup, &cleanup_done);
1027
pthread_cleanup_push
(&cleanup, &cleanup_done);
1110
pthread_cleanup_push
(&cleanup, &cleanup_done);
1166
pthread_cleanup_push
(&cleanup, &cleanup_done)
[
all
...]
t_once.c
149
pthread_cleanup_push
(once3_cleanup, &mutex);
t_cond.c
507
pthread_cleanup_push
(unlock, &mutex);
/src/external/cddl/osnet/lib/libzfs/
thread_pool.c
118
pthread_cleanup_push
(worker_cleanup, tpool);
173
pthread_cleanup_push
(job_cleanup, tpool);
305
pthread_cleanup_push
((_Voidfp)pthread_mutex_unlock, &tpool->tp_mutex);
361
pthread_cleanup_push
((_Voidfp)pthread_mutex_unlock, &tpool->tp_mutex);
/src/external/bsd/libevent/dist/m4/
acx_pthread.m4
153
# -lpthread.) (The stubs are missing
pthread_cleanup_push
, or rather
199
#
pthread_cleanup_push
because it is one of the few pthread
204
pthread_attr_init(0);
pthread_cleanup_push
(0, 0);
/src/external/bsd/ntp/dist/sntp/libevent/m4/
acx_pthread.m4
153
# -lpthread.) (The stubs are missing
pthread_cleanup_push
, or rather
199
#
pthread_cleanup_push
because it is one of the few pthread
204
pthread_attr_init(0);
pthread_cleanup_push
(0, 0);
/src/external/gpl3/binutils/dist/gprofng/src/
DbeThread.cc
51
pthread_cleanup_push
(cleanup_free_mutex, (void*) & (thrp->p_mutex));
84
// never reached, but we must use it here. See `man
pthread_cleanup_push
`
/src/external/gpl3/binutils.old/dist/gprofng/src/
DbeThread.cc
51
pthread_cleanup_push
(cleanup_free_mutex, (void*) & (thrp->p_mutex));
84
// never reached, but we must use it here. See `man
pthread_cleanup_push
`
/src/crypto/external/bsd/openssh/dist/
cipher-ctr-mt.c
80
* Use with
pthread_cleanup_push
for displaying at thread cancellation
198
pthread_cleanup_push
(thread_loop_stats, &stats);
242
pthread_cleanup_push
(thread_loop_cleanup, &q->lock);
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_platform_mac.cc
293
//
pthread_cleanup_push
/pop are hardcore macros mess.
296
pthread_cleanup_push
(cleanup, arg);
tsan_platform_linux.cc
357
//
pthread_cleanup_push
/pop are hardcore macros mess.
360
pthread_cleanup_push
(cleanup, arg);
/src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_platform_mac.cpp
292
//
pthread_cleanup_push
/pop are hardcore macros mess.
295
pthread_cleanup_push
(cleanup, arg);
tsan_platform_linux.cpp
505
//
pthread_cleanup_push
/pop are hardcore macros mess.
508
pthread_cleanup_push
(cleanup, arg);
/src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_platform_mac.cpp
315
//
pthread_cleanup_push
/pop are hardcore macros mess.
318
pthread_cleanup_push
(cleanup, arg);
tsan_platform_linux.cpp
478
//
pthread_cleanup_push
/pop are hardcore macros mess.
481
pthread_cleanup_push
(cleanup, arg);
/src/external/zlib/pigz/dist/
yarn.c
245
pthread_cleanup_push
(reenter, NULL);
/src/external/gpl2/lvm2/dist/daemons/dmeventd/
dmeventd.c
490
pthread_cleanup_push
(_exit_timeout, NULL);
739
pthread_cleanup_push
(_monitor_unregister, thread);
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/thread/
osthread.d
2358
else static if ( __traits( compiles,
pthread_cleanup_push
) )
2360
pthread_cleanup_push
( &thread_cleanupHandler, cast(void*) obj );
2415
else static if ( __traits( compiles,
pthread_cleanup_push
) )
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
pthread.d
65
void
pthread_cleanup_push
(void function(void*), void*);
597
void
pthread_cleanup_push
(void function(void*), void*);
/src/external/gpl3/gdb.old/dist/gdbserver/
configure
9081
#
pthread_cleanup_push
, or rather a function called by this macro,
9338
#
pthread_cleanup_push
because it is one of the few pthread
9357
pthread_cleanup_push
(routine, 0);
/src/external/gpl3/gdb.old/dist/gdbsupport/
configure
11855
#
pthread_cleanup_push
, or rather a function called by this macro,
12112
#
pthread_cleanup_push
because it is one of the few pthread
12131
pthread_cleanup_push
(routine, 0);
Completed in 46 milliseconds
1
2
Indexes created Wed Apr 15 00:22:22 UTC 2026