Searched defs:synchronized (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libshell/common/scripts/
H A Dfilemutexdemo1.sh146 # critical section support (like java's "synchronized" keyword)
147 function synchronized function
151 _.check_subshell "synchronized" || return 1
245 printf "%T: # Executing child which runs printf '|%%s|\\\n' 'hello' 'world' inside a synchronized section\n"
251 child_fs.synchronized printf '|%s|\n' 'hello' 'world'

Completed in 43 milliseconds