OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sem_post
(Results
126 - 150
of
648
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/
23-1.c
72
sem_post
(sem);
/external/valgrind/drd/
drd_clientobj.h
111
DrdThreadId last_sem_post_tid; // Thread ID associated with last
sem_post
().
drd_vc.h
44
* pthread_create(), pthread_mutex_unlock(),
sem_post
(). (Actions where
drd_clientreq.h
172
/* To notify the drd tool before a
sem_post
call. */
175
/* To notify the drd tool after a
sem_post
call. */
/external/valgrind/helgrind/tests/
tc23_bogus_condwait.c
139
return
sem_post
(s);
/packages/services/BuiltInPrintService/jni/lib/
wprint_msgq.c
112
sem_post
(msgq->sem_ptr);
lib_wprint.c
534
sem_post
(&_job_start_wait_sem);
535
sem_post
(&_job_end_wait_sem);
551
sem_post
(&_job_end_wait_sem);
556
sem_post
(&_job_start_wait_sem);
563
sem_post
(&_job_start_wait_sem);
564
sem_post
(&_job_end_wait_sem);
574
sem_post
(&_job_start_wait_sem);
575
sem_post
(&_job_end_wait_sem);
580
sem_post
(&_job_start_wait_sem);
597
sem_post
(&_job_start_wait_sem)
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread_unistd.h
203
sem_post
(),
/prebuilts/go/darwin-x86/src/runtime/
os3_solaris.go
37
//go:cgo_import_dynamic libc_sem_post
sem_post
"libc.so"
379
if
sem_post
((*semt)(unsafe.Pointer(mp.waitsema))) != 0 {
380
throw("
sem_post
")
486
func
sem_post
(sem *semt) int32 {
func
/prebuilts/go/linux-x86/src/runtime/
os3_solaris.go
37
//go:cgo_import_dynamic libc_sem_post
sem_post
"libc.so"
379
if
sem_post
((*semt)(unsafe.Pointer(mp.waitsema))) != 0 {
380
throw("
sem_post
")
486
func
sem_post
(sem *semt) int32 {
func
/system/bt/stack/test/
stack_btu_test.cc
54
void notify() {
sem_post
(&sem); }
/system/core/logd/
main.cpp
275
sem_post
(&uidName);
328
sem_post
(&reinit);
332
sem_post
(&sem_name);
340
sem_post
(&reinit);
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
1-5.c
123
ret =
sem_post
(&scenarii[sc].sem);
273
ret =
sem_post
(&scenarii[sc].sem);
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_lock/
4-1.c
113
if ((ret =
sem_post
(&sem))) {
125
if ((ret =
sem_post
(&sem))) {
/packages/apps/Nfc/nci/jni/
NativeLlcpConnectionlessSocket.cpp
122
sem_post
(&sConnlessRecvSem);
154
void nativeLlcpConnectionlessSocket_abortWait() {
sem_post
(&sConnlessRecvSem); }
/external/libopus/src/
mlp_train.c
224
sem_post
(&sem_end[arg->id]);
298
sem_post
(&sem_begin[i]);
401
sem_post
(&sem_begin[i]);
/external/python/cpython2/Modules/_multiprocessing/
semaphore.c
370
if (
sem_post
(self->handle) < 0) {
395
if (
sem_post
(self->handle) < 0)
536
if (
sem_post
(self->handle) < 0)
/external/python/cpython3/Modules/_multiprocessing/
semaphore.c
365
if (
sem_post
(self->handle) < 0) {
390
if (
sem_post
(self->handle) < 0)
550
if (
sem_post
(self->handle) < 0)
/packages/apps/LegacyCamera/jni/
feature_mos_jni.cpp
379
sem_post
(&gPreviewImage_semaphore);
389
sem_post
(&gPreviewImage_semaphore);
443
sem_post
(&gPreviewImage_semaphore);
/packages/services/BuiltInPrintService/jni/plugins/
plugin_pcl.c
134
sem_post
(&priv->buffs_sem);
429
sem_post
(&priv->buffs_sem);
435
sem_post
(&priv->buffs_sem);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/
libpthread-2.15.so
libpthread.so.0
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
thread_pthread.h
346
status =
sem_post
(thelock);
347
CHECK_STATUS("
sem_post
");
/external/ltp/testcases/open_posix_testsuite/
ChangeLog
83
-
sem_post
/8-1.c: Fix. Will leave Zombie process if fail.
86
sem_post
/8-1.c: Add error check and clean up code
/external/python/cpython2/Python/
thread_pthread.h
350
status =
sem_post
(thelock);
351
CHECK_STATUS("
sem_post
");
Completed in 985 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>